The Ecosystem
A suite of open-source tools for AI-powered development.
MCP servers, libraries, and infrastructure — all built in Rust.
Octomind
AI agent runtime — one binary, any model, any domain
Open-source runtime for specialist AI agents. A single Rust binary that runs specialist agents with 20+ AI providers, MCP-native tooling, adaptive compression, and daemon mode. Install agents, not frameworks.
Tap
Community registry of specialist AI agents
The open registry of production-ready AI agents, capabilities, and skills. Browse 40+ specialist agents across development, law, medicine, finance, and security. Contribute your domain expertise as installable TOML manifests.
Octocode
Structural code intelligence — search, graph, LSP
Two-tier code intelligence for AI agents. A live AST graph — files, symbols, imports, calls, extends, implements — built by tree-sitter with zero indexing, always on. Layer in optional semantic search and LSP-precise go-to-definition when you need them. Retrieval quality is a published, reproducible benchmark, not a claim: Hit@10 0.992 on code search.
Octobrain
Persistent memory and knowledge base for AI, with proof
Give your AI assistant a long-term memory that outlives the context window — 22 memory types, hybrid BM25 + vector search, and a sleep-consolidation pass that folds a finished goal into one summary instead of leaving a hundred loose notes behind. Retrieval quality is a measured, reproducible BEIR benchmark, not a claim.
Octofs
Filesystem MCP server with SSH-native reach
The filesystem engine every Octomind agent runs on — and a standalone MCP server anyone can point at Cursor, Claude, or Windsurf. Hash-verified line edits so a stale view can never silently corrupt a file, transparent SSH/SFTP on every tool, and a shell that knows the difference between a real command and a call that should have used the dedicated tool. Native Rust, zero runtime.
Octolib
Unified AI provider library in Rust — the engine under Octomind
The provider layer Octomind and OctoHub are both built on. One type-safe Rust API for 26 AI providers, OAuth into an existing ChatGPT or Claude subscription instead of a new API key, thinking/reasoning tracked separately from content, and a comment-preserving config-migration engine borrowed straight from Octomind's own upgrade path.
OctoHub
High-performance LLM proxy — powers Hub and Cloud
The proxy that sits in front of every model Octomind Hub and Octomind Cloud serve — one OpenAI-style endpoint, 20+ upstream providers, and every request recorded in your own database. Completion chaining replays prior turns automatically, including reasoning blocks. Deploy in minutes: one binary, one config file, schema created on first connection.
Octoweb
Keyboard-first macOS browser with AI, and a memory
A macOS browser built around the keyboard, not the mouse. The AI sidebar runs a real Octomind agent over ACP — not a bolted-on extension — and a background agent quietly memorizes your browsing every 30 minutes so the sidebar already has context you never typed. The browser is also a 28-tool MCP server: any AI client can navigate, click, fill forms, and read the page directly. WebKit + Rust. No Electron. No Chrome.