fastfetch Plugin
A maintained, feature-rich, performance-oriented system information tool.
Commands
System
fastfetch system info— Display system informationfastfetch system json— Display system info as JSONfastfetch modules list— List all supported modules
Usage Examples
- "Show my system information"
- "Get system info in JSON format"
- "What hardware am I running?"
Installation
brew install fastfetch
Examples
# Basic system info
fastfetch
# JSON output
fastfetch --format json
# Specific modules
fastfetch -s os:kernel:cpu:gpu:memory:disk
# List all modules
fastfetch -c all.jsonc
Key Features
- 100+ system modules (OS, kernel, CPU, GPU, memory, disk, network, etc.)
- JSON output for scripting
- Highly customizable via JSONC config
- Active development (neofetch successor)