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.
- Automatically selected distro/OS 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
Install rustfetch globally from crates.io with Cargo:
cargo install rustfetchcliThis installs the rustfetchcli command into Cargo's global binary directory.
Make sure the Rust toolchain and Cargo are installed via
rustup, and that Cargo's binary directory is available in
your PATH.
Run rustfetch from anywhere:
rustfetchcliTo reinstall the latest published version:
cargo install rustfetchcli --forceBuilding manually is mainly intended for development and contribution:
git clone https://github.com/pxsty0/rustfetch.git
cd rustfetch
cargo build --releaseThe locally built binary will be available at
target/release/rustfetchcli.
..' mustafakok@Mustafa-MacBook-Air.local (Mac OS)
,xNMM. OS Mac OS 15.7.8
.OMMMMo Kernel 24.6.0
lMM" Uptime 19 saat, 7 dk
.;loddo:. .olloddol;. Shell zsh
cKMMMMMMMMMMNWMMMMMMMMMM0: Terminal vscode
.KMMMMMMMMMMMMMMMMMMMMMMMWd. Packages brew (55)
XMMMMMMMMMMMMMMMMMMMMMMMX. Resolution 2560x1440
;MMMMMMMMMMMMMMMMMMMMMMMM: DE/WM Aqua
:MMMMMMMMMMMMMMMMMMMMMMMM: CPU Apple M1 (3204 MHz)
.MMMMMMMMMMMMMMMMMMMMMMMMX. GPU Apple M1
kMMMMMMMMMMMMMMMMMMMMMMMMWd. Memory 11.2 GiB / 16.0 GiB
'XMMMMMMMMMMMMMMMMMMMMMMMMMMk ■ ■ ■ ■ ■ ■ ■ ■
'XMMMMMMMMMMMMMMMMMMMMMMMMK.
kMMMMMMMMMMMMMMMMMMMMMMd
;KMMMMMMMWXXWMMMMMMMk.
"cooc*" "*coo'"
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
Third-party logo notices are listed in THIRD_PARTY_LICENSES.md.
Developer: pxsty0