Install Governix

Download the latest release for your platform. No runtime dependencies — just download, extract, and run.

Download v0.1.0

Choose your platform below. Each archive contains a single binary — place it anywhere in your $PATH.

CLI (governix)

🪟

Windows

x86_64

Download ZIP
🐧

Linux

x86_64

Download
🐧

Linux ARM64

ARM64 (Raspberry Pi, AWS Graviton)

Download
🍎

macOS Intel

x86_64

Download
🍎

macOS Apple Silicon

ARM64 (M1/M2/M3/M4)

Download

MCP Server (governix-mcp)

The MCP Server enables AI IDE integration. Same platforms as CLI:

🪟

Windows

Download ZIP
🐧

Linux

Download
🐧

Linux ARM64

Download
🍎

macOS Intel

Download
🍎

macOS Apple Silicon

Download

Quick Install (Linux/macOS)

bash# Download and install curl -L -o governix.tar.gz https://gitea.omnispark.cn/omnispark/governix/releases/download/v0.1.0/governix_linux_amd64.tar.gz tar -xzf governix.tar.gz sudo mv governix /usr/local/bin/ governix version

Quick Install (Windows PowerShell)

powershell# Download and extract Invoke-WebRequest -Uri "https://gitea.omnispark.cn/omnispark/governix/releases/download/v0.1.0/governix_windows_amd64.zip" -OutFile governix.zip Expand-Archive -Path governix.zip -DestinationPath . ./governix.exe version

Verify Installation

bash$ governix version Governix v0.1.0