Choose Your Installation Method

Select the installation method that best suits your system and preferences:

Pre-built Binaries

Download and install pre-compiled binaries

Package Managers

Install using your preferred package manager

Go Install

Install from source using Go

Install mkbrr

Download the appropriate binary for your system from the GitHub Releases page or use the commands below.

Make sure the extraction directory (e.g., /usr/local/bin) is included in your system’s PATH environment variable so you can run mkbrr from any location.

wget $(curl -s https://api.github.com/repos/autobrr/mkbrr/releases/latest | grep download | grep linux_x86_64 | cut -d\" -f4)
sudo tar -C /usr/local/bin -xzf mkbrr_*_linux_amd64.tar.gz mkbrr

Verify Installation

After installation, verify that mkbrr is working correctly:

mkbrr version

If you see the version number, mkbrr is installed correctly!

Troubleshooting

If you encounter any issues during installation:

Need help? Join our Discord community or open an issue on GitHub.