Skip to main content
Akio is under active development. Below is the current feature roadmap.
Features marked as not yet complete may be partially implemented or not functional. Check the GitHub repository for the latest status.

Core

FeatureStatus
LLM inference (llama.cpp via FFI)βœ… Done
Default tools: shell, read, write, glob, websearchβœ… Done
MCP server supportβœ… Done
REST API🚧 Planned

Orchestrator

A multi-agent orchestration layer allowing multiple specialized workers to collaborate on complex tasks.
FeatureStatus
Model routing between workers🚧 Planned
Per-worker system prompts🚧 Planned
Per-worker built-in tool sets🚧 Planned

Voice Mode

Fully local speech interaction using embedded inference for all stages.
FeatureStatus
Voice Activity Detection (VAD) inference🚧 Planned
Noise Cancellation inference🚧 Planned
Speech-to-Text (STT) inference🚧 Planned
Text-to-Speech (TTS) inference🚧 Planned

Multimodal

FeatureStatus
Image generation model inferenceβœ… Done
Video generation model inference🚧 Planned

Contributing

Want to help build these features? Contributions are welcome.
  • Open a pull request to contribute code
  • Open an issue to report bugs or propose ideas