Skip to content
Severus Snape edited this page Jul 13, 2026 · 17 revisions

License: MIT TEST Build Release Crates.io GitHub all releases Crates.io Downloads Ask DeepWiki

A fast, minimal, and customizable system information tool for the terminal — written in Rust. Your alternative to Neofetch.


Quick Install

Linux:

curl -sSfL https://raw.githubusercontent.com/drunkleen/leenfetch/master/install.sh | sudo sh

Windows (PowerShell):

iex (iwr https://raw.githubusercontent.com/drunkleen/leenfetch/master/install.ps1).Content; Install-Leenfetch

See the Installation page for manual install methods on Arch/Debian/RPM/Windows, building from source, and cross-compilation.

Update

Linux:

curl -sSfL https://raw.githubusercontent.com/drunkleen/leenfetch/master/install.sh | sudo sh -s -- --update

Windows (PowerShell):

iex (iwr https://raw.githubusercontent.com/drunkleen/leenfetch/master/install.ps1).Content; Install-Leenfetch -Update

Key Features

  • 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_path at text or image files; image logos support logo_scale and 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)

Documentation

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

Clone this wiki locally