GitHunt

raspi-info logo

raspi-info

The Swiss Army Knife for Unlocking Your Raspberry Pi's Secrets.

OverviewInstallCommandsScreenshotsUninstall

Support on Ko-fi


Tired of digging through multiple commands to understand your Raspberry Pi? raspi-info is a comprehensive tool that gathers a vast array of system information in one convenient place. From hardware details and OS specifics to network configurations, resource usage, and installed software — it's the essential utility for enthusiasts, developers, and anyone who wants a quick, clear overview of their Raspberry Pi's inner workings.


🔍 Overview

Feature Details
🖥️ Direct Usage Run raspi-info or raspi-info-light directly from the shell
🔐 Auto SSH Login raspi-info-light launches automatically on SSH login
💡 Shell Tips Over 500 bash shell tips to boost your productivity
🔔 Update Notifications Get notified at program end when a new version is available

🚀 Install

Install raspi-info with a single command:

curl -sSfL https://raw.githubusercontent.com/mapi68/raspi-info/master/raspi-info-install | bash

Requirements: Raspberry Pi running a Debian-based OS (e.g. Raspberry Pi OS).


💻 Commands

Command Description
raspi-info Main window with full, detailed system information
raspi-info-light Lightweight version — starts automatically on SSH login
raspi-info-check Real-time monitor for load, temperature, clock, and voltage
raspi-info-install Installer script for raspi-info
raspi-info-update Update raspi-info to the latest version

📸 Screenshots

raspi-info-light

Compact summary shown automatically at SSH login.

raspi-info-light


General Information

Hardware, OS, CPU, memory, and uptime at a glance.

general-info


Partition Information

Disk partitions, usage, and mount points.

partition-info


Folder Information

Sizes of key directories on your system.

folder-info


WireGuard Information

Status and configuration of active WireGuard VPN interfaces.

wireguard-info


raspi-info-check

Real-time hardware metrics: load, temperature, clock speed, and voltage.

raspi-info-check


raspi-info (full view)

Complete system report in the main interface.

raspi-info


🗑️ Uninstall

To remove raspi-info:

sudo apt --purge remove raspi-info -y

To also remove installed dependencies:

sudo apt --purge autoremove raspi-info -y

📄 License

This project is licensed under the terms of the LICENSE file included in this repository.


☕ Support

If you find raspi-info useful, consider supporting the project:

Support on Ko-fi


Made with ❤️ for the Raspberry Pi community