A lightweight, blazing-fast system information tool written in pure C.
- Blazing Fast: Built with pure C and Direct System APIs for minimal resource usage and maximum performance.
- Dynamic ASCII Art: Automatically detects your Linux distribution (
Fedora,Arch,Debian, etc.) and renders the corresponding logo. - Terminal Color Palette: Displays a colorful 16-color block palette at the bottom for aesthetic screenshots.
- Detailed System Insights: Displays CPU specs, real-time temperatures, RAM type & usage, display resolution, disk space, GPU, and OS age/uptime.
- Standard Build System: Uses a clean
Makefilefor simple, scalable compilation across platforms.
Clone the repository and compile using make:
bash
git clone https://github.com/Saul-Goodman6/SmartFetch.git
cd SmartFetch
make
sudo make install

