What is Akio?
Akio is a plug-and-play autonomous AI agent with embedded model inference, written in Rust. No Anthropic. No OpenAI. No Ollama. The inference runs directly inside the binary using llama.cpp via FFI. Never depend on a model provider or Google a command again. It combines the power of large language models with real-world capabilities through built-in tools and MCP server support.Quickstart
Install Akio, pull a model, and start your first session.
CLI Reference
Full reference for all
akio commands and flags.Built-in Tools
Shell, read, write, glob, and websearch — out of the box.
MCP Servers
Extend Akio with any MCP-compatible tool server.
Key features
- In-binary inference — ships with llama.cpp compiled in; no external runtime needed
- Default tools — shell execution, file read/write, glob search, and web search
- MCP support — connect any Model Context Protocol server for additional capabilities
- GPU acceleration — offload layers to GPU via
--ngl - Fully offline — once a model is pulled, no internet connection required
How it works
Source
- GitHub: Fastiraz/akio
- License: AGPL-3.0