Hello, I made this project for fun.
Just use docker please the src is fine to use as well but you need golang, bun, garble and openssl.
To use docker copy the docker-compose.yml to your working directory and run
docker compose upOn first startup, if secrets are not provided through environment variables,
Overlord generates them and persists them to data/save.json (inside Docker:
/app/data/save.json). This includes:
- JWT signing secret
- Agent auth token
- Initial admin bootstrap password
Keep save.json private and backed up. Use values from that file if you need
to recover bootstrap access.
to update run
docker compose pullIt's literally just docker any question chatgpt can answer so don't worry.
Build a production-ready package where the server can still build client binaries at runtime:
build-prod-package.batLinux/macOS:
./build-prod-package.shWindows output folder:
release
Windows package includes:
Overlord-Clientoverlord-server.exeoverlord-server-linux-x64start-prod-release.batstart-prod-release.shpublic
build-prod-package.bat also minifies public/assets/*.js into the release package.
Note: both packaging scripts always skip building client binaries and export Overlord-Client source for runtime builds.