Skip to content
Rem01Gaming edited this page Feb 13, 2024 · 4 revisions

Hero image


Hi and welcome to Origami Kernel Manager wiki!

Origami Kernel Manager is a set of utilities for power users to tune, adjust, and manage the kernel parameters through the command line interface (CLI), specifically on termux. It aims to deliver a comprehensive solution for enhancing device performance and customization by providing various settings for kernel fine-tuning.

Important

As this project is designed to run under Termux CLI, we assumed you have knowledge about basic CLI commands before installing, if not maybe Franco Kernel Manager or other Kernel Managers is a better choice for you.

Let's get started:

Installation and running Origami Kernel Manager

Getting ready for installation

As we know Origami Kernel Manager runs on Termux CLI, first you need to install Termux. We highly recommended to install Termux from GitHub release or F-Droid and DO NOT install from malicious website or files on random Telegram group (if you have one).

Caution

DO NOT Install Termux from Play Store as it's deprecated and no longer supported. Please read Termux Readme for more info.

Note

Make sure you download and install Termux APK that's compatible with your device architecture, either it's aarch64, aarch32 or X86. Otherwise it won't installed.

After Termux installed, the first you want to do is install the newest versions of all packages currently installed on the Termux. You can use the command below for it.

apt update && apt upgrade

And done! You are ready for install Origami Kernel Manager.

There's 2 method that you can choose to install Origami Kernel Manager.

Installation with deb package (Recommended)

The first step is download the deb package from GitHub release of Origami Kernel Manager, you can use whatever tools for download the deb package but you must know where the download file will be placed. Screenshot_20240208-143201_Chrome

After download the deb package, you need to navigate to the download directory of the deb package. Example if your download directory is /sdcard/Download :

cd /sdcard/Download

And finally install the deb package with :

apt install ./origami-kernel.deb

If installation success, you should see the output like this Screenshot_20240208-144937_Termux

Installation with make

While before we just download the deb package, in this method we need to clone this repository.

But before we can do that we need to install git and make on our Termux.

apt install git make

After git and make installed, we can start clone this repository.

git clone https://github.com/Rem01Gaming/origami_kernel_manager.git

After repository cloned, navigate to repository and start installation.

cd origami_kernel_manager
make install-dependence
make install

Just like previous method, you should see output like that if installation success.

Updating Origami Kernel Manager to newer version

For updating Origami Kernel Manager, you need to uninstall and reinstall with newer version. Check out Uninstall Origami Kernel Manager.

Additionally, if you using make method for installation, run git pull on repository directory for checkout changes for newer version.

Uninstall Origami Kernel Manager

Uninstallation of Origami Kernel Manager is different depending on you method for installing.

If you installed Origami Kernel Manager with deb package, simply run apt remove origami-kernel. But in you using make method for installation you need to navigate to repository directory and run make uninstall

Contribute to Origami Kernel Manager

Contributions are encouraged! Whether it's through issue submissions or pull requests, your input is valued in enhancing the Origami Kernel Manager.