Ante
A ghost in your shell. Ante is a self-contained coding agent that lives in your terminal and self-organizes. One ~15MB Rust binary from Antigma Labs, zero runtime dependencies, built to get the most out of any model.
It works like Claude Code or Codex, with none of their dependencies or model constraints. It can also be the optimized core for building your own harness and high-performing assistants.
Every agent claims to be good. Here are numbers you can check:
#1 same-model agent on Terminal-Bench 2.1: for every model we run, no other harness scores higher with that model. Every result pins the exact downloadable build and links the raw Harbor run. Live at antigma.ai/eval.
Across the same 20 parallel tasks, Ante uses ~7× less peak memory, ~9× less average CPU, and ~5× less disk I/O than Claude Code.
A built-in inference engine runs GGUF models locally. No API key, no account, no data leaving your machine.
The three are one design decision. An agent you can verify, afford, and run anywhere is light enough to run by the thousands: the substrate for self-organizing intelligence. See Philosophy.
Beyond the headline numbers
- Zero vendor lock-in. Bring your own API key, subscription, or local model. Switch between 12+ providers freely — Anthropic, OpenAI, Gemini, Grok, Open Router, and more. No account required, no telemetry gate, no walled garden. Not even ours.
- Multi-agent orchestration. Coordinate multiple agents that self-organize around complex tasks.
- Extensible. Custom skills, sub-agents, MCP, and persistent memory across sessions.
- Obsessed with simplicity and quality. In a world of abundance, maintaining quality and a high level of trust is more valuable than ever.
How it works
Ante runs as a client-daemon architecture. The daemon manages structured turn lifecycles — prompt, tool calls, confirmation, execution — channeling model power through a safe, predictable loop. The client can be an interactive TUI, a headless CLI, an external process, or a channel bot via ante gateway.
Architecturally, Ante is moving toward an agent-centric runtime where long-lived agents coordinate through message passing — an actor model with hierarchical supervision, isolated state, and clear ownership of resources per agent.
Ante can also run as a long-lived server (ante serve) that external clients drive through a structured JSONL protocol — ideal for building editor plugins, web UIs, and custom integrations.
Ante is currently in preview and under active development. Expect breaking changes, experimental features, and incomplete functionality. Currently only macOS and Linux are supported.
Next steps
Install Ante and run your first prompt in under a minute.
How we benchmark what we ship — and the live Terminal-Bench results.
The product and engineering principles we optimize for.
Learn to use the rich terminal interface.
Run local models natively, from just-a-provider to fully self-contained.
Drive Ante programmatically over stdio or WebSocket.
Run Ante as a Slack or Discord bot.
Task-focused guides for common TUI workflows.
Pick and configure your model provider.
Understand sessions, tasks, turns, and the protocol.
How Ante self-organizes agents for complex tasks.
Scale your AI with Antigma's enterprise LLM Proxy and Identity Provider.