">
EnglishالعربيةDeutschEspañolFrançaisItaliano日本語한국어PortuguêsРусскийTürkçe简体中文繁體中文
純C編寫 — 不是封裝器,不是腳本,真正的原生代碼。

SCORPIOX CODE

由 285,751 行C代碼編譯的程式設計助手。無執行環境。無直譯器。無虛擬機。純原生效能。

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暫停。毫秒級啟動,千位元組級記憶體。

🧠

智能代理執行

完整代理循環 — 工具呼叫、檔案編輯、Shell執行、多步推理。AI自主編寫、測試和發佈代碼。

🔧

模組化工具

56個獨立二進位檔案。每個工具做好一件事 — Unix哲學,編譯為原生代碼。組合成強大的工作流。

🐳

容器 & 虛擬機

透過unshare實現內建無根容器。Windows上WSL2整合。KVM微型VM實現完全隔離。Podman支持OCI映像。

🤖

多供應商

Claude、GPT、Gemini、Codex、Ollama、llama.cpp — 用標誌切換模型。每個供應商的原生C橋接。無需Python SDK。

🖥️

豐富的TUI

精美的終端UI,具有語法高亮、Markdown渲染、圖片顯示和滑鼠支援。全部使用純C和自定義VT100引擎。

工具 & 二進位檔案

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到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,支援Markdown、語法高亮和工具整合。

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