The High-Performance Native AI Coding Runtime & Agent (100% Rust)
Save up to 96% of tokens with sub-millisecond local orientation, atomic edits, and governed concurrency.
Quick Install β’ First 60 Seconds β’ MCP & IDEs β’ Architecture β’ Full Documentation
Simplicio is a single-binary, local-first runtime and AI coding agent built in 100% Rust. It replaces heavy context dumps and fragmented Python tools with mathematical token bounding, cryptographic atomic edits, and hardware-governed multi-agent orchestration.
- 100% Native Rust: Single ~46MB standalone binary. No Python, virtualenvs, or heavy background processes.
- Ultra-Low Latency: ~4ms cold start vs. seconds in interpreted runtimes.
- Token Economy: Saves up to 96% of tokens by projecting bounded AST graphs instead of dumping raw file trees.
- Fail-Closed Safety: Every code modification uses SHA-256 pre-image checks, atomic replacements, and immutable audit receipts.
Install the signed native binary in seconds:
curl -fsSL https://raw.githubusercontent.com/wesleysimplicio/simplicio/master/install.sh | shirm https://raw.githubusercontent.com/wesleysimplicio/simplicio/master/install.ps1 | iexOn Windows, use py -m pip install --upgrade simplicio-installer followed by simplicio install.
python3 -m pip install --upgrade simplicio-installer
simplicio installOnce installed, test the CLI and orient your project:
# 1. Verify your installation
simplicio version
# 2. Orient and index your current repository
cd my-project
simplicio onboard
# 3. Launch the interactive coding assistant
simplicioSimplicio runs as an official Model Context Protocol (MCP) server for your favorite editors:
# Automatically configure Claude Code, Cursor, VS Code, Zed, and JetBrains:
simplicio mcp register{
"mcpServers": {
"simplicio": {
"command": "/absolute/path/to/.simplicio/bin/simplicio",
"args": ["serve", "--mcp", "--stdio"]
}
}
}For Codex, use an absolute executable path in your TOML configuration and replace the example username:
[mcp_servers.simplicio]
# Windows:
command = "C:/Users/YourName/.simplicio/bin/simplicio.exe"
args = ["serve", "--mcp", "--stdio"]On macOS, replace the command line with:
command = "/Users/your-name/.simplicio/bin/simplicio"On Linux, replace it with:
command = "/home/your-name/.simplicio/bin/simplicio"See MCP-CONNECT.md for complete platform examples.
Exposed MCP Tools:
simplicio_map: Structural repository orientation without prompt bloating.simplicio_context: Bounded token retrieval for exact code snippets.simplicio_edit: Atomic mechanical modifications with SHA-256 receipts.simplicio_loop: Concurrently orchestrated multi-stage waves.simplicio_parallel: Real-time inspection of CPUExecutor and hardware headroom.
User Prompt βββΊ simplicio map βββΊ simplicio context βββΊ Wave Loop βββΊ simplicio edit βββΊ Validate & Deliver
(Graph & AST) (Token Bounding) (Tokio DAG) (Atomic SHA-256) (Audit Receipts)
- Orientation (
simplicio map): High-speed discovery of import topologies and public interfaces without reading thousands of redundant files into LLM context. - Context Bounding (
simplicio context): Mathematical budget packing (st_prompt_budget) ensuring the model only receives the exact AST fragments it needs. - Mechanical Edits (
simplicio edit): Deterministic exact search/replace, insertions, and deletions with pre-image hashing. If the file changed underneath, the patch safely aborts (fail-closed). - Wave Orchestrator (
simplicio loop): Multi-stage DAG partitioner executing parallel reads and commands through Tokio semaphores with deterministic state reduction. - Hardware Governor (
CPUExecutor): Dynamically samples CPU and memory pressure to prevent machine lockups. Automatically throttles subagents while keeping writes strictly serialized (write_workers: 1).
For deep technical dives, CLI references, benchmark proofs, and multi-agent workflows, visit our official documentation hub:
π https://simpleti.com.br/simplicio/docs
- Your Code Never Leaves Your Machine: All repository mapping, context packaging, editing, and test gates execute locally.
- Auditable Provenance: Every modification generates an immutable cryptographic receipt (
receipt.json). - No Mystery Telemetry: Zero silent telemetry or code exfiltration.
- Official Website: simpleti.com.br/simplicio
- Documentation: simpleti.com.br/simplicio/docs
- Discord: Join the Community
- Issues: GitHub Issue Tracker
Β© 2026 SimpleTI. Simplicio is a registered proprietary software. All rights reserved.
