Omnipotent Docs
A self-hosted agentic runtime that puts a 12-agent AI team on your hardware. Solve fragmented context and achieve 8x more efficient context usage with persistent tiered memory.
Current distribution: Source-only install via
cargo install or Docker Compose. Pre-built binaries are coming soon via GitHub Releases.Explore the Docs
What is Omnipotent?
Omnipotent is not another AI code assistant. It is a living agentic runtime modeled after OS architecture. It runs on top of your existing OS using Docker containers, managing a team of 12 specialized AI agents that coordinate through a Signal Bus, persist memory across sessions, and self-correct through built-in protocols.
Your data never leaves your machine unless you explicitly push it through the Airlock. Local-first by design, sovereign by default.
Quick Install
Download the source from the releases page
cd omnipotent
./scripts/docker-dev.shOr install the CLI binary:
cd tools/omnipotent-cli
cargo install --path .
omnipotent init
omnipotent up
