Warning
Akio is under active development. The project is not yet fully functional and may not work as expected out of the box. If you'd like to contribute, feel free to open a pull request. Found a bug, vulnerability, or something unusual? Please open an issue.
Akio is an autonomous AI agent specialized in offensive security. It combines the power of a large language model (LLM) with real-world capabilities by integrating with a shell, a web browser, a Retrieval-Augmented Generation (RAG) pipeline, and popular tools like Ghidra and Burp Suite through an MCP server.
It's not build to replace penetration testers, Akio is designed to assist them helping automate tasks, accelerate workflows, and provide intelligent interaction with common red team tools.
- Uncensored LLM
- Autonomous AI agent
- Tools
-
- Shell commands execution
-
- RAG for offensive security topics
-
- Browser use
-
- Message interaction with user
-
- Web search (DuckDuckGo)
-
- Coding agent
The Grimoire is the official Akio's documentation. You can read it here.
You can read the installation instructions in the Grimoire.
pipx install akiogit clone https://github.com/Fastiraz/akio.git
cd akio
uv build
uv venv
uv pip install dist/*.whl
uv run -- akioComing soon...
