Download Aivyx
Your private AI assistant. Free, open source, and encrypted by default.
Download for Linux AppImage ยท No install required
Latest release
๐ฅ๏ธ Desktop App
A native graphical interface. Just download, install, and run โ no terminal needed.
Recommended
AppImage
Works on any Linux distro. Download and double-click to run.
Download .AppImage How to run:
- Open your file manager
- Right-click the file โ Properties โ Permissions
- Check โ "Allow executing as program"
- Double-click the file to launch
Or from terminal
chmod +x aivyx-desktop.AppImage
./aivyx-desktop.AppImage .deb Package
For Ubuntu, Debian, Pop!_OS, and other apt-based distros.
Download .deb How to install:
- Open your file manager
- Double-click the .deb file
- Click "Install" in the software center
- Find Aivyx in your app launcher
macOS & Windows
Native apps are coming soon. Star the project on GitHub to get notified.
โญ Star on GitHubWant Fully Local AI?
Use Ollama for 100% offline inference โ no API keys, no cloud, no data leaving your machine.
# Install Ollama (one command)
curl -fsSL https://ollama.com/install.sh | sh
# Pull a model
ollama pull llama3.2
# Then tell Aivyx to use it
aivyx config set provider ollama
aivyx config set ollama.model llama3.2 System Requirements
๐ง Linux
- x86_64 or aarch64
- glibc 2.31+ (Ubuntu 20.04+)
- OpenSSL 3.x
๐ macOS
- macOS 12+ (Monterey)
- Apple Silicon or Intel
- Coming soon
๐ช Windows
- Windows 10+
- x86_64
- Coming soon