minimalist system fetch tool in V
  • V 91.5%
  • Shell 5%
  • Nix 3.5%
Find a file
2025-07-30 17:12:01 +00:00
.github/workflows chore: action upgrade 2025-07-01 00:09:02 +02:00
benchmarks chore(readme): update benchmark plot 2025-07-30 17:08:39 +00:00
src oh 2025-07-30 19:01:55 +02:00
.editorconfig feat: push 2025-06-15 16:27:29 +02:00
.envrc fix: remove direnv folder 2025-06-21 00:05:27 +02:00
.gitattributes feat: push 2025-06-15 16:27:29 +02:00
.gitignore chore: refactor 2025-07-01 00:04:23 +02:00
benchmark.sh refactor: benchmark logic 2025-06-17 12:00:13 +02:00
flake.lock chore: refactor 2025-07-01 00:04:23 +02:00
flake.nix chore: refactor 2025-07-01 00:04:23 +02:00
LICENSE dedicated to public domain 2025-07-30 18:24:13 +02:00
README.md chore(readme): update benchmark plot 2025-07-30 17:12:01 +00:00
v.mod feat: push 2025-06-15 16:27:29 +02:00

deprecation notice: i am not interested in maintaining this project any further, as of 462f511, this project is dedicated to public domain.

              _    __      ____     __       __
   ____  ____| |  / /___  / __/__  / /______/ /_
  / __ \/ __ \ | / / __ \/ /_/ _ \/ __/ ___/ __ \
 / / / / /_/ / |/ / /_/ / __/  __/ /_/ /__/ / / /
/_/ /_/\____/|___/\____/_/  \___/\__/\___/_/ /_/

A minimalist system fetch tool written in V. novofetch displays essential system information.

Features

  • OS and kernel info
  • CPU and GPU models
  • Memory usage
  • Uptime
  • User/host info
  • Color palette preview

Installation

Prerequisites

  • V language installed and available in your $PATH (for nix users, there is a flake for easy development)
  • Unix-like OS (Linux, macOS) (i was too lazy to make windows support)

Features

  • NO_COLOR spec compliant
  • Pretty fast
  • Colorful
  • Did I say it's fast?
  • Looks good imo

Clone and Build (or contribute)

git clone https://github.com/yehorovye/novofetch
cd novofetch
v -prod .

This will produce a binary called novofetch in the current directory.

Usage

./novofetch [distro]

Showcase

Latest benchmark plot

Benchmark Plot