https://github.com/spacebanana420/nitori
CPU, hardware and process control program for Linux
https://github.com/spacebanana420/nitori
backlight battery cli cpu laptop linux suspend
Last synced: 6 months ago
JSON representation
CPU, hardware and process control program for Linux
- Host: GitHub
- URL: https://github.com/spacebanana420/nitori
- Owner: spacebanana420
- License: mit
- Created: 2025-05-16T13:16:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-13T12:16:19.000Z (10 months ago)
- Last Synced: 2025-10-03T20:55:34.457Z (10 months ago)
- Topics: backlight, battery, cli, cpu, laptop, linux, suspend
- Language: Java
- Homepage:
- Size: 91.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Nitori
Nitori is a CLI tool for controlling and monitoring the system's CPU and hardware on Linux-based operating systems.
### Supported features
* **CPU**: Montior hardware specifications and current configuration, set clock speeds, set kernel governor
* **Battery**: Set battery charge limit and monitor specifications, manufacturer, power usage and charge capabilities
* **Backlight**: Set and view the screen backlight brightness for built-in laptop screens
* **Suspension**: Suspend the system to RAM, freeze userspace or hibernate to disk
* **Memory**: Monitor the system memory and swap and now much is free, available, used and cached
* **Process**: List, count and find system processes and kernel threads
## Requirements
* Linux-based systems are the only systems that work
* Java 11 or newer
Nitori is only tested on x86_64 CPUs, but it might also work on other CPU architectures. Battery support is only tested with lithium-ion batteries.
## Download
You can download Nitori from the [releases page](https://github.com/spacebanana420/nitori/releases).
You can run `java -jar nitori.jar` and open the help screen to see what you can do.
## Build from source (using [Yuuka](https://github.com/spacebanana420/yuuka))
### Build a JAR
```
yuuka package
```
### Install on your system (requires root)
```
yuuka install
```