vfetch

March 23, 2026 ยท View on GitHub

vfetch

System fetch for MacOs written in vlang

Usage

vfetch

๐Ÿšจ: vfetch require user permission to show connected bluetooth devices

flags:

-i --image         | Display custom image, only works with terminal that support kitty graphic protocol
--no-colour        | Turns off colour-formatted output and also implies --no-colour-demo
--no-colour-demo   | Turns off the colour demo swatch

Installation

Homebrew

brew install carlosqsilva/brew/vfetch

Install from source

0) Install vlang, and add to your path

1) clone repo

git clone https://github.com/carlosqsilva/vfetch.git

2) change dir to vfetch

cd vfetch/

3) build program

just build #or
v -cflags "-framework IOBluetooth -framework Foundation" -prod -o vfetch .

After that you will get a ready-made binary file in the root directory of the project.

Thanks for ideas & examples ๐Ÿ’ฌ