Releases
Download the latest Omnipotent build, compile from source, or check platform compatibility.
Download
Pre-built binaries are distributed via GitHub Releases. Visit the releases page for the latest version:
Current state: Pre-built binaries are not yet available. Install from source (Rust CLI) or use Docker Compose. Binary releases are on the roadmap.
Build from Source
Prerequisites
- Rust 1.70+ with Cargo
- Docker 24+ with Compose v2
- Git 2.30+
Build the CLI Binary
# Clone the repository
Download the source from the releases page
cd omnipotent
# Build the release binary
cd tools/omnipotent-cli
cargo build --release
# The binary is at target/release/omnipotent
# Or install directly:
cargo install --path .Docker Compose (No Binary Required)
# Clone and run — no Rust needed
Download the source from the releases page
cd omnipotent
./scripts/docker-dev.shPlatform Support
| Platform | Architecture | Docker | CLI Binary | Status |
|---|---|---|---|---|
| macOS | ARM64 (Apple Silicon) | Supported | Supported | Primary dev platform |
| macOS | x86_64 (Intel) | Supported | Supported | Tested |
| Linux | x86_64 | Supported | Supported | Tested (Ubuntu 22.04+) |
| Linux | ARM64 | Untested | Untested | Should work, needs validation |
| Windows | x86_64 (via WSL2) | Supported | Supported | Requires WSL2 + Docker Desktop |
| Windows | Native | Unsupported | Unsupported | Use WSL2 |
Version History
| Version | Date | Notes |
|---|---|---|
1.0.0 | 2026 | Initial release. 12 agents, Mnemosyne Protocol, Federation V1, Rust CLI. |
Verifying Integrity
All releases include SHA-256 checksums. After downloading, verify with:
# macOS
shasum -a 256 omnipotent-v1.0.0-darwin-arm64.tar.gz
# Linux
sha256sum omnipotent-v1.0.0-linux-x86_64.tar.gzCompare the output against the checksum listed on the GitHub Releases page. You can also run omnipotent audit after installation to verify runtime integrity.

