Skip to main content

Running

With Make

make run

This builds the binary and starts the bot with ./laserbeak serve.

Directly

./laserbeak serve

With environment variables

LASERBEAK_DISCORD_TOKEN=... LASERBEAK_LLM_APIKEY=... ./laserbeak serve

With Docker Compose

# Create .env with your tokens (see .env.example)
make docker-up

Or without Make:

docker compose up -d

See Docker Deployment for details.

With a config file

./laserbeak serve --config /path/to/config.yaml