Duo-node Logo
|
RJS-Software Labs Logo

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:

GitHub Releases Page →

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.sh

Platform Support

PlatformArchitectureDockerCLI BinaryStatus
macOSARM64 (Apple Silicon)SupportedSupportedPrimary dev platform
macOSx86_64 (Intel)SupportedSupportedTested
Linuxx86_64SupportedSupportedTested (Ubuntu 22.04+)
LinuxARM64UntestedUntestedShould work, needs validation
Windowsx86_64 (via WSL2)SupportedSupportedRequires WSL2 + Docker Desktop
WindowsNativeUnsupportedUnsupportedUse WSL2

Version History

VersionDateNotes
1.0.02026Initial 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.gz

Compare the output against the checksum listed on the GitHub Releases page. You can also run omnipotent audit after installation to verify runtime integrity.