">
EnglishالعربيةDeutschEspañolFrançaisItaliano日本語한국어PortuguêsРусскийTürkçe简体中文繁體中文
Saf C ile yazılmış — Sarmalayıcı değil. Script değil. Gerçek yerel kod.

SCORPIOX CODE

285,751 satır C'den derlenen bir kodlama asistanı. Çalışma zamanı yok. Yorumlayıcı yok. VM yok. Ham, yerel performans.

C
Saf C
285K
Elle yazılmış C satırı
78
Statik ikili dosyalar
0
Çalışma zamanı bağımlılıkları

Başlayın

Tek komut. Her şeyi kurar.

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

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

Launch in Browser

Saf C. Farklı inşa edilmiş.

Her bileşen elle yazılmış C'den derlendi. Framework yok. Çöp toplayıcı yok. Taviz yok.

Elle yazılmış C

Her satır elle C ile yazılmış. Statik musl bağlantısı. Ayırıcı yükü yok, GC duraklamaları yok. Milisaniyeler içinde başlar, kilobayt kullanır.

🧠

Ajantik Yürütme

Tam ajantik döngü — araç çağrıları, dosya düzenleme, kabuk yürütme, çok adımlı muhakeme. Yapay zekanız kodu otonom olarak yazar, test eder ve gönderir.

🔧

Modüler Araçlar

56 bağımsız ikili dosya. Her araç tek bir şeyi iyi yapar — Unix felsefesi, yerel koda derlenmiş. Güçlü iş akışlarına birleştirin.

🐳

Konteynerler & VM'ler

unshare ile yerleşik köksüz konteynerler. Windows'ta WSL2 entegrasyonu. Tam izolasyon için KVM mikro-VM'ler. OCI görüntüleri için Podman desteği.

🤖

Çoklu Sağlayıcı

Claude, GPT, Gemini, Codex, Ollama, llama.cpp — bayrakla modelleri değiştirin. Her sağlayıcı için yerel C köprüleri. Python SDK gerekmez.

🖥️

Zengin TUI

Sözdizimi vurgulama, markdown oluşturma, görüntü gösterimi ve fare desteği ile güzel terminal arayüzü. Özel VT100 motoru ile tamamen saf C.

Araçlar & İkili Dosyalar

56 bağımsız yerel ikili dosya. Her biri tek bir şeyi iyi yapar.

Mimari

Modüler C kütüphaneleri. Sıfır-kopya IPC. Baştan sona statik bağlantı.

┌─────────────────────────────────────────────────────────────┐ 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 Sağlayıcıları

Her büyük yapay zeka sağlayıcısına yerel C köprüleri. SDK yükü yok.

claude

Claude Code yerel köprüsü — OAuth tokenlerini alır, tam araç kullanım desteğiyle Anthropic API'sini proxy yapar.

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

codex

Yerel HTTP istemcisi ile OpenAI Codex entegrasyonu. Dosya, SSH veya HTTP ile token yönetimi.

Codex CLI OpenAI API File token SSH token HTTP token

gemini

Google Gemini proxy — durumsuz Anthropic'ten Gemini'ye API çevirisi. Gemini Flash ve Pro destekler.

Gemini 3 Flash Gemini Public API Gemini Internal

openai

OpenAI uyumlu API proxy — OpenAI, Azure, Ollama, llama.cpp, vLLM, LM Studio ile çalışır.

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

Nasıl Çalışır

1

Kurulum

Platformunuz için tek satırlık komutu çalıştırın. İkili dosyayı indirir ve PATH'i ayarlar.

2

Yapılandırma

API anahtarınızı yapılandırma dosyasında ayarlayın. Bir anahtar, herhangi bir sağlayıcı.

%LOCALAPPDATA%\scorpiox
3

Başlat

Proje dizininizde sx'i çalıştırın. Markdown, sözdizimi vurgulama ve araç entegrasyonu ile tam TUI.

sx
4

Kodla

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

sx -p "explain this code"

Sayfa Dizini

Tüm 103 dokümantasyon sayfasını keşfedin — özellikler, araçlar, platformlar, ağ ve daha fazlası.

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