📱Android
How to install Nitrocid KS on Android

The tricky part is getting Nitrocid KS to run on Android phones and tablets, especially those that run the latest version of Android.
Installation
To install Nitrocid KS on your phone or tablet, install the following dependencies:
Ensure that your Android version is compatible with Termux. You need at least 8 GB of free storage and Android 7.0 or higher.
Required packages
You can consult the required dependencies here:
📦Dependency InformationOnce you're done, follow the steps:
Install Termux
Install proot-distro using the following command:
pkg install proot-distro
Install the Ubuntu proot
proot-distro install ubuntu
Log in to the Ubuntu proot
proot-distro login ubuntu
Ensure that you've updated the package cache
apt updateapt dist-upgrade
Install the .NET 8.0 runtime
apt install dotnet-runtime-8.0
Install wget to download the latest release from this page.
apt install wgetwget https://github.com/Aptivi/Kernel-Simulator/releases/download/v0.x.x.x-beta/0.x.x.x-bin.zip
Install unzip to extract the files
apt install unzipunzip 0.x.x.x-bin.zip
Execute
dotnet Nitrocid.dll
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 Windows 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-buildbutton to download the ZIP file on your deviceRepeat steps 1-6 in the
InstallationsectionNow, use the
termux-setup-storagecommand. Follow the instructions here.Copy the
ks-build.zipfile from~/storage/downloads/ks-build.zipto your home directorycp ~/storage/downloads/ks-build.zip ~/
Still in the home directory, install unzip to extract the files
apt install unzipunzip ks-build.zip
Execute
dotnet Nitrocid.dll
Last updated