https://github.com/mrdotx/cinfo
a fast and minimal system information tool for linux-based operating systems
https://github.com/mrdotx/cinfo
cache cpu distro fetch host information kernel load memory model multithreading packages shell system uptime user
Last synced: about 4 hours ago
JSON representation
a fast and minimal system information tool for linux-based operating systems
- Host: GitHub
- URL: https://github.com/mrdotx/cinfo
- Owner: mrdotx
- License: gpl-3.0
- Created: 2020-12-27T20:43:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-08-14T02:04:30.000Z (11 months ago)
- Last Synced: 2026-06-24T22:38:52.008Z (about 4 hours ago)
- Topics: cache, cpu, distro, fetch, host, information, kernel, load, memory, model, multithreading, packages, shell, system, uptime, user
- Language: C
- Homepage:
- Size: 4.94 MB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-ricing - cinfo - a fast and minimal system information tool for linux-based operating systems. (C) (Packages / CLI Tools)
README
# cinfo
a fast and minimal system information tool for linux-based operating systems

## Installation
[](https://repology.org/project/cinfo/versions)
Edit **config.mk** to match your local setup (cinfo is installed into
the /usr/local namespace by default)
Copy the **config.def.h** to **config.h** and edit the new file according to your needs.
Especially if you want to install cinfo on an non-Arch based distro!
Afterwards enter the following command to build and install cinfo (if
necessary as root):
```bash
make clean install
```
## Run
```bash
cinfo
```
## Manual
You can view the manual by running `man cinfo` or `man cinfo.1`,
if you've already ran `make clean install`.