A fast, lightweight, and customizable system information fetch tool written in Rust. Inspired by neofetch and fastfetch.
- @dev-er1 - my first contributors, respect
- @MBKCHEL - it`s me (owner)
- BALBES - testing for windows, and my best friend)))
🐧 Supported Logos: Arch, Debian, Linux Mint, Ubuntu, macOS, Gentoo, Fedora, Kali, Manjaro, void Linux, NixOS, OpenBSD, FreeBSD, NetBSD, 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.
- Linux / BSD:
~/.config/.sysinfo.toml - Windows:
%APPDATA%\.sysinfo.toml(usuallyC:\Users\<Username>\AppData\Roaming\.sysinfo.toml)
# SysPrint configuration
show-system-info = true
show-cpu-info = true
show-memory-info = true
show-disks-info = true
show-other-info = true
show-gpu-info = trueconfig-stronger = false
- 🚀 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/3.0.1) 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" >> ~/.bashrcOption 1: Fast Install (Precompiled Binary) Download the sysprint-freebsd binary from the Releases page
chmod +x ~/Downloads/sysprint-freebsd
sudo mv ~/Downloads/sysprint-freebsd /usr/local/bin/sysprint
To run:
sysprint
Download the .exe from the Releases page and run it.
- Remove binary:
sudo rm /usr/local/bin/sysprint - Remove from terminal auto-run (if added):
(If using zsh, replace ~/.bashrc with ~/.zshrc)
sed -i '/sysprint/d' ~/.bashrc
- Delete the downloaded sysprint.exe file.
- If added to startup, press Win + R, type shell:startup, and delete the sysprint shortcut.



