Metadata-Version: 2.3
Name: akio
Version: 0.0.1.dev0
Summary: An agentic AI for red team tasks.
Keywords: ai,llm,agent,autonomous,pentest,redteam,local,rag,mcp
Author: Fastiraz
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Topic :: Security
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Dist: asyncio>=3.4.3
Requires-Dist: browser-use>=0.7.10
Requires-Dist: chromadb>=0.5.23
Requires-Dist: fastapi[standard]>=0.116.1
Requires-Dist: mcp[cli]>=1.9.2
Requires-Dist: ollama>=0.5.1
Requires-Dist: openai-whisper>=20250625
Requires-Dist: playwright>=1.52.0
Requires-Dist: pydantic>=2.10.6
Requires-Dist: rich>=13.9.4
Requires-Dist: watchdog>=6.0.0
Maintainer: Fastiraz
Requires-Python: >=3.11
Project-URL: documentation, https://fastiraz.github.io/grimoire/
Project-URL: homepage, https://github.com/fastiraz/akio
Project-URL: issues, https://github.com/Fastiraz/akio/issues
Project-URL: repository, https://github.com/fastiraz/akio
Description-Content-Type: text/markdown

<div align="center">
  <img src="assets/logo.png" width="250">
</div>

<div align="center">
  <h1><code>akio</code></h1>
  <p>Your red team assistant who helps you break things.</p>
</div>

---

> [!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](https://github.com/Fastiraz/akio/pulls).
> Found a bug, vulnerability, or something unusual? Please open an [issue](https://github.com/Fastiraz/akio/issues).

---

## What is Akio?

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.

---

## Features

- 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

The Grimoire is the official Akio's documentation.
You can read it [here](https://fastiraz.github.io/grimoire/).

---

## Installation

You can read the installation instructions in the [Grimoire](https://fastiraz.github.io/grimoire/docs/getting-started/installation).

### Using pipx (recommend)

```sh
pipx install akio
```

### From source

```sh
git clone https://github.com/Fastiraz/akio.git
cd akio

uv build
uv venv
uv pip install dist/*.whl
uv run -- akio
```

---

<div align="center">
  <p><code>Coming soon...</code></p>
</div>
