Early Access (v0.9.x): Operum is in active development. Join our Discord for support.

Installation

Operum is available for macOS, Windows, and Linux. Download the installer for your platform from our website.

System Requirements

Prerequisites

Operum requires these dependencies (the app will help you install them on first launch):

  • Git - Required for repository operations
  • GitHub CLI (gh) - For GitHub integration
  • Claude Code CLI - Powers the AI agents
Automatic Installation: On first launch, Operum detects missing dependencies and offers one-click installation on all platforms. No Node.js or npm required - Claude Code now uses native installers.

Recommended

  • 4GB RAM or more
  • 1GB disk space
  • Internet connection for agent operations

Download

Download the latest version from our download page.

macOS

Download the .dmg file and drag Operum to your Applications folder.

  • Apple Silicon (M1/M2/M3)
  • Intel (x64)

Requires macOS 10.13+

Windows

Download and run the .exe installer. Follow the setup wizard.

  • EXE installer (recommended)
  • MSI package

Requires Windows 10+

Linux

Choose the package format for your distribution:

  • .deb - Debian/Ubuntu (recommended)
  • .rpm - Fedora/RHEL
  • Arch Linux - Convert .deb using debtap

Note: AppImage is temporarily unavailable

Linux Installation

Debian/Ubuntu

sudo dpkg -i Operum_*_amd64.deb

Fedora/RHEL

sudo rpm -i Operum-*-1.x86_64.rpm

Arch Linux

Native pacman builds are coming soon. For now, convert the .deb package:

# Install debtap (first time only)
yay -S debtap && sudo debtap -u

# Convert and install
debtap Operum_*.deb
sudo pacman -U operum-*.pkg.tar.zst

Auto-Updates

Operum includes automatic updates. When a new version is available, you'll see a notification in the app. Click to download and install the update - no need to manually download from the website again.

Updates are cryptographically signed to ensure authenticity.

Next Steps

After installation, follow the Quick Start guide to set up your first team.