ZIP
WinGet
fastfetch
fastfetch-cli · 2.20.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
fastfetch-windows-amd64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Fastfetch-cli.Fastfetch
Version
2.20.0
Description
Like neofetch, but much faster because written mostly in C.
License
MIT
↗
Installer URL
https://github.com/fastfetch-cli/fastfetch/releases/download/2.20.0/fastfetch-windows-amd64.zip
Release Notes
This release fixes regression of 2.19.0 on M1 MacBook Air. It also introduces a new option --key-type icon to display predefined icons in keys (requires newest nerd font). See fastfetch -h key-type for detail.Changes:
- JSON option display.keyWidth has been renamed to display.key.width
- Previously: { "display": { "keyWidth": 3 } }
- Now: { "display": { "key": { "width": 3 } } }
- Windows Terminal font detection in WSL has been removed due to issue #1113
Features:
- Add option display.ke…