Download
Install OpenBean on your own server.
OpenBean runs on infrastructure you control — a server in your office, a machine in your data center, or a private cloud box. Nothing your team captures ever lives on ours. Installation takes one command and a few minutes.
One command, on the machine you choose
Run the line for your platform in a terminal on the server. The installer checks the machine, sets OpenBean up as a system service, and opens the guided setup in your browser. You create your organization there — no account with us, no sign-up.
macOS / Linux
curl -fsSL https://openbean.xyz/install | bashNo administrator access on the machine? Add --user to install under your own home directory instead:
curl -fsSL https://openbean.xyz/install | bash -s -- --userWindows (PowerShell, run as Administrator)
irm https://openbean.xyz/install.ps1 | iexFresh Ubuntu or Ubuntu on WSL
curl -fsSL https://openbean.xyz/install-ubuntu.sh | bashEvery script is a plain text file you can read before you run it — open the URL in a browser first if you want to see exactly what it does. That transparency is deliberate.
OpenBean Server installers
Prefer a native installer to a terminal? Download the package for your platform. It ends in the same place: the guided setup, in your browser, on your server.
- openbean-server-1.0.5-alpha_amd64.deb — 50.9 MB ·
2309e74b08d10c00… - macOS disk image (.dmg) — 46.9 MB ·
77d569d437fb85f2… - macOS installer (.pkg) — 46.3 MB ·
810f8ee1b63ddfbd… - Linux AppImage — 40.4 MB ·
43062b6d3654b19f… - Windows installer (.exe) — 22.7 MB ·
ddcf07f624ed3e9d…
What happens after you install
- Create your organization. The setup wizard opens in your browser and walks you through it — about two minutes.
- Connect your AI tools. Each teammate connects the tools they already use from the Connections page, in a couple of clicks.
- Stop losing what you learn. Important work is kept automatically, a person you choose approves what becomes company knowledge, and everyone gets the right answer from then on.
Before you install
- A machine your company controls: a spare server, a VPS, or a workstation that stays on. 4 GB of memory is comfortable.
- Administrator access on that machine (or use the
--useroption above). - About ten minutes, start to finish.
Not sure whether your setup fits? Ask us first — contact reaches a real person, and the FAQ answers the common questions.
Verify your download
Every artifact ships with a SHA-256 checksum. Compare against the values in checksums.txt attached to the release:
sha256sum <the file you downloaded>