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.
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 | iexThe 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.
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.
Windows 10+ · 64-bit · ~180 MB
On a locked-down or corporate machine? Grab the portable zip. No installer, runs from anywhere.
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 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-*.AppImageSystem 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.
| Platform | Requirements |
|---|---|
| Windows | Windows 10 or 11, 64-bit. ~180 MB download. |
| macOS | Apple Silicon (M1 to M4) or Intel, separate builds for each. Signed and notarized. ~200 MB download. |
| Linux | x64 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. |
| Runtime | Electron 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.31.4 · published June 25, 2026
- Bodega-One-Setup-latest.exe
- b49a6406a487564dfc084f105c4b02ce0c4a7a10fb6623990e4f67cb97b2cd80
- Bodega-One-latest-portable-x64.zip
- ba5bede669023900af4b651e54344dbb61afa7f9c3b7dc3fac2ce18fb7031e19
- Bodega-One-latest-arm64.dmg
- 9aef3b4aa1c4e80464c3fb13891986662bff7c4f8b2064d0aed03c9b1759186b
- Bodega-One-latest-x64.dmg
- eea4eb015150eec08fea8e245e29bfc32f0e54b1462823d3b79b4e0a64b51fc1
- Bodega-One-latest-arm64.AppImage
- 3307fb2d9c581d650d5cddfd46544c8f44a9a34971f1ced71f07b127f461efb4
- Bodega-One-latest-x86_64.AppImage
- 055dec28bae56b12c4d7304868dfa9cd9c87752f814a35bcd4ad0a7903ae2333
- Bodega-One-latest-amd64.deb
- ea52b0f3521eba3459bff8a2e0f1cac27f089734ee43118dd66b453ab46986d3
- Bodega-One-latest-arm64.deb
- 36514bbbf1cdc2a77340d88885dff2ed56fb5251491214ba81e9e0e9a988f8ab
Windows (PowerShell)
Get-FileHash .\Bodega-One-Setup-latest.exe -Algorithm SHA256macOS / Linux
shasum -a 256 Bodega-One-latest-*Your first 10 minutes
- Install and launchUse the one-liner or the installer for your platform above.
- Activate with your emailFree. It ties updates and license recovery to you. Not telemetry; the app runs fully offline after activation.
- 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.
- 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.
- 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.
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.