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 - QA, and my best friend)))
Windows
Debian
Mint
Arch
Artix
NixOS 
🐧 Supported Logos: Alpine, Android, MacOS, Arch, Artix, Astra Linux, EndeavourOS, CachyOS, Debian, Fedora, FreeBSD,NetBSD, OpenBSD, OpenSUSE,Gentoo, Kali Linux, Manjaro, Linux Mint, NixOS, Pop!_OS, Ubuntu. Void Linux, Zorin OS, 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/.sysprint.toml - Windows:
%APPDATA%\.sysprint.toml(usuallyC:\Users\<Username>\AppData\Roaming\.sysprint.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 = true
mini-mode = falseconfig-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.7.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/# For Bash
echo "sysprint" >> ~/.bashrc
# For Zsh
echo "sysprint" >> ~/.zshrc
# For Fish
echo "sysprint" >> ~/.config/fish/config.fishOption 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/sysprintTo run:
sysprintDownload the .exe from the Releases page and run it.
- Remove binary:
sudo rm /usr/local/bin/sysprint
- Remove from terminal auto-run (if added):
# Bash sed -i '/sysprint/d' ~/.bashrc # Zsh sed -i '/sysprint/d' ~/.zshrc # Fish fish -c "sed -i '/sysprint/d' ~/.config/fish/config.fish"
- Delete the downloaded sysprint.exe file.
- If added to startup, press Win + R, type shell:startup, and delete the sysprint shortcut.