Skip to content
@betterfetch

Betterfetch

A system fetcher written in Rust

🚀 betterfetch

A Lightweight System Information Tool for the Terminal

Website GitHub


betterfetch is a minimalist system information tool that delivers essential system details in a clean, efficient manner. Designed for developers and terminal enthusiasts who want power without the bloat.

Featured Repositories

betterfetch scripts


🧩 Features

  • ⚡ Displays key system information instantly
  • 🎨 Minimalist design without unnecessary clutter
  • 📦 Lightweight and fast
  • 🚀 Easy to install and use
  • 🛠️ Available in both Rust and C++

🔗 Quick Link

Visit our website


📦 Installation

Choose your preferred version and installation method:

🦀 Rust Version (Recommended)

Option 1: Quick Install Script

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

Option 2: Manual Installation

  1. Clone the repository:

    git clone https://github.com/betterfetch/betterfetch.git
  2. Install via Cargo:

    cd betterfetch
    cargo install --path .
  3. Add to PATH (if needed):

    # Add this to your ~/.zshrc or ~/.bashrc
    export PATH="$HOME/.cargo/bin:$PATH"
  4. Restart your shell:

    exec zsh  # or bash/fish/etc

C++ Version

Option 1: Quick Install Script

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

Option 2: Manual Installation

  1. Clone the repository:

    git clone https://github.com/betterfetch/betterfetch-cpp.git
    cd betterfetch-cpp
  2. Build and install:

    make
    sudo make install

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 3

  2. betterfetch-cpp betterfetch-cpp Public

    A minimal, system information tool written in C++. Designed for efficiency, betterfetch-cpp displays core system details cleanly. [Deprecated. use the rust version of betterfetch]

    C++ 1

  3. website website Public

    The betterfetch website

    TypeScript 1

  4. scripts scripts Public

    Bash scipts for config, install, update betterfetch

    Shell 1

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

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

    Shell 1

  6. betterfetch.github.io betterfetch.github.io Public

    The betterfetch.github.io /

    JavaScript

Repositories

Showing 7 of 7 repositories

Top languages

Loading…

Most used topics

Loading…