DeepSeek-Reasonix
ActiveDescription
DeepSeek-Reasonix is a DeepSeek-native AI coding agent for the terminal, engineered around prefix-cache stability — leave it running.
Key Features
- DeepSeek-native AI coding agent designed for terminal use with prefix-cache stability
- Config-driven with providers, tools, and plugins all declared in reasonix.toml
- Multi-model composable: DeepSeek flash/pro and MiMo presets with optional dual-model execution
- Plugin-driven external tools via stdio JSON-RPC (MCP-compatible) subprocesses
- Zero-friction single static Go binary with cross-compilation to 6 targets
- Permission system with deny/ask/allow policies and sandbox enforcement for file writes
Use Cases
💡 Terminal-based AI-assisted coding for DeepSeek-optimized workflows
💡 Long coding sessions with low token costs via prefix cache stability
💡 Extensible agent setup with custom plugins and MCP-compatible tool integration
💡 Secure code editing with sandbox enforcement and permission gating
💡 Dual-model workflows combining an executor for fast tasks and a planner for complex reasoning
Categories
Quick Start
npm i -g reasonix && reasonix setup && export DEEPSEEK_API_KEY=sk-... && reasonix chat