EnglishالعربيةDeutschEspañolFrançaisItaliano日本語한국어PortuguêsРусскийTürkçe简体中文繁體中文
🦂 Written in Pure C — Not a wrapper. Not a script. Real native code.

SCORPIOX CODE

C 102,277줄로 컴파일된 코딩 어시스턴트. 런타임 없음. 인터프리터 없음. VM 없음. 순수한 네이티브 성능.

C
순수한 C. 그것뿐.
102K
수작업 C 코드 라인
39
정적 바이너리
0
런타임 의존성

시작하기

명령 하나. 모든 것을 설치.

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

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

Launch in Browser

순수한 C. 다르게 만들었습니다.

Python 없음. Node 없음. Go 없음. Rust 없음. 수작업 C를 정적 바이너리로 컴파일.

C 102,277줄

Every line hand-written in C. Static musl linking. No allocator overhead, no GC pauses. Starts in milliseconds, uses kilobytes.

🧠

에이전트 도구 루프

Full agentic execution — runs bash, edits files, searches the web, manages tasks, all autonomously.

🔧

39개의 Unix 도구

One tool, one job. Composable binaries that work together — bash, search, docs, tasks, plan mode.

📦

내장 컨테이너

WSL2 distros on Windows, user namespaces on Linux. Stateless containers with zero config.

🌐

멀티 프로바이더

Claude, Gemini, GLM, llama.cpp — switch backends with a single config change. Not locked in.

💻

TUI + 헤드리스

Rich terminal UI for interactive work, or pipe-friendly headless mode for scripts and automation.

하나의 도구, 하나의 작업.

Unix 철학. 모든 바이너리는 하나의 일을 잘 합니다. 조합하여 무엇이든 해결.

sx
TUI + 헤드리스
scorpiox-bash
명령 실행
scorpiox-pwsh
원격 PowerShell
scorpiox-search
웹 검색
scorpiox-docs
URL 가져오기
scorpiox-tasks
작업 관리자
scorpiox-planmode
복잡한 계획
scorpiox-agent
에이전트 구축
scorpiox-conv
대화
scorpiox-traffic
API 모니터
scorpiox-wsl
WSL2 실행기
scorpiox-unshare
Linux 컨테이너
scorpiox-mcp
MCP server
scorpiox-hook
Git hooks
scorpiox-sdk
SDK framework
scorpiox-cron
Scheduled tasks
scorpiox-host
Service host
scorpiox-tmux
Terminal mux
scorpiox-email
Email client
scorpiox-whatsapp
WhatsApp bridge
scorpiox-imessage
iMessage bridge
scorpiox-podman
Container runtime
scorpiox-gemini
Gemini CLI
scorpiox-openai
OpenAI CLI
scorpiox-config
Configuration
scorpiox-compact
Context compact
scorpiox-rewind
Session rewind
scorpiox-transcript
Transcripts
scorpiox-usage
Token usage
scorpiox-debug
Debugging
scorpiox-emit-session
Session export
scorpiox-renderimage
Image render
scorpiox-runtest
Test runner
scorpiox-executecurl
HTTP requests
scorpiox-logger
Log viewer
scorpiox-printlogs
Print logs
scorpiox-systemprompt
Prompt editor
scorpiox-claudecode-fetchtoken
OAuth token

클린 아키텍처.

엄격한 단방향 의존성을 가진 4개의 C 라이브러리. 총 96개 모듈. 모든 심볼에 접두사. 모든 alloc에 free 쌍.

sx (TUI entry point) + 38 scorpiox-* binaries │ ├── libsxutil/ Zero dependencies (26 modules) │ ├── config, logging, platform, metrics │ ├── tools, conversation, session, rewind │ ├── system prompt, slash commands, shortcuts │ ├── json, html_strip, exec, pty, procmon │ └── wasm: exec_wasm, fs_wasm, builtins │ ├── libsxnet/ + libcurl (20 modules) │ ├── agentic loop (sx_agent), MCP server │ ├── provider abstraction + 5 backends │ │ ├── claude_code, anthropic, gemini │ │ └── openai │ │ └── wasm variants for each │ ├── HTTP client, host, state, request │ └── Claude API (sx_claude), JSON │ ├── libsxui/ + libsxnet (7 modules) │ ├── display, input, state management │ ├── bash terminal overlay, infobox │ └── file explorer, session resume │ └── libsxbridge/ Native ↔ WASM bridge └── sx_bridge (unified interface)

당신의 모델. 당신의 선택.

단일 설정 줄로 AI 프로바이더 전환.

claude_code

OAuth를 통해 Anthropic API에 직접 연결. 로컬 또는 원격 토큰 가져오기.

Claude Opus 4.6 Claude Sonnet 4.6

anthropic

Anthropic Messages API 직접 연결, 다중 인증 프로바이더. 공식, Antigravity, Z.AI 또는 커스텀 엔드포인트.

Official API Antigravity Z.AI Custom endpoint

gemini

Google Gemini 네이티브 통합. 공개 API 또는 내부 CLI 액세스.

Gemini 3 Flash Gemini Public API Gemini Internal

openai

OpenAI 호환 엔드포인트. OpenAI, Azure, llama.cpp, Ollama, vLLM, LM Studio 지원.

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

60초 만에 실행 준비 완료.

1

설치 프로그램 실행

명령 하나로 바이너리 다운로드 및 설치.

2

PATH에 추가됨

바이너리 설치 및 PATH 자동 구성 완료.

%LOCALAPPDATA%\scorpiox
3

실행

새 터미널을 열고 AI와 함께 코딩 시작.

sx
4

또는 헤드리스 사용

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

sx -p "explain this code"

Feature Documentation

Deep-dive into every capability — 72 pages

📚 API Reference Documentation for API Reference 📚 Architecture Documentation for Architecture 📚 Changelog Documentation for Changelog 📚 Configuration Reference 200 config keys across 25 categories. All read from scorpiox-env.txt — a flat key=value file... 📚 Extensibility 31 lifecycle hooks, custom slash commands, reusable skills, MCP server integration, timer ca... 📚 Internationalization Documentation for Internationalization 📚 Performance Documentation for Performance 📚 MCP Protocol Model Context Protocol v2024-11-05 over stdio. JSON-RPC 2.0 transport, 13 native tools imple... 💻 Platform Support Documentation for Platform Support 💻 linux-x64 Platform Guide Documentation for linux-x64 Platform Guide 💻 macOS ARM64 Platform Guide Documentation for macOS ARM64 Platform Guide 🌐 AI Providers 6 providers, each with its own C bridge. Switch with one config key. Streaming, thinking, to... 🌐 Codex Provider Deep dive into the OpenAI Codex provider — models, auth, features, and configuration for sco... 🌐 OpenAI Provider Generic OpenAI-compatible provider — works with any API that implements the OpenAI chat comp... 📦 Container Runtime Documentation for Container Runtime 📦 WSL Container Runtime Documentation for WSL Container Runtime 🔌 Networking Documentation for Networking 🔌 scorpiox-beam Networking Zero-copy file transfer over TCP. No config, no dependencies — just send and receive. 🔌 scorpiox-email Networking Documentation for scorpiox-email Networking 🔌 scorpiox-emit-session Documentation for scorpiox-emit-session 🔌 scorpiox-frp Networking Documentation for scorpiox-frp Networking 🔌 scorpiox-host Networking Documentation for scorpiox-host Networking 🔌 scorpiox-multiplexer Networking Pure C terminal multiplexer with PTY management, VT100 emulation, and Unix domain socket IPC. 🔌 scorpiox-server-email Documentation for scorpiox-server-email 🔌 scorpiox-thunderbolt4 Networking Raw Ethernet file transfer over Thunderbolt 4. Bypasses TCP/IP entirely — BPF-based, MAC-onl... 🔌 scorpiox-traffic Documentation for scorpiox-traffic 🔌 Proxy & Router Support Documentation for Proxy & Router Support 🔧 Modular Tools 36 standalone binaries that extend scorpiox code. Each tool is a focused C binary — self-con... 🔧 scorpiox-agent — Clone, Build & Run Agents Documentation for scorpiox-agent — Clone, Build & Run Agents 🔧 scorpiox-askuserquestion — Interactive Multiple-Choice CLI Interactive CLI tool for presenting multiple-choice questions to users via a TUI interface. ... 🔧 scorpiox-bash — Shell Command Executor Documentation for scorpiox-bash — Shell Command Executor 🔧 scorpiox-busybox — Unix Tool Manager for Windows Documentation for scorpiox-busybox — Unix Tool Manager for Windows 🔧 scorpiox-codex-fetchtoken Documentation for scorpiox-codex-fetchtoken 🔧 scorpiox-config — Configuration Manager for scorpiox-env.txt Documentation for scorpiox-config — Configuration Manager for scorpiox-env.txt 🔧 scorpiox-conv — Conversation Management Documentation for scorpiox-conv — Conversation Management 🔧 scorpiox-cron — Crontab Wrapper CLI Documentation for scorpiox-cron — Crontab Wrapper CLI 🔧 scorpiox-dns — Lightweight LAN DNS Server Documentation for scorpiox-dns — Lightweight LAN DNS Server 🔧 scorpiox-docs — URL Content Fetcher Documentation for scorpiox-docs — URL Content Fetcher 🔧 scorpiox-email — SMTP Email Tool Documentation for scorpiox-email — SMTP Email Tool 🔧 scorpiox-executecurl — Interactive Curl Script Executor Documentation for scorpiox-executecurl — Interactive Curl Script Executor 🔧 scorpiox-frp — FRP Reverse Proxy Client Documentation for scorpiox-frp — FRP Reverse Proxy Client 🔧 scorpiox-host — Session Gateway Server Documentation for scorpiox-host — Session Gateway Server 🔧 scorpiox-imessage — Stateless iMessage CLI Documentation for scorpiox-imessage — Stateless iMessage CLI 🔧 scorpiox-logger — Session-Based File Logger Documentation for scorpiox-logger — Session-Based File Logger 🔧 scorpiox-mcp — MCP Tool Management CLI Documentation for scorpiox-mcp — MCP Tool Management CLI 🔧 scorpiox-mirror-git — Git Fleet Mirror Tool Documentation for scorpiox-mirror-git — Git Fleet Mirror Tool 🔧 scorpiox-multiplexer — Terminal Multiplexer Documentation for scorpiox-multiplexer — Terminal Multiplexer 🔧 scorpiox-otp — TOTP/HOTP Generator Documentation for scorpiox-otp — TOTP/HOTP Generator 🔧 scorpiox-planmode — Plan Mode Manager Documentation for scorpiox-planmode — Plan Mode Manager 🔧 scorpiox-podman — Run ScorpioX in Containerized Environments Documentation for scorpiox-podman — Run ScorpioX in Containerized Environments 🔧 scorpiox-pwsh — Remote PowerShell Executor Documentation for scorpiox-pwsh — Remote PowerShell Executor 🔧 scorpiox-renderimage — Render Images to Terminal Documentation for scorpiox-renderimage — Render Images to Terminal 🔧 scorpiox-rewind — Conversation History Rewind Documentation for scorpiox-rewind — Conversation History Rewind 🔧 scorpiox-runtest — Interactive Test Runner Documentation for scorpiox-runtest — Interactive Test Runner 🔧 scorpiox-screenshot — Cross-Platform Multi-Monitor Screenshot Capture Documentation for scorpiox-screenshot — Cross-Platform Multi-Monitor Screenshot Capture 🔧 scorpiox-sdk — Agent Runner & Serve Mode Documentation for scorpiox-sdk — Agent Runner & Serve Mode 🔧 scorpiox-search — Concurrent Web Search CLI Documentation for scorpiox-search — Concurrent Web Search CLI 🔧 scorpiox-server — Lightweight HTTP Server Documentation for scorpiox-server — Lightweight HTTP Server 🔧 scorpiox-spaceship-cli — Spaceship DNS API CLI Documentation for scorpiox-spaceship-cli — Spaceship DNS API CLI 🔧 scorpiox-sshpass — Zero-Friction SSH Wrapper Documentation for scorpiox-sshpass — Zero-Friction SSH Wrapper 🔧 scorpiox-systemprompt CLI tool to output system prompt text for AI agent sessions 🔧 scorpiox-tasks — Persistent Task Management Documentation for scorpiox-tasks — Persistent Task Management 🔧 scorpiox-thunderbolt4 — Raw Ethernet File Transfer Raw Ethernet file transfer over Thunderbolt 4 bridge connections. Bypass TCP/IP overhead for... 🔧 scorpiox-tmux — Tmux Mission Control TUI Documentation for scorpiox-tmux — Tmux Mission Control TUI 🔧 scorpiox-transcript — Conversation History Viewer Documentation for scorpiox-transcript — Conversation History Viewer 🔧 scorpiox-usage — Token Usage Tracking CLI Documentation for scorpiox-usage — Token Usage Tracking CLI 🔧 scorpiox-vault-git — Git Repo Offline Backup Tool Documentation for scorpiox-vault-git — Git Repo Offline Backup Tool 🔧 scorpiox-vm — Minimal KVM Virtual Machine Runner Documentation for scorpiox-vm — Minimal KVM Virtual Machine Runner 🔧 scorpiox-voice — Voice Recording & Transcription Documentation for scorpiox-voice — Voice Recording & Transcription 🔧 scorpiox-whatsapp — WhatsApp CLI Documentation for scorpiox-whatsapp — WhatsApp CLI 🔧 scorpiox-wsl — WSL2 Stateless Execution Documentation for scorpiox-wsl — WSL2 Stateless Execution 🔧 sx — TUI for Claude Documentation for sx — TUI for Claude