Skip to content
@betterfetch

Betterfetch

A system fetcher written in Rust

🚀 betterfetch

betterfetch repo

betterfetch is a lightweight and minimalist system information tool designed for the terminal.
It provides essential system details in a clean and efficient manner, enhancing your command-line experience


🧩 Features

  • Displays key system information quickly
  • Minimalist design without unnecessary clutter
  • Lightweight and fast
  • Easy to install and use

📦 Installation

How to install betterfetch

To install the Rust version (recommended)

Use the provided install script

curl https://betterfetch.github.io/scripts/rs/install.sh | bash

Manual install

  1. clone the repo
git clone https://github.com/betterfetch/betterfetch.git
  1. install using cargo
cd betterfetch
cargo install --path .
  1. Add to path
# Add this to your ~/.zshrc or ~/.bashrc
export PATH="$HOME/.cargo/bin:$PATH"
  1. Restart your shell
exec zsh # or bash/fish

you'r good to go

For the C++ version

Use the provided install script

curl https://betterfetch.github.io/scripts/cpp/install.sh | bash

Manual install

git clone https://github.com/betterfetch/betterfetch-cpp.git
cd betterfetch-cpp
make
sudo make install

You can also add it to your PATH

Join my patreon to support my work

Pinned Loading

  1. betterfetch betterfetch Public

    A fast, lightweight, and modern system information tool written in Rust. Designed as a minimal alternative to Neofetch, Betterfetch displays essential system details like OS, kernel, uptime, memory…

    Rust 1

  2. betterfetch-cpp betterfetch-cpp Public

    A minimal, system information tool written in C++. Designed for efficiency, betterfetch-cpp displays core system details cleanly.

    C++

  3. website website Public

    The betterfetch website

    TypeScript

  4. scripts scripts Public

    Bash scipts for config, install, update betterfetch

    Shell

  5. zsh-plugin-rust zsh-plugin-rust Public

    A Zsh plugin for maximazing productivity using cargo and other rust tools

    Shell

Repositories

Showing 7 of 7 repositories

Top languages

Loading…

Most used topics

Loading…