Skip to content

Extensive Open source Two-way kernel Tweaker

License

Notifications You must be signed in to change notification settings

Lostdir69/OpenNitroN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The NitroN: Open Edition

Codescore Codequality Forks Stars

Table of Contents

Overview

OpenNitroN (nitrond) is a two-way modular Universal kernel optimizer written in bash which is extensive.

What it means to be Universal two-way is that it is an argument-based script and a menu-based script for Android and/or Linux platforms.

Requirements

  • A compatible Linux system
  • SuperUser permissions

Installation

for linux: The installer (installer.sh) simply clones this repository in your home's Directory (/home) and creates copy of the executables in /usr/bin for the daemon itself, and/or /usr/include for the header file by simply run:

 wget https://raw.githubusercontent.com/UsiFX/OpenNitroN/main/installer.sh && bash installer.sh install

it should output you the following:

$ wget https://raw.githubusercontent.com/UsiFX/OpenNitroN/main/installer.sh && bash installer.sh install
usage: installer.sh [install] [uninstall]

use the script according to your opinion.

for android:

  • for developers: if you wanna build the source code and have fun modifying it we have made it easier by making a small build script. just run it by:
bash smmt_builder.sh [OPTIONS]

replace [OPTIONS] with compiler arguments such as --clean & --shellcheck

  • for users: go to release section and download latest official build.

Options

Usage: nitrond [OPTION] (e.g. nitrond --update)

Options:
-sg, --set-green              ~ apply Battery mode
-sr, --set-red                ~ apply Gaming mode
-sy, --set-yellow             ~ apply Balanced mode
-sdm, --show-default-mode     ~ prints current tweaking mode
-c, --console-mode            ~ enter User-Friendly user selections
-u, --update                  ~ force update to latest
-h, --help                    ~ shows this Help menu
-v, --version                 ~ shows tool version
-d, --debug    [DEV-ONLY]     ~ run any command under debug flag
-L, --License                 ~ shows Tool License

Reporting Issues

Found a problem? Want a new feature? Have a question? First of all see if your issue, question or idea has already been reported. If don't, just open a new clear and descriptive issue.

License

nitronD v1.0.2 (An Extensive Kernel tweaker)
Copyright (c) 2022-2023 UsiFX <xprjkts@gmail.com>

                       GNU GENERAL PUBLIC LICENSE
                        Version 3, 29 June 2007

Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.

Buy me a Coffee?

PAYPAL: xprjkts@gmail.com

KO-FI: https://ko-fi.com/xprjkt

Hacktoberfest

What is Hacktoberfest?

A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.

https://hacktoberfest.digitalocean.com/

Getting started

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone your fork down to your local machine
git clone https://github.com/your-username/python_codes.git
  • Make your changes ( eg: Add Some python code )
  • Commit and push
git add .
git commit -m 'Commit message'
git push origin branch-name

How to Participate

  • Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)
  • Wait for your PR review and merge approval!
  • Star this repository
  • Enjoy & Wait for your free swags!

About

Extensive Open source Two-way kernel Tweaker

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%