Skip to content

Latest commit

 

History

History
71 lines (51 loc) · 1.91 KB

File metadata and controls

71 lines (51 loc) · 1.91 KB

⚡ betterfetch (C++ version) ⚡ [Deprecated]

A blazing fast system fetch tool written in modern C++

License Stars Issues Forks
betterfetch preview

📖 About

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

📦 Installation

Build from Source

curl https://raw.githubusercontent.com/betterfetch/scripts/refs/heads/main/cpp/install.sh | bash 

🚀 Usage

betterfetch

Outputs system details such as:

  • OS, Kernel, Uptime
  • CPU, Memory
  • Disk usage
  • Hostname, Shell, Packages

🛠️ Development

Requirements

  • g++ (C++17 or later)
  • make
  • Linux headers

🤝 Contributing

We welcome contributions to improve the C++ version of betterfetch.
See CONTRIBUTING.md for details.


📜 License

MIT © 2025 betterfetch contributors


Made with ⚡ by David Balishyan