A fast, minimal, and colorful system information tool written in Rust, inspired by neofetch. Designed for terminal enthusiasts who want a beautiful and informative summary of their system at a glance.
- Rust logo with color blocks
- Displays user, host, OS, kernel, uptime, shell, terminal, package count, resolution, DE/WM, CPU, GPU, and memory
- Clean, aligned output for easy reading
- Cross-platform support (Linux, macOS, Windows)
- Minimal dependencies, fast startup
- Rust toolchain (https://rustup.rs)
git clone https://github.com/pxsty0/rustfetch.git
cd rustfetch
cargo build --releaseThe binary will be in target/release/rustfetch.
cargo run
# or, after building
./target/release/rustfetch pxsty@pxstys-MacBook-Air.local (Mac OS)
@@@@@@@@@@ OS Mac OS 26.1.0
@ @@@@ @@@ @@@@@@ Kernel 25.1.0
@@@@ @@@@ Uptime 56 gün, 20 saat, 21 dk
@@@@@@@@@@@@@@@@ @@@@ Shell zsh
@ @ @@@@ @@@@ @ @@ Terminal vscode
@@ @@@@@@@@@@@@ @@@ Packages brew (60)
@@@ @@@@@@@@@@@ @@@ Resolution 2560x1600
@@@ @@@@ @@@@ @@@@ DE/WM Aqua
@@@@@@@@@@@ @@@@@@@@@ CPU Apple M1 (3204 MHz)
@@@ @@@ GPU Apple M1
@@@ @ @ @@@ Memory 10.0 GiB / 16.0 GiB
@@@@@@@@@@@@@@ ■ ■ ■ ■ ■ ■ ■ ■
@ @ @@@@ @
Contributions are welcome! Please open issues or pull requests for bug fixes, features, or improvements.
- Fork the repository
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request
MIT
Developer: pxsty0