One command does everything. Once it's up, Queenie sets up the rest by chatting with you, so there are no config files to edit.
Run this in a terminal on your Linux or macOS machine. It installs everything for you.
curl -fsSL https://raw.githubusercontent.com/MarlBurroW/hivekeep/main/install.sh | bash When it finishes, open the link it prints in your browser. Queenie does the rest.
Skip this if the one-liner above is all you need. Otherwise answer a couple of questions and we'll generate the exact command for your setup.
curl -fsSL https://raw.githubusercontent.com/MarlBurroW/hivekeep/main/install.sh | bashYour encryption key is handled for you. The installer auto-generates and saves it at $DATA_DIR/.encryption-key so your secrets survive restarts. Back up that file alongside your database. (Pin a fixed ENCRYPTION_KEY with the advanced toggle above if you'd rather manage it yourself.)
port already in use / EADDRINUSE: port 3000 is taken. Change the Port field above and re-run.github.com and bun.sh over HTTPS (a proxy may be blocking them).Open http://localhost:3000 in your browser. Queenie walks you through the rest (admin account, your first AI provider, your first agents). No config files to edit.
Most machines already have all of this.
On Windows? The native installer doesn't run on Windows directly. Use WSL2 (run the one-liner inside your Linux distro) or Docker Desktop.
All three run the exact same app. They differ in how it lives on the machine.
Pick this if you just want it to work. One command, on your own Linux or macOS box.
Pick this if you already live in Docker and want a clean, sandboxed appliance.
Pick this if you want to read the code, hack on it, or run it your own way.