An open API service indexing awesome lists of open source software.

https://github.com/mapi68/raspi-info

RASPI-INFO: Your Raspberry Pi Swiss Army Knife for System Information
https://github.com/mapi68/raspi-info

32-bit 64-bit aarch64 armhf armv7 armv8 hardware-information raspberry-pi raspian-os shell-script

Last synced: 15 days ago
JSON representation

RASPI-INFO: Your Raspberry Pi Swiss Army Knife for System Information

Awesome Lists containing this project

README

          

# raspi-info

**RASPI-INFO: The Swiss Army Knife for Unlocking Your Raspberry Pi's Secrets.**

Tired of digging through multiple commands to understand your Raspberry Pi? Raspi-info is a comprehensive tool designed to gather a vast array of information about your device in one convenient place. Think of it as your essential Swiss Army Knife for Raspberry Pi insights.

From hardware details and operating system specifics to network configurations, resource usage, and installed software, raspi-info provides a wealth of data to help you monitor, troubleshoot, and understand your Raspberry Pi. It's the perfect utility for enthusiasts, developers, and anyone who wants a quick and easy overview of their Raspberry Pi's inner workings.

## 🔍 Overview
- **Direct Usage**: Use `raspi-info` or `raspi-info-light` from the shell.
- **Automatic Usage**: `raspi-info-light` starts automatically when you log in via SSH.
- **Shell Tips**: RASPI-INFO provides over 500 shell tips to assist you in bash.
- **Update Notifications**: You'll receive a message at the end of the program when a new update is available.

## 🚀 Install
To install raspi-info, run the following command:
```bash
curl -sSfL https://raw.githubusercontent.com/mapi68/raspi-info/master/raspi-info-install | bash
```

## 🗑️ Uninstall
To uninstall raspi-info, run:
```bash
sudo apt --purge remove raspi-info -y
```

If you also want to remove installed dependencies, run:
```bash
sudo apt --purge autoremove raspi-info -y
```

## 💻 Commands
| Command | Description |
|------------------------|-----------------------------------------------------------------------------|
| **raspi-info** | Main window with detailed information |
| **raspi-info-light** | Light version, starts by default on SSH login |
| **raspi-info-check** | Simple tool to check real-time load, temperature, clock, and voltage |
| **raspi-info-install** | Install raspi-info |
| **raspi-info-update** | Update raspi-info |

## 📸 Screenshots

### raspi-info-light
![raspi-info-light](images/raspi-info-light.png)

### General Information
![general-info](images/general-info.png)

### Partition Information
![partition-info](images/partition-info.png)

### Folder Information
![folder-info](images/folder-info.png)

### WireGuard Information
![wireguard-info](images/wireguard-info.png)

### raspi-info-check
![raspi-info-check](images/raspi-info-check.png)

### raspi-info
![raspi-info](images/raspi-info.png)