To get started with the bruce client application, download the appropriate binary for your platform from the official releases page. Once downloaded, extract the archive.
For Linux or macOS users, you can use the tar command to extract the archive:
tar -xzf bruce-<VERSION>-<PLATFORM>.tar.gz
Replace with the specific version number, and with your platform (e.g., linux-amd64 or darwin-amd64).
For Windows users, you can use a tool like 7-Zip to extract the archive.
Adding the bruce binary to your PATH To use the bruce command from any directory, add the binary to your system’s PATH:
Linux and macOS:
Move the bruce binary to /usr/local/bin:
mv bruce-<VERSION>-<PLATFORM>/bruce /usr/local/bin
Windows:
Create a new folder for the bruce binary, e.g., C:\bruce Move the bruce.exe file to the new folder Add the new folder to your system’s PATH:
After adding the bruce binary to your PATH, you can use the client application from any directory.