Skip to main content

Download Bodega One Code

Local-first AI desktop. Full IDE, AI chat, autonomous coding agent. Your data stays on your machine. Free for everyone while we're in beta.

Open beta · Free for everyone · Expect rough edges

This is a beta

It works, and it's free for everyone right now, commercial use included. But it's not a finished 1.0. You will hit bugs and rough edges. When you do, tell us on Discord or open a GitHub issue. We ship fixes fast and read everything. The paid Pro tier (commercial license) arrives at full release, not during the beta.

Recommended · Windows

One PowerShell command. No SmartScreen warning.

Open PowerShell (Win + X → Terminal), paste this, hit Enter. Downloads to %LOCALAPPDATA%\BodegaOne and launches. No admin rights, no installer dialog, no warning.

irm https://bodegaone.ai/install.ps1 | iex

The script uses Microsoft's documented Unblock-File cmdlet to strip the Mark-of-the-Web that triggers SmartScreen. Read it first if you want: install.ps1 source.

Alternative · Windows installer

Prefer a traditional installer?

Heads up

Windows SmartScreen will warn you when you run this. We're shipping unsigned for the beta. EV code-signing is in progress.

When you see "Windows protected your PC", click More info then Run anyway. This is normal for indie software in early access.

Download for Windows

Windows 10+ · 64-bit · ~180 MB

On a locked-down or corporate machine? Grab the portable zip. No installer, runs from anywhere.

macOS

macOS DMG

Two builds. Pick by your Mac's chip. Signed and notarized with our Apple Developer ID. Drag to Applications, open. Standard macOS install, no Gatekeeper warnings.

Apple Silicon = M1, M2, M3, M4 chips (most Macs since late 2020). Intel = pre-2020 Macs.

Linux

Linux AppImage

Single-file portable. Works on most modern Linux distros (Ubuntu 22.04+, Debian 12+, Fedora 38+, RHEL/Rocky/AlmaLinux 9+, Arch, openSUSE, Mint, Pop!_OS). CentOS 7 and 8 are end-of-life and not supported. Two builds. Pick by your CPU architecture.

x64 = standard Intel/AMD desktops + servers. ARM64 = Raspberry Pi 5, Apple Silicon Linux VMs, AWS Graviton, Asahi Linux.

Then run

chmod +x Bodega-One-*.AppImage && ./Bodega-One-*.AppImage
Command line · All platforms

Prefer the terminal? Get the CLI.

Bodega One Code ships a terminal client too: the same local-first agent with QEL-verified edits and air-gap mode, driven from your shell as an interactive TUI or fully headless. It shares one brain with the desktop app, so your providers, MCP servers, and sessions carry over. Bring your own model. New in v0.1.0.

macOS / Linux

curl -fsSL https://bodegaone.ai/cli.sh | sh

Windows (Scoop, recommended)

scoop install https://github.com/BodegaoneAI/bodegaone-cli-releases/releases/latest/download/bodega.json

Windows (PowerShell one-liner)

irm https://bodegaone.ai/cli.ps1 | iex

Homebrew users can install from the bodega.rb formula on the release, and the binary self-updates on its own channel. Read the CLI docs or browse all CLI releases.

Your first 10 minutes

  1. Install and launchUse the one-liner or the installer for your platform above.
  2. Activate with your emailFree. It ties updates and license recovery to you. Not telemetry; the app runs fully offline after activation.
  3. Pick your model pathThe first-run wizard auto-detects running LLM servers. Have a GPU? Install a local model through managed Ollama or llama.cpp. Prefer cloud? Paste your own API key.
  4. Open a project and put the agent to workStart with something small and reviewable. Every change lands as a diff with a QEL verification score.
  5. Flip on air-gap if you need itZero network egress, enforced in the app, with an Air-Gap Active indicator in the top bar.

The full walkthrough lives in the Getting Started docs.

System requirements

The app itself is light. The real hardware question is which AI model you run, and that is your call: local models need VRAM, cloud models need an API key and nothing else.

PlatformRequirements
WindowsWindows 10 or 11, 64-bit. ~180 MB download.
macOSApple Silicon (M1 to M4) or Intel, separate builds for each. Signed and notarized. ~200 MB download.
Linuxx64 or ARM64 AppImage on glibc distros (Ubuntu 22.04+, Debian 12+, Fedora 38+, RHEL 9+, Arch, openSUSE, Mint, Pop!_OS). .deb packages on the GitHub release. ~205 MB download.
RuntimeElectron 40. No background services, no telemetry.

Running models locally? Size your hardware to the model with the VRAM calculator, or skip the question entirely with a cloud API key.

Verify your download

Every installer is hashed by GitHub when we publish it. Compare the SHA-256 of the file you downloaded against the list below before you run it. The installer does the same check itself on Windows, but you should not have to take our word for it.

Latest release: v1.0.0-beta.34 · published August 5, 2026

Bodega-One-Setup-latest.exe
fd60934975270c55774b9e222e6991ffb2674fb758d79e2f5b7c671827eb1e15
Bodega-One-latest-portable-x64.zip
f253ecf5746d78c737f197aaee3dcc48e0971d74fd07befe5959b54fc02a9faf
Bodega-One-latest-arm64.dmg
11f79af753e5c039e348a054638dc1b88910c4290afa88b7c2d7a86bda43cb01
Bodega-One-latest-x64.dmg
f6c8eba85112bb392aa3effee551df9058b966112e63bea89d6ff624b363586d
Bodega-One-latest-arm64.AppImage
5e948d4224bc154a88d7eb40ec41bd4290eeab114142b4fe85efad3d4abba990
Bodega-One-latest-x86_64.AppImage
0e4cd22c6f652237edb2d9f838138b93f6a6e1a32c78338f17f7ab1aa640dfd8
Bodega-One-latest-amd64.deb
cc7b869db2f6d09255db7b10dedd750e855c63a4aebf89ea557435b9c49ff53c
Bodega-One-latest-arm64.deb
8570d10afe2206559ee623ab98028d37af9ec07189e9f7e338f3809e104e3664

Windows (PowerShell)

Get-FileHash .\Bodega-One-Setup-latest.exe -Algorithm SHA256

macOS / Linux

shasum -a 256 Bodega-One-latest-*

Looking for something else?

Older versions, checksums, release notes, and the full asset list live on GitHub.

Browse all releases on GitHub →

Hit a wall?

Beta testers get fast help. Drop into Discord or open an issue on GitHub. We read everything.