One recommended way for everyone, plus options if you want a domain, a custom port, or Docker. Whichever you pick, once it's up Queenie sets up the rest by chatting with you. No config files to edit.
Paste this into a terminal on your Linux or macOS machine. It does everything for you, then opens in your browser.
curl -fsSL https://raw.githubusercontent.com/MarlBurroW/hivekeep/main/install.sh | bash $DATA_DIR/.encryption-key so your secrets survive restartsgithub.com and bun.sh over HTTPS (corporate proxies often block these).Most machines already have all of this. Quick checklist:
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.
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.