BETA The Aivyx ecosystem is currently in beta. Features may change and bugs are expected.

Download Community Edition

The free, open-source core of the Enterprise AI Factory OS.
Self-host autonomous worker fleets with zero telemetry and uncompromising security.

🐧 Linux Downloads

Native GUI, TUI, and CLI — all built from one engine.

🗃️

.deb Package

For Ubuntu, Debian, Pop!_OS and apt-based distros.

Download .deb
~24 MB
How to install:
  1. Double-click the .deb file
  2. Click "Install" in Software Center
  3. Launch from your app menu

CLI + TUI

Terminal power users. Includes both the CLI and rich terminal UI.

Download Tarball
~19 MB
Install:
# Extract and install
tar xzf aivyx-linux-x86_64.tar.gz
mv aivyx-cli ~/.local/bin/aivyx
mv aivyx-tui ~/.local/bin/aivyx-tui
aivyx genesis

🪟 Windows Downloads

Native desktop app with MSI and NSIS installers. Windows 10+ required.

📋

MSI Package

For enterprise / GPO deployment. Standard Windows Installer format.

Download .msi
~21 MB
Silent install:
msiexec /i aivyx-desktop.msi /quiet

CLI + TUI

Terminal power users. Portable zip with CLI and TUI for PowerShell / CMD.

Download .zip
~17 MB
Install (PowerShell):
# Download and extract
Invoke-WebRequest https://github.com/AivyxDev/aivyx/releases/latest/download/aivyx-windows-x86_64.zip -OutFile aivyx.zip
Expand-Archive aivyx.zip -DestinationPath $env:LOCALAPPDATA\aivyx
# Add to PATH and run
aivyx-cli genesis

🍎 macOS

Native macOS app is coming soon. Star the project to get notified.

🚧

macOS build in progress

We're working on a native macOS app with Apple Silicon and Intel support. Expected in a future beta release.

In the meantime, you can build from source on macOS with cargo build --release.

⚡ Quick Install

One command to install the CLI. Works on all platforms.

Linux / macOS
curl -fsSL https://aivyx-studio.com/install.sh | bash

Auto-detects architecture, configures PATH, launches genesis setup.

Windows (PowerShell)
irm https://aivyx-studio.com/install.ps1 | iex

Installs to %LOCALAPPDATA%\aivyx and adds to PATH.

Package Managers
# Homebrew
brew install AivyxDev/tap/aivyx

# AUR (Arch)
yay -S aivyx-bin

💡 Already installed? Update with aivyx self-update

⌨️ Terminal UI

A rich terminal interface with Stitch design language and full engine integration. Same API surface as the Desktop app.

🎨
3-Panel Layout

Sidebar, chat, and context tray — all in your terminal

📝
Markdown Rendering

Headers, code blocks, tables — rendered beautifully

⌨️
Vim-Style Keybindings

INSERT/NORMAL modes, j/k nav, Tab to switch views

📊
17 Views

Command Center, Chat, Missions, Teams, Agents, Voice, Memory, Documents, Workflows, Nexus, Federation, Projects, Plugins, Gateway, Tenants, Security, Settings

Want 100% Offline Autonomy?

Use Ollama for 100% offline factory inference — no API keys, no cloud routing.

# Install Ollama
curl -fsSL https://ollama.com/install.sh | sh

# Pull a model and configure Aivyx
ollama pull llama3.2
aivyx config set provider ollama
aivyx config set ollama.model llama3.2

System Requirements

🐧 Linux

  • x86_64 (aarch64 coming soon)
  • glibc 2.31+ (Ubuntu 20.04+)
  • OpenSSL 3.x
  • ✓ Desktop, TUI, CLI available

🪟 Windows

  • Windows 10+ (64-bit)
  • x86_64
  • WebView2 (pre-installed on Win 10/11)
  • ✓ Desktop, TUI, CLI available

🍎 macOS

  • macOS 12+ (Monterey)
  • Apple Silicon or Intel
  • Coming soon
🔒
Verify your download

Compare SHA256 checksums from checksums.txt against your downloaded file.