An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![License: Apache2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/apache-2-0)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/pop-ecx/zfetch/distros.yml)

# 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
![zfetch](zfetch.gif)

## 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
![Kali](2025-03-11_15-43.png)

Arch
![Arch](arch.jpeg)

Ubuntu
![ubuntu](2025-03-11_15-55.png)

Fedora
![Fedora](2025-03-11_15-51.png)

> 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.