© 2026 Muvon Un Limited | Documentation
Session-based AI coding assistant with extensible architecture, smart codebase understanding, and zero AI provider lock-in
| Problem | Octomind Solution |
|---|---|
| Limited tool extensibility | ⚙️ Configure any agent as MCP via config |
| One-size-fits-all AI | 🧠 Plan-first with custom layers |
| Locked into one provider | 🌐 7 providers, switch instantly |
- Configure any agent as MCP tool — just add to config
- Custom commands with prompt templates
- Full control over execution flow
- Octocode — Semantic code search, knowledge graph, GraphRAG
- Octobrain — Persistent memory, knowledge base, memory graphs
- Plan-first — Multi-step planning with validation gates
- 7 providers: OpenRouter, OpenAI, Anthropic, Google, Amazon, Cloudflare, DeepSeek
- Switch instantly:
/model openai:gpt-4oor/model deepseek:v3 - Know your costs — Real-time tracking included
# Install
curl -fsSL https://raw.githubusercontent.com/muvon/octomind/master/install.sh | bash
# Set API key
export OPENROUTER_API_KEY="your_key"
# Start session
octomind session> "How does auth work in this project?"
[AI searches codebase, explains implementation]
> "Add rate limiting to login"
[AI edits code, shows changes]
> "Plan the refactor of the auth module"
[AI creates multi-step plan with validation]
- Shell: Execute commands
- Editor: Edit files, batch changes
- Search: ast_grep
- Web: Search, read HTML
| Mode | Command | Use For |
|---|---|---|
| Interactive | octomind session |
Daily development |
| WebSocket | octomind server --port 8080 |
Automation, IDE plugins |
| JSONL | octomind run developer "task" --jsonl |
CI/CD pipelines |
# One-line install
curl -fsSL https://raw.githubusercontent.com/muvon/octomind/master/install.sh | bash
# Or build from source
git clone https://github.com/muvon/octomind.git
cd octomind
cargo build --release
# Set your API key
export OPENROUTER_API_KEY="sk-or-v1-..."Supported providers: OpenRouter, OpenAI, Anthropic, Google, Amazon, Cloudflare, DeepSeek
Muvon Un Limited (Hong Kong) | Website | Issues
License: Apache 2.0