🍎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:

SystemFrameworkTerminal

macOS Catalina or higher

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:

  1. Ensure that you have all the required software installed

  2. Download the latest release ZIP file from this page.

  3. Unpack the ZIP archive to any folder of your choice

  4. Open your favorite terminal emulator, like iTerm2, and change the working directory to a folder containing the Nitrocid KS executable

  5. 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.

  1. Select the most recent build

  2. Scroll down to Artifacts and click on the ks-build button to download the ZIP file

  3. Extract the file. Be sure that you have the latest version of your favorite archive manager installed

  4. Open your favorite terminal emulator, like iTerm 2, and change the working directory to a folder containing the Nitrocid KS executable

  5. Execute ks or dotnet Nitrocid.dll to start the kernel

Last updated