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.
AppImage
Works on any Linux distro. Download, make executable, and run — no install step.
Download AppImage- Right-click → Properties → Permissions → ✅ executable
- Double-click to launch
Terminal command
chmod +x aivyx-desktop.AppImage && ./aivyx-desktop.AppImage .deb Package
For Ubuntu, Debian, Pop!_OS and apt-based distros.
Download .deb- Double-click the .deb file
- Click "Install" in Software Center
- Launch from your app menu
CLI + TUI
Terminal power users. Includes both the CLI and rich terminal UI.
Download Tarball# 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.
Installer (.exe)
NSIS installer with auto-updater. Install once, updates happen automatically.
Download Installer- Run
aivyx-desktop-setup.exe - Follow the install wizard
- Launch from Start Menu or Desktop shortcut
MSI Package
For enterprise / GPO deployment. Standard Windows Installer format.
Download .msimsiexec /i aivyx-desktop.msi /quiet CLI + TUI
Terminal power users. Portable zip with CLI and TUI for PowerShell / CMD.
Download .zip# 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.
curl -fsSL https://aivyx-studio.com/install.sh | bash Auto-detects architecture, configures PATH, launches genesis setup.
irm https://aivyx-studio.com/install.ps1 | iex Installs to %LOCALAPPDATA%\aivyx and adds to PATH.
# 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.
Sidebar, chat, and context tray — all in your terminal
Headers, code blocks, tables — rendered beautifully
INSERT/NORMAL modes, j/k nav, Tab to switch 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