Download

Get Operon.

Free. Open-source. No account required. Available for macOS, Windows, and Linux.

v0.6.1 · released this month MIT-licensed ~40 MB

We detected your OS. The button picks the right build — use the dropdown for everything else.

All downloads

Pick your platform.

macOS · Apple Silicon

M1 · M2 · M3 · M4
Format: .dmg Arch: arm64 Size: ~40 MB Min OS: macOS 12 Monterey
Download for Apple Silicon

Operon_0.6.1_aarch64.dmg

macOS · Intel

Core i5 / i7 / i9
Format: .dmg Arch: x86_64 Size: ~40 MB Min OS: macOS 12 Monterey
Download for Intel

Operon_0.6.1_x64.dmg

Windows 10 / 11

NSIS installer (recommended)
Format: .exe Arch: x64 Size: ~40 MB Min OS: Windows 10 (1809+)
Download .exe

Operon_0.6.1_x64-setup.exe

Windows 10 / 11

MSI (for IT & GPO rollouts)
Format: .msi Arch: x64 Size: ~40 MB Min OS: Windows 10 (1809+)
Download .msi

Operon_0.6.1_x64_en-US.msi

Linux · Debian / Ubuntu

.deb package
Format: .deb Arch: amd64 Size: ~40 MB Distros: Ubuntu 22.04+, Debian 12+
Download .deb

Operon_0.6.1_amd64.deb

Linux · AppImage

Universal, no install
Format: .AppImage Arch: x64 Size: ~40 MB Works on: Fedora, Arch, RHEL, more
Download .AppImage

Operon_0.6.1_amd64.AppImage

Linux · Fedora / RHEL

.rpm package
Format: .rpm Arch: x86_64 Size: ~40 MB Distros: Fedora 39+, RHEL 9, Rocky, Alma
Download .rpm

Operon-0.6.1-1.x86_64.rpm

Build from source

GitHub · swaruplab/operon
Requires: Rust, Node 20+, Xcode CLI / MSVC License: MIT
View on GitHub

cargo tauri build

Install notes

First-time setup, by platform.

macOS

Open the .dmg and drag Operon into /Applications.

open Operon_0.6.1_aarch64.dmg
# then drag Operon.app into the Applications shortcut

First launch: right-click → Open to bypass Gatekeeper (we're not a paying Apple developer yet).

The setup wizard will install Xcode Command Line Tools and Claude Code for you.

Windows

Run the .exe installer (or .msi for managed deployments). SmartScreen may warn — click More info → Run anyway.

Installs to %LOCALAPPDATA%\Operon. Claude Code installed via the setup wizard.

Windows Terminal / PowerShell Core recommended but not required.

Linux (.deb)

sudo dpkg -i Operon_0.6.1_amd64.deb
sudo apt install -f   # fix any missing deps

Tested on Ubuntu 22.04, 24.04, and Debian 12.

Linux (.rpm)

sudo dnf install ./Operon-0.6.1-1.x86_64.rpm
# or: sudo rpm -i Operon-0.6.1-1.x86_64.rpm

Tested on Fedora 39+, RHEL 9, Rocky Linux, and AlmaLinux.

Linux (AppImage)

chmod +x Operon_0.6.1_amd64.AppImage
./Operon_0.6.1_amd64.AppImage

No install step. Works anywhere with FUSE. Integrate with the system menu using AppImageLauncher.

Releases

Every build is on GitHub.

Release notes, SHA-256 checksums, and older versions are all published to the swaruplab/operon releases page.