🐧

Linux

.deb

Debian, Ubuntu, and derivatives

sudo dpkg -i kairo_*.deb && sudo apt-get install -f

.rpm

Fedora, RHEL, CentOS, and derivatives

sudo dnf install kairo-*.rpm

.AppImage

Portable, runs on most distributions

chmod +x Kairo*.AppImage && ./Kairo*.AppImage

Standalone Binary

Requires GTK/WebKit libraries installed

Download for Linux

macOS

.dmg (Apple Silicon)

For M1, M2, M3, and newer Macs

.dmg (Intel)

For Intel-based Macs

Standalone Binaries

ARM and Intel binaries available

Open the .dmg file and drag Kairo to your Applications folder.

Download for macOS
💻

Windows

.exe (NSIS Installer)

Standard Windows installer

.msi

Enterprise deployment, group policy support

Standalone Binary

Portable executable

Download for Windows

Build from Source

Kairo is open source. Clone the repository and build it yourself.

# Clone the repository
git clone https://github.com/seahop/kairo.git
cd kairo

# Install dependencies
pnpm install

# Run in development mode
pnpm tauri dev

# Build for production
pnpm tauri build

Requirements

  • Node.js 20+
  • pnpm 9+
  • Rust (stable)
  • Linux: libwebkit2gtk-4.1-dev, libgtk-3-dev, libayatana-appindicator3-dev, librsvg2-dev
View on GitHub

All Releases

View all releases, including beta versions and changelogs, on the GitHub releases page.

View All Releases