Fetch program written in C.
Tinyfetch uses the meson build system. You must have it installed to build tinyfetch.
Run meson setup build, then meson compile -C build
An optional dependency can be linked into tinyfetch which is used for GPU detection. On platforms without PCIe support, the preprocessor macro PCI_DETECTION in tinyfetch.c can be disabled to exclude this code.
Linux
FreeBSD
NetBSD