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.

Latest release: v1.0.5-alpha · alpha ·

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 | bash

No administrator access on the machine? Add --user to install under your own home directory instead:

curl -fsSL https://openbean.xyz/install | bash -s -- --user

Windows (PowerShell, run as Administrator)

irm https://openbean.xyz/install.ps1 | iex

Fresh Ubuntu or Ubuntu on WSL

curl -fsSL https://openbean.xyz/install-ubuntu.sh | bash

Every 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.

What happens after you install

  1. Create your organization. The setup wizard opens in your browser and walks you through it — about two minutes.
  2. Connect your AI tools. Each teammate connects the tools they already use from the Connections page, in a couple of clicks.
  3. 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 --user option 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>