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.41 · published September 4, 2026

Bodega-One-Setup-latest.exe
e96cf1a15281662724072d169b342a7ab4b0b5c9c302626b74b85b80400ada8b
Bodega-One-latest-portable-x64.zip
bf9cb425eaa40e90e4e50588158273fd6301ffc35c13b418bcea40bd9ae9d9e8
Bodega-One-latest-arm64.dmg
3a0188ab2f51e6a96e3a0674bdf7a3d92dcb8a043ea68d93adce6583bb99b04b
Bodega-One-latest-x64.dmg
a96fc545436720243ba4b4b50d6afed57e4bdecd17ef3439fa186768e6820f3a
Bodega-One-latest-arm64.AppImage
43ef0de11b3603fe8e06f87abbae8543596965f9bf0a7752dc2926f2d9fa2f8b
Bodega-One-latest-x86_64.AppImage
aeddc257ba93e71e9ed38d059071ebb218499064fc0fe0a145c9261e10b2a040
Bodega-One-latest-amd64.deb
baf6ebab5d97a9d088f50f328c26fcbe7858d45b3ce5d678ecd157137d02698b
Bodega-One-latest-arm64.deb
d22888fc06a7787e4480b3caba2b5d44abaa4421aa3c26487f4225abf4537161

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.