Skip to content

Download Local Operator

The free, open source AI agent desktop app. One installer for your platform, and you are ready to ask it for something.

Latest version: v0.12.8Published 11 February 2026.Release notes on GitHub (opens in a new tab)

Download

Available for macOS, Windows, and Linux.

The Local Operator window: a list of named agents on the left, a conversation where the agent runs code and shows a chart, and a Canvas panel listing the files it created.
Agents on the left, the conversation in the middle, its files on the right

Choose your download

macOS (universal, Intel and Apple Silicon)

macOS (universal, Intel and Apple Silicon)
local-operator-ui-0.12.8-universal.dmg375 MBIntel and Apple SiliconDownload for macOS
local-operator-ui-0.12.8-universal.zip361 MBIntel and Apple Silicon, if you prefer a zipDownload for macOS (.zip)

Filenames and sizes as published for v0.12.8.

Windows

Windows
local-operator-ui-setup-0.12.8-x64.exe221 MBMost PCsDownload for Windows (x64)
local-operator-ui-setup-0.12.8-arm64.exe223 MBWindows on ARMDownload for Windows (ARM64)
local-operator-ui-setup-0.12.8.exe443 MBx64 and ARM64, if you are not sure whichDownload for Windows (both)

Filenames and sizes as published for v0.12.8.

Not sure which one? In Settings, System, About, look under System type. x64 is the one most PCs need.

Linux (x86_64)

Linux (x86_64)
local-operator-ui-0.12.8-x86_64.AppImage260 MBany distributionDownload .AppImage
local-operator-ui-0.12.8-amd64.deb152 MBUbuntu and DebianDownload .deb
local-operator-ui-0.12.8-x86_64.rpm152 MBFedora and friendsDownload .rpm
Linux on ARM64There is no ARM64 Linux build. You can build from source instead.

Filenames and sizes as published for v0.12.8.

The .deb and .rpm install Python 3.12 packages they depend on. The AppImage expects a Python 3.12 on your system.

What your computer needs

  • macOS 11 (Big Sur) or newer, Intel or Apple Silicon.
  • Windows 10 or newer, x64 or ARM64.
  • A recent x86_64 distribution; Ubuntu 18.04+, Debian 10+, or Fedora 32+ will do.
  • A few hundred megabytes for the installer, plus room for the backend it sets up on first run.
  • To talk to an agent you will want a model: a local Ollama model (free, offline), your own API keys, or a Radient Pass balance. The app walks you through this on first run.

Install steps

macOS (universal, Intel and Apple Silicon)

  1. Open the .dmg and drag Local Operator into your Applications folder.
  2. Open it from Applications, or with Spotlight.
Because the app is new to most computers, macOS blocks it the first time and offers only Move to Trash or Done. Nothing is wrong with the file. That is Gatekeeper doing its job. Click Done, then open System Settings, go to Privacy & Security, scroll down, and click Open Anyway. Confirm with Open, and from then on it opens like any other app. If Open Anyway is not there, try opening the app once more first. Control-clicking the app and choosing Open stopped working in macOS 15 Sequoia, so the Settings route is the one that works on every Mac.

Windows

  1. Run the installer and follow the prompts. It creates a desktop and Start menu shortcut.
Windows may show a SmartScreen warning for an app it does not recognise yet. Choose "More info", then "Run anyway". It only appears until the app has been around long enough to be known.

Linux (x86_64)

  • If you downloaded the AppImage: make it executable (chmod +x) and run it.
  • If you downloaded the .deb:sudo apt install ./local-operator-ui-0.12.8-amd64.deb
  • If you downloaded the .rpm:sudo dnf install ./local-operator-ui-0.12.8-x86_64.rpm

The first run

The first time you open it, the app installs its own backend. That takes a minute or two, once.

  1. The app opens straight to a chat, so you can look around while it sets up.
  2. It asks how you want to connect a model: Ollama, your own keys, or Radient Pass.
  3. You land in a conversation. Ask it for something small and watch the plan appear before anything runs.

Other ways to get it

If you already use Node, you can run it without installing:

npx local-operator-ui