Install
- Detect your operating system and architecture
- Download the latest Bolly binary from GitHub releases
- Place it in a system-accessible location
- Create the default config directory at
~/.bolly/ - Generate a default
config.toml - Set up a background service (systemd on Linux, launchd on macOS)
The install script is open source. You can review it on GitHub before running.
Open Bolly
The install script starts the service automatically. Open http://localhost:26559 in your browser — Bolly will guide you through the initial setup. During onboarding you’ll choose your AI provider:- API Key — bring your own Anthropic key from console.anthropic.com. Pay per usage.
- Claude Code — use your Claude subscription via OAuth login. Requires extra usage enabled.
- OpenAI — bring your own OpenAI key. Pay per usage.
- Codex — use your ChatGPT subscription via BYOKEY proxy.
See the API Keys guide for details on all options.
Managing the service
Check status
Stop the service
Start / restart
View logs
The
bolly CLI wraps platform-specific service management (launchd on macOS, systemd on Linux) so you don’t have to remember the underlying commands.Updating
To update Bolly to the latest version, run the install script again:Uninstalling
Run the uninstall script to remove Bolly:Next steps
Configuration
Customize personality, heartbeat, and memory settings.
API Keys
Learn about optional integrations like Google AI and ElevenLabs.