macOS
How to install BassBoom on macOS
To run BassBoom in the absolute minimum requirements, your computer needs to have the following installed:
macOS Catalina or higher
Installation
There is one way to install BassBoom on macOS systems. Follow these steps to get started:
Ensure that you have all the required software installed
Download the latest release ZIP file from this page.
Unpack the ZIP archive to any folder of your choice
Open your favorite terminal emulator, like iTerm2, and change the working directory to a folder containing the BassBoom executable
Execute
dotnet BassBoom.Cli.dll
to start the kernel
Bleeding-edge
Bleeding-edge builds usually come from building the development branch of BassBoom, and they usually contain bugs and other untested features.
If you're a tester to such software, please follow the steps on your macOS machine. Please be sure that you're signed in to your GitHub account.
Open the canary release preparation workflow
Select the most recent build
Scroll down to Artifacts and click on the
bb-build
button to download the ZIP file.Extract the file. Be sure that you have the latest version of your favorite archive manager installed.
Open your favorite terminal emulator, like iTerm 2, and change the working directory to a folder containing the BassBoom executable
Execute
bassboom
ordotnet BassBoom.Cli.dll
to start the kernel
Last updated