https://github.com/pop-ecx/zfetch
System information fetching tool implemented in pure zig.
https://github.com/pop-ecx/zfetch
linux system-information zig
Last synced: about 1 month ago
JSON representation
System information fetching tool implemented in pure zig.
- Host: GitHub
- URL: https://github.com/pop-ecx/zfetch
- Owner: pop-ecx
- License: apache-2.0
- Created: 2024-07-23T13:23:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-13T06:14:50.000Z (5 months ago)
- Last Synced: 2026-01-13T09:30:12.488Z (5 months ago)
- Topics: linux, system-information, zig
- Language: Zig
- Homepage:
- Size: 1010 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://opensource.org/licenses/apache-2-0)

# Zfetch
A small neofetch clone in zig 0.15
## Background
Zfetch is a blazingly fast system information fetching tool written in zig.
## How it looks
Behold

## Installation
This is not in any repo, so to install
- Git clone the repo
- cd into the repo
- run `zig build`
> I recommend installing from source as the binaries will always be slightly out of date.
You can also download pre-built binaries from the releases page
## Tested on
- [x] Parrot os
- [x] Kali linux
- [x] Arch
- [x] Ubuntu (remnux)
- [x] Fedora 41
Kali

Arch

Ubuntu

Fedora

> This is still in beta, alot to still do, so feel free to contribute to it by checking out the [contribution guide](https://github.com/pop-ecx/zfetch/blob/main/CONTRIBUTING.md)
> The builds are done in debug mode as the project hasn't reached v1.0.0 yet.