Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Releases: dddevid/rFetch

rFetch v1.0.0 - Initial Release

24 Jul 21:41

Choose a tag to compare

rFetch v1.0.0 - Initial Release

A fast, customizable system information tool written in Rust with full iOS support and an interactive theme creator.

Features:

  • Complete system information fetching for Linux, macOS, Windows, and iOS
  • Full iOS support with automatic detection and iSH compatibility
  • Beautiful ASCII logos for all supported platforms
  • Advanced theme system with YAML/TOML support
  • Interactive Theme Creator with dark/light mode and terminal preview
  • Comprehensive hardware detection (CPU, GPU, Memory, Disk, Battery)

Discord: https://discord.gg/QPc5NXu95y

rFetch v0.1.1 - Windows Support & Multi-Platform Documentation

24 Jul 22:24

Choose a tag to compare

🚀 New Features

  • Windows Support: Full cross-compilation support for Windows x86_64
  • Pre-built Binaries: Ready-to-use executables for macOS/Linux and Windows
  • Multi-Platform Documentation: Comprehensive installation and usage instructions

📦 Downloads

  • macOS/Linux: rfetch-macos-linux (1.6MB)
  • Windows: rfetch-windows.exe (2.0MB)
  • Complete Package: rfetch-release.tar.gz (includes all binaries + documentation)

🛠️ Installation

Quick Start

# macOS/Linux
chmod +x rfetch-macos-linux
./rfetch-macos-linux

# Windows
rfetch-windows.exe

Platform-Specific Instructions

See the updated README.md for detailed installation instructions for:

  • Arch Linux (and based distros)
  • Ubuntu (and based distros)
  • macOS
  • Windows
  • Termux (Android)

🔧 Technical Improvements

  • Removed all comments from source code for cleaner codebase
  • Fixed Windows compilation errors
  • Enhanced cross-platform compatibility
  • Optimized binary sizes

📚 Documentation

  • Updated README with platform-specific instructions
  • Added pre-built binaries section
  • Created comprehensive release documentation
  • Enhanced cross-compilation guide