A fast, minimal, and customizable system information tool built in Rust β your alternative to Neofetch.
Linux:
curl -sSfL https://github.com/drunkleen/leenfetch/master/install.sh | sudo shWindows (PowerShell):
iex (iwr https://raw.githubusercontent.com/drunkleen/leenfetch/master/install.ps1).Content; Install-Leenfetch -UpdateLinux:
curl -sSfL https://github.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 -UpdateSee the wiki for manual installation on Arch/Debian/RPM/Windows/crates.io and build from source.
- Blazing fast startup written in Rust
- Customizable output layout with colorized terminal output
- Modular β enable or disable components via config
- Detects packages, shell, GPU, DE/WM, and more
- Custom ASCII art or image support via
custom_logo_path - Piped ASCII input (
fortune | cowsay | leenfetch) - First-run config chooser with a Neofetch-style preset option
- Remote system info over SSH using the remote machine's config/layout
- Machine-readable JSON output
Everything else β configuration, module reference, CLI options, SSH, theming, troubleshooting β is in the wiki or DeepWiki.
| Feature | Status |
|---|---|
| Core module system | β Done |
| Linux + Windows support | β Done |
| JSON output + SSH fetching | β Done |
| CLI override options | β Done |
| ASCII art & theming | β Done |
| Plugin/module system | β Maybe |
- Fork the repo
- Create your branch (
git checkout -b feature/my-feature) - Commit your changes
- Push and create a Pull Request
- Patreon β patreon.com/drunkleen
- Buy Me a Coffee β buymeacoffee.com/drunkleen


