macOS
How to install Nitrocid KS on macOS
The installation instructions is based on pre-release version of Nitrocid KS, and the system requirements may change during the development.
Installing Nitrocid KS on macOS is pretty easy. Before performing the installation, your macOS system must meet the following requirements:
Extra kernel add-ons may require additional hardware on your computer to work. For example, the BassBoom addon requires that you have audio drivers installed on your computer.
KS v0.1.0 or later
To run Nitrocid KS in the absolute minimum requirements, your computer needs to have the following installed:
KS v0.0.20.0 or lower
We support installing KS 0.0.20.0 or lower until 2/22/2027.
The above requirements are applied to the 0.0.20.0 version series or lower. The first version to introduce macOS support is 0.0.16.0. However, if possible, use the recent nightly builds of the upcoming version of the kernel.
Installation
There is one way to install Nitrocid KS 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 Nitrocid KS executable
Execute
dotnet Nitrocid.dll
to start the kernel
Bleeding-edge
Bleeding-edge builds usually come from building the development branch of the kernel, 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 this page
Select the most recent build
Scroll down to Artifacts and click on the
ks-build
button to download the ZIP fileExtract 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 Nitrocid KS executable
Execute
ks
ordotnet Nitrocid.dll
to start the kernel
Last updated