GitHunt

rfetch

A Neofetch clone written in R

A simple, lightweight system information tool written entirely in R. Because why use Bash, C, or Rust, when you can use a statistical programming language for a fetch script?

rfetch screenshot

Features:

  • Side-by-side R-logo in ANSI and system info.
  • Linux-specific memory and uptime detection via /proc.
  • ANSI colour support.
  • Zero dependencies (requires only base R).

Installation:

  1. Clone the repo:

git clone https://github.com/Progressandfortuna/rfetch.git
cd rfetch

  1. Make it executable:
chmod +x bin/rfetch
  1. (Optional) Install to your path:
sudo cp bin/rfetch /usr/local/bin/

Usage:

Just run rfetch in your terminal after putting in your path.

Requirements:

  • R (3.0 or higher)
  • Linux (Tested on Arch, should work on Debian and Fedora based distributions).
  • Note that uptime and memory stats currently rely on /proc.

Languages

R100.0%

Contributors

MIT License
Created March 11, 2026
Updated March 11, 2026
Progressandfortuna/rfetch | GitHunt