This is the C++ implementation of betterfetch,
a lightweight, customizable system information fetch tool inspired by neofetch
.
- ⚡ High performance – written in modern C++17
- 🖥️ Linux-focused (Windows/macOS support planned)
- 🎨 Configurable – ASCII art, modules, colors
- 🛠️ Simple build system – no heavy dependencies
curl https://raw.githubusercontent.com/betterfetch/scripts/refs/heads/main/cpp/install.sh | bash
betterfetch
Outputs system details such as:
- OS, Kernel, Uptime
- CPU, Memory
- Disk usage
- Hostname, Shell, Packages
- g++ (C++17 or later)
- make
- Linux headers
We welcome contributions to improve the C++ version of betterfetch.
See CONTRIBUTING.md for details.
MIT © 2025 betterfetch contributors
Made with ⚡ by David Balishyan