A fast, lightweight, and customizable system information fetch tool written in Rust. Inspired by neofetch and fastfetch.
🐧 Supported Logos: Arch, Debian, Linux Mint, Ubuntu, macOS, Gentoo, Fedora, Kali, and Windows. More coming soon!
If your distro isn't explicitly supported yet, SysPrint will fall back to the standard GNU/Linux penguin Tux logo.
Note for Windows & Terminal Users:
After displaying the system information,SysPrintwaits for you to pressEnterbefore exiting.
- If you run it from terminal (CMD / PowerShell / Bash): Just press
Enterto return to your command line.- If you run it by double-clicking the
.exeon Windows: PressEnterwhen you are done reading your stats so the window closes.
- 🚀 Blazing fast performance thanks to Rust
- 🎨 Beautiful ASCII art logos and colored CLI output
- 💻 Displays CPU, RAM, OS, Kernel, info using the
sysinfocrate
Download the latest binary from the (https://github.com/MBKCHEL/SysPrint/releases/tag/1.0.0) and install to download folder:
chmod +x ~/Downloads/sysprint-linux
sudo mv ~/Downloads/sysprint-linux /usr/local/bin/sysprintTo run:
sysprint
Или Если у вас русский интерфейс:
chmod +x ~/Загрузки/sysprint-linux
sudo mv ~/Загрузки/sysprint-linux /usr/local/bin/sysprintgit clone https://github.com/MBKCHEL/SysPrint.git
cd SysPrint
cargo build --release
sudo cp target/release/sysprint /usr/local/bin/echo "sysprint" >> ~/.bashrcDownload the .exe from the Releases page and run it.



