">
EnglishالعربيةDeutschEspañolFrançaisItaliano日本語한국어PortuguêsРусскийTürkçe简体中文繁體中文
순수 C로 작성 — 래퍼가 아닙니다. 스크립트가 아닙니다. 진짜 네이티브 코드.

SCORPIOX CODE

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

C
순수 C
285K
직접 작성한 C 코드 줄 수
78
정적 바이너리
0
런타임 의존성

시작하기

하나의 명령어. 모든 것을 설치합니다.

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

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

Launch in Browser

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

모든 컴포넌트가 직접 작성한 C로 컴파일됩니다. 프레임워크 없음. 가비지 컬렉터 없음. 타협 없음.

직접 작성한 C

모든 줄이 직접 작성한 C. 정적 musl 링킹. 할당자 오버헤드 없음, GC 일시 정지 없음. 밀리초 안에 시작, 킬로바이트 사용.

🧠

에이전트 실행

완전한 에이전트 루프 — 도구 호출, 파일 편집, 셸 실행, 다단계 추론. AI가 자율적으로 코드를 작성, 테스트, 배포합니다.

🔧

모듈형 도구

56개의 독립 바이너리. 각 도구는 하나의 일을 잘합니다 — Unix 철학, 네이티브 코드로 컴파일. 강력한 워크플로우로 조합하세요.

🐳

컨테이너 & VM

unshare를 통한 내장 루트리스 컨테이너. Windows에서 WSL2 통합. 완전한 격리를 위한 KVM 마이크로 VM. OCI 이미지용 Podman 지원.

🤖

멀티 프로바이더

Claude, GPT, Gemini, Codex, Ollama, llama.cpp — 플래그로 모델을 전환. 각 프로바이더를 위한 네이티브 C 브릿지. Python SDK 불필요.

🖥️

풍부한 TUI

구문 강조, 마크다운 렌더링, 이미지 표시, 마우스 지원이 포함된 아름다운 터미널 UI. 커스텀 VT100 엔진을 사용한 순수 C.

도구 & 바이너리

56개의 독립 네이티브 바이너리. 각각 하나의 일을 잘합니다.

아키텍처

모듈형 C 라이브러리. 제로카피 IPC. 전체 정적 링킹.

┌─────────────────────────────────────────────────────────────┐ 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 프로바이더

모든 주요 AI 프로바이더에 대한 네이티브 C 브릿지. SDK 오버헤드 없음.

claude

Claude Code 네이티브 브릿지 — OAuth 토큰 가져오기, 완전한 도구 사용 지원으로 Anthropic API 프록시.

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

codex

네이티브 HTTP 클라이언트로 OpenAI Codex 통합. 파일, SSH 또는 HTTP를 통한 토큰 관리.

Codex CLI OpenAI API File token SSH token HTTP token

gemini

Google Gemini 프록시 — 무상태 Anthropic-to-Gemini API 변환. Gemini Flash 및 Pro 지원.

Gemini 3 Flash Gemini Public API Gemini Internal

openai

OpenAI 호환 API 프록시 — OpenAI, Azure, Ollama, llama.cpp, vLLM, LM Studio와 호환.

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

작동 방식

1

설치

플랫폼에 맞는 원라이너를 실행하세요. 바이너리를 다운로드하고 PATH를 설정합니다.

2

구성

구성 파일에 API 키를 설정하세요. 하나의 키, 모든 프로바이더.

%LOCALAPPDATA%\scorpiox
3

실행

프로젝트 디렉터리에서 sx를 실행하세요. 마크다운, 구문 강조, 도구 통합이 포함된 완전한 TUI.

sx
4

코딩

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

sx -p "explain this code"

페이지 디렉토리

103개의 문서 페이지를 모두 탐색하세요 — 기능, 도구, 플랫폼, 네트워킹 등.

🛠️ 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