- Linux
- macOS
- Windows
Run the install script with curl. It detects your architecture (amd64 or arm64), downloads the correct binary from the latest GitHub release, and installs it to If you are on Arch Linux, you can install from the AUR instead:
/usr/local/bin.Verify the installation
After installing, confirm that commitdog is on your PATH:Next step
Once commitdog is installed, runcommitdog setup to configure your email and platform token. See Setup for instructions.
Uninstall commitdog
Uninstall commitdog
The recommended way to remove commitdog is the built-in uninstall command:The command asks for confirmation, then removes the commitdog binary and its config directory from your machine. On Linux and macOS, it prompts for
sudo if the binary requires elevated permissions to delete. If any step fails, commitdog prints the exact manual command to run instead.If the binary is already gone or you prefer to remove everything by hand, run the commands for your platform:- Linux / macOS
- Windows