One-line uninstall
The fastest way to remove Bolly. This stops the service, removes the binary, cleans up service files, and removes the PATH entry from your shell config.The uninstall script is open source. You can review it on GitHub before running.
Options
Control behavior with environment variables:| Variable | Default | Description |
|---|---|---|
KEEP_DATA=1 | Remove everything | Keep your data (config, memories, chats, drops) and only remove the binary and service |
BOLLY_DIR=/custom/path | ~/.bolly | Uninstall from a custom directory if you installed Bolly to a non-default location |
Keep your data
To remove Bolly but preserve your conversations, memories, and config:~/.bolly/. You can reinstall later and pick up where you left off.
Custom install directory
If you installed Bolly to a custom path:What the script does
Stops the service
Unloads the launchd plist on macOS or stops and disables the systemd unit on Linux. Kills any remaining Bolly process.
Removes files
Deletes the
~/.bolly/bin/ directory and log file. If KEEP_DATA is not set, removes the entire ~/.bolly/ directory.Manual uninstall
If you prefer to remove Bolly by hand:Clean your PATH
Open your shell config file (
~/.bashrc, ~/.zshrc, etc.) and remove the line that adds ~/.bolly/bin to your PATH.Uninstalling other methods
| Installation method | How to uninstall |
|---|---|
| Docker | docker compose down -v or docker rm -f bolly |
| Desktop App | Drag to Trash (macOS), uninstall from Settings (Windows/Linux) |
| From Source | Remove the cloned repo and ~/.bolly/ directory |