">
EnglishالعربيةDeutschEspañolFrançaisItaliano日本語한국어PortuguêsРусскийTürkçe简体中文繁體中文
In reinem C geschrieben — Kein Wrapper. Kein Skript. Echter nativer Code.

SCORPIOX CODE

Ein Programmierassistent kompiliert aus 285,751 Zeilen C. Keine Laufzeitumgebung. Kein Interpreter. Keine VM. Reine native Leistung.

C
Reines C
285K
Handgeschriebene C-Zeilen
78
Statische Binärdateien
0
Laufzeit-Abhängigkeiten

Erste Schritte

Ein Befehl. Installiert alles.

Windows x64 — WSL2 containers
iwr -useb https://get.scorpiox.net | iex

Run in PowerShell. Downloads the binary and configures PATH automatically.

Launch in Browser

Reines C. Anders gebaut.

Jede Komponente aus handgeschriebenem C kompiliert. Keine Frameworks. Kein Garbage Collector. Kein Kompromiss.

Handgeschriebenes C

Jede Zeile handgeschrieben in C. Statisches musl-Linking. Kein Allocator-Overhead, keine GC-Pausen. Startet in Millisekunden, verbraucht Kilobytes.

🧠

Agentische Ausführung

Vollständige agentische Schleife — Werkzeugaufrufe, Dateibearbeitung, Shell-Ausführung, mehrstufiges Denken. Ihre KI schreibt, testet und liefert Code autonom.

🔧

Modulare Werkzeuge

56 eigenständige Binärdateien. Jedes Werkzeug macht eine Sache gut — Unix-Philosophie, in nativen Code kompiliert. Kombinieren Sie sie zu leistungsstarken Workflows.

🐳

Container & VMs

Eingebaute rootlose Container über unshare. WSL2-Integration unter Windows. KVM Mikro-VMs für vollständige Isolation. Podman-Unterstützung für OCI-Images.

🤖

Multi-Provider

Claude, GPT, Gemini, Codex, Ollama, llama.cpp — Modelle mit einem Flag wechseln. Native C-Brücken für jeden Provider. Kein Python SDK nötig.

🖥️

Reichhaltige TUI

Schöne Terminal-UI mit Syntax-Hervorhebung, Markdown-Rendering, Bildanzeige und Mausunterstützung. Alles in reinem C mit benutzerdefiniertem VT100-Motor.

Werkzeuge & Binärdateien

56 eigenständige native Binärdateien. Jede macht eine Sache gut.

Architektur

Modulare C-Bibliotheken. Zero-Copy IPC. Durchgängiges statisches Linking.

┌─────────────────────────────────────────────────────────────┐ sx (TUI entry point — launches tool binaries via exec) └──────────┬──────────────────────────────────────────────────┘ ├── scorpiox-agent Clone, build, run agents ├── scorpiox-bash Shell execution (cross-platform) ├── scorpiox-conv Conversation management ├── scorpiox-tasks Persistent task management ├── scorpiox-planmode Plan mode state machine ├── scorpiox-openai OpenAI-compatible proxy ├── scorpiox-gemini Gemini API bridge ├── scorpiox-unshare Rootless containers (Linux) ├── scorpiox-podman OCI container runtime ├── scorpiox-wsl WSL2 execution (Windows) ├── scorpiox-beam LAN file transfer ├── Session gateway server └── scorpiox-mcp MCP tool management ...and 43 more binaries ┌─ Libraries ──────────────────────────────────────────────────┐ libsxutil/ ─ zero deps, core utilities libsxnet/ ─ + libcurl, HTTP/TLS client libsxui/ ─ + libsxnet, terminal UI engine libsxbridge/ ─ WASM bridge (Emscripten) └──────────────────────────────────────────────────────────────┘

LLM-Anbieter

Native C-Brücken zu jedem großen KI-Anbieter. Kein SDK-Overhead.

claude

Claude Code native Brücke — holt OAuth-Tokens, proxied Anthropic API mit voller Tool-Use-Unterstützung.

Claude Opus 4 Claude Sonnet 4 Claude Haiku Claude Code OAuth Z.AI Custom endpoint

codex

OpenAI Codex-Integration mit nativem HTTP-Client. Token-Verwaltung über Datei, SSH oder HTTP.

Codex CLI OpenAI API File token SSH token HTTP token

gemini

Google Gemini Proxy — zustandslose Anthropic-zu-Gemini API-Übersetzung. Unterstützt Gemini Flash und Pro.

Gemini 3 Flash Gemini Public API Gemini Internal

openai

OpenAI-kompatibler API-Proxy — funktioniert mit OpenAI, Azure, Ollama, llama.cpp, vLLM, LM Studio.

OpenAI API Azure OpenAI llama.cpp llama-server Ollama vLLM LM Studio

So funktioniert es

1

Installieren

Führen Sie den Einzeiler für Ihre Plattform aus. Lädt die Binärdatei herunter und richtet PATH ein.

2

Konfigurieren

Setzen Sie Ihren API-Schlüssel in der Konfigurationsdatei. Ein Schlüssel, jeder Anbieter.

%LOCALAPPDATA%\scorpiox
3

Starten

Führen Sie sx in Ihrem Projektverzeichnis aus. Vollständige TUI mit Markdown, Syntax-Hervorhebung und Tool-Integration.

sx
4

Programmieren

Pipe prompts in, get answers out. Unix-style.

sx -p "explain this code"

Seitenverzeichnis

Erkunden Sie alle 103 Dokumentationsseiten — Features, Tools, Plattformen, Netzwerk und mehr.

🛠️ Tools (51)
🔧 tools
tools documentation
🔧 scorpiox-agent
Clone, build, and run agents with scorpiox
🔧 scorpiox-askuserquestion — Interactive Multiple-Choice Question CLI
scorpiox-askuserquestion — Interactive Multiple-Choice Question CLI...
🔧 tools_scorpiox_bash
tools_scorpiox_bash documentation
🔧 scorpiox-beam — Fast LAN File Transfer
scorpiox-beam — Fast LAN File Transfer documentation
🔧 tools_scorpiox_busybox
tools_scorpiox_busybox documentation
🔧 tools_scorpiox_claudecode_fetchtoken
tools_scorpiox_claudecode_fetchtoken documentation
🔧 scorpiox-config
Configuration tool for scorpiox settings
🔧 scorpiox-conv — Conversation Manager
Conversation manager for AI sessions
🔧 tools_scorpiox_cron
tools_scorpiox_cron documentation
🔧 scorpiox-debug — Session Debug Information
scorpiox-debug — Session Debug Information documentation
🔧 tools_scorpiox_dns
tools_scorpiox_dns documentation
🔧 tools_scorpiox_docs
tools_scorpiox_docs documentation
🔧 tools_scorpiox_email
tools_scorpiox_email documentation
🔧 tools_scorpiox_emit_session
tools_scorpiox_emit_session documentation
🔧 scorpiox-executecurl
Execute curl commands with output capture
🔧 scorpiox-frp — FRP-compatible Reverse Proxy Client
scorpiox-frp — FRP-compatible Reverse Proxy Client documentation
🔧 scorpiox-gemini — Anthropic-to-Gemini API Proxy
Auto-generated tool page for code.scorpiox.net
🔧 scorpiox-hook — Event Hook System
scorpiox-hook — Event Hook System documentation
🔧 tools_scorpiox_host
tools_scorpiox_host documentation
🔧 tools_scorpiox_imessage
tools_scorpiox_imessage documentation
🔧 scorpiox-init — Selective Tool Loader
scorpiox-init — Selective Tool Loader documentation
🔧 tools_scorpiox_logger
tools_scorpiox_logger documentation
🔧 tools_scorpiox_mcp
tools_scorpiox_mcp documentation
🔧 tools_scorpiox_mirror_git
tools_scorpiox_mirror_git documentation
🔧 tools_scorpiox_multiplexer
tools_scorpiox_multiplexer documentation
🔧 scorpiox-openai
Anthropic-to-OpenAI API proxy
🔧 tools_scorpiox_otp
tools_scorpiox_otp documentation
🔧 scorpiox-planmode
Plan mode manager for complex task planning
🔧 scorpiox-podman — Podman Container Execution Manager
scorpiox-podman — Podman Container Execution Manager documentation
🔧 scorpiox-printlogs — Sync Session Logs
scorpiox-printlogs — Sync Session Logs documentation
🔧 tools_scorpiox_pwsh
tools_scorpiox_pwsh documentation
🔧 tools_scorpiox_renderimage
tools_scorpiox_renderimage documentation
🔧 tools_scorpiox_rewind
tools_scorpiox_rewind documentation
🔧 scorpiox-runtest
Test runner for scorpiox test suites
🔧 scorpiox-screenshot — Multi-Monitor Screenshot Capture
scorpiox-screenshot — Multi-Monitor Screenshot Capture documentation
🔧 scorpiox-sdk
Headless CLI wrapper for non-interactive agent execution
🔧 tools_scorpiox_search
tools_scorpiox_search documentation
🔧 tools_scorpiox_server
tools_scorpiox_server documentation
🔧 scorpiox-server-email — Full SMTP + IMAP Email Server
scorpiox-server-email — Full SMTP + IMAP Email Server documentation
🔧 tools_scorpiox_sshpass
tools_scorpiox_sshpass documentation
🔧 tools_scorpiox_systemprompt
tools_scorpiox_systemprompt documentation
🔧 scorpiox-tasks
Persistent task manager for complex workflows
🔧 tools_scorpiox_thunderbolt4
tools_scorpiox_thunderbolt4 documentation
🔧 scorpiox-tmux
Mission Control TUI for managing AI agents in tmux sessions
🔧 tools_scorpiox_unshare
tools_scorpiox_unshare documentation
🔧 tools_scorpiox_vault_git
tools_scorpiox_vault_git documentation
🔧 scorpiox-vm
KVM virtual machine runner with direct kernel boot
🔧 scorpiox-voice
Voice recording and transcription tool
🔧 scorpiox-wsl
WSL2 stateless execution bridge for Windows
🔧 tools_sx
tools_sx documentation