A command-line system information tool written in Zig
ZFetch is a lighweight command-line system information tool written in Zig, with an emphasis on simplicity and light customization. It offers cross-platform support MacOS, Linux and Windows, and is designed to be easy to modify and tinker with.
- Fast and lightweight system information display
- Written in Zig for high performance and readable code
- Customizable output via theme files
- Cross-platform support (Linux, macOS, Windows)
To install ZFetch using the Homebrew package manager, you'll need to have homebrew installed.
Run the following commands in your terminal:
brew tap WilliamHCarter/zfetch
brew install zfetch
To build ZFetch from source, you'll need to have Zig installed on your system. Follow these steps:
Clone the repository:
git clone https://github.com/williamhcarter/zfetch.git
cd zfetch
Build the project:
zig build
The compiled binary will be available in the zig-out/bin directory.
You can download pre-compiled binaries for your platform from the Releases page. Choose the appropriate version for your operating system and architecture.