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

Download Aivyx

Your private AI assistant. Free, open source, and encrypted by default.

๐Ÿ–ฅ๏ธ Desktop App

A native graphical interface. Just download, install, and run โ€” no terminal needed.

๐Ÿ“ฆ

.deb Package

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

Download .deb
How to install:
  1. Open your file manager
  2. Double-click the .deb file
  3. Click "Install" in the software center
  4. Find Aivyx in your app launcher
๐ŸŽ ๐ŸชŸ

macOS & Windows

Native apps are coming soon. Star the project on GitHub to get notified.

โญ Star on GitHub

Want 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