Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SysPrint

A fast, lightweight, and customizable system information fetch tool written in Rust. Inspired by neofetch and fastfetch.


🖼️ Preview & Screenshots

Windows изображение Debian изображение Mint image Arch изображение

🐧 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.


💡 Usage Note

Note for Windows & Terminal Users:
After displaying the system information, SysPrint waits for you to press Enter before exiting.

  • If you run it from terminal (CMD / PowerShell / Bash): Just press Enter to return to your command line.
  • If you run it by double-clicking the .exe on Windows: Press Enter when you are done reading your stats so the window closes.

Features

  • 🚀 Blazing fast performance thanks to Rust
  • 🎨 Beautiful ASCII art logos and colored CLI output
  • 💻 Displays CPU, RAM, OS, Kernel, info using the sysinfo crate

Installation

Linux

Option 1: Fast Install (Precompiled Binary)

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/sysprint

To run:

sysprint

Или Если у вас русский интерфейс:

chmod +x ~/Загрузки/sysprint-linux
sudo mv ~/Загрузки/sysprint-linux /usr/local/bin/sysprint

Option 2: Build from Source

git clone https://github.com/MBKCHEL/SysPrint.git
cd SysPrint
cargo build --release
sudo cp target/release/sysprint /usr/local/bin/

Auto-run on Terminal Startup (Optional)

echo "sysprint" >> ~/.bashrc

Windows

Download the .exe from the Releases page and run it.

Releases

Packages

Contributors

Languages