-
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Severus Snape edited this page Jul 13, 2026
·
17 revisions
A fast, minimal, and customizable system information tool for the terminal — written in Rust. Your alternative to Neofetch.
Linux:
curl -sSfL https://raw.githubusercontent.com/drunkleen/leenfetch/master/install.sh | sudo shWindows (PowerShell):
iex (iwr https://raw.githubusercontent.com/drunkleen/leenfetch/master/install.ps1).Content; Install-LeenfetchSee the Installation page for manual install methods on Arch/Debian/RPM/Windows, building from source, and cross-compilation.
Linux:
curl -sSfL https://raw.githubusercontent.com/drunkleen/leenfetch/master/install.sh | sudo sh -s -- --updateWindows (PowerShell):
iex (iwr https://raw.githubusercontent.com/drunkleen/leenfetch/master/install.ps1).Content; Install-Leenfetch -Update- Blazing fast — written in Rust, parallel module collection via rayon
- Customizable — single JSONC config file with inline comments
- Modular — enable, disable, or reorder output modules freely
-
Custom logos — point
custom_logo_pathat text or image files; image logos supportlogo_scaleand a terminal-friendly size cap - SSH Remote Fetching — query remote machines and render with the remote config/layout
- JSON Output — machine-readable output for scripting and dashboards
- Piped ASCII Art — use any text as the logo; piped input overrides configured logos
- Cross-Platform — Linux (x86_64, ARM64) and Windows (x86_64)
| Page | Description |
|---|---|
| Installation | All install methods: AUR, Debian, RPM, Windows, crates.io, source, cross-compilation |
| Quick-Start | First run, --init, --reinit, basic usage |
| Configuration | Config file location, flags reference, modules section, logo override |
| CLI-Options | Complete list of command-line flags |
| Output-Formats | Pretty and JSON output formats |
| SSH-Remote | Fetching system info over SSH with remote config/layout |
| Piped-Input | Using piped text as ASCII logo |
| Module-Reference | All built-in modules and what they display |
| ASCII-Art-and-Theming | Distro art, custom logos, color palettes |
| Troubleshooting | Common issues and solutions |
| Support | Community and financial support |