A command-line tool for fetching system information, similar to fastfetch/neofetch.
- System, hardware, network, and battery information
- Cross-platform support (Windows/Linux/macOS)
- High-performance concurrent data collection
# Install latest version
go install github.com/gausszhou/hardfetch@latest
# Or build from source
git clone https://github.com/gausszhou/hardfetch.git
cd hardfetch
make install# Run the tool
hardfetch
# Check version
hardfetch --version# Clean build artifacts
make clean
# Clean Go module cache (all cached versions)
go clean -cache
# Remove installed binary
rm -f $(go env GOPATH)/bin/hardfetchMIT License