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.43 · published September 24, 2026

Bodega-One-Setup-latest.exe
e0f8776abf9f70cf60cab3b49f2bb3827740cc16d29ff008cfafc9e40b765b40
Bodega-One-latest-portable-x64.zip
50f577dbabc0cca0d4ed4e3e4a7456cc2e51b75971c38bf9a6451d48e7fad5d0
Bodega-One-latest-arm64.dmg
9b7a50ab2adc2874c04c5eaca13bd15fe02e243259667c29e54ffab31ddc8aa3
Bodega-One-latest-x64.dmg
ebf8b81c65a6e7e9fdb5730530b2ccef4bc41d636ebd02a38642410227901312
Bodega-One-latest-arm64.AppImage
a7ac1d4c3f0b11b0571cb8e38315e2a49d22d8471fc101f87432f659199e4d5d
Bodega-One-latest-x86_64.AppImage
0a124465ec10aaa0d6cde3ebbe8a2fb1dc8121b7d92b0c7bb94f7ea9994ea0e6
Bodega-One-latest-amd64.deb
8e2529646f3a6567ce5d5a92f8544cb94dca58f9db3f28a81e203cae267d3a04
Bodega-One-latest-arm64.deb
b354b2792ee81f4115315c00df1b180a29ca54740c41c5180d0cb14a8acc987b

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.