WeoFetch is a command-line system information tool written in Node.js.
WeoFetch displays system information along with a randomly generated ASCII art message in different fonts and colors. It’s designed to be simple, fun, and visually pleasing for terminal screenshots.
-
Displays random ASCII messages on top using Figlet.
-
Each run uses random font and color.
-
Shows detailed system info below the ASCII art:
- OS & version
- Kernel
- Hostname
- Uptime
- CPU model, cores, temperature ,and speed
- GPU model and VRAM
- Memory usage, Disk usage
- Screen resolution
- Shell *Battery
Run locally after cloning the repository:
git clone https://github.com/tahsinzidane/weofetch.git
cd weofetch
npm install
node index.jsOr install globally via npm:
npm install -g weofetch
weofetchEach run displays a random ASCII message followed by your system info.
- Node.js (v16+)
- figlet – for ASCII art
- chalk – for colored output
- systeminformation – for system stats
WeoFetch is inspired by Neofetch. It’s meant to give a quick, aesthetic snapshot of your system in the terminal with a bit of flair.
