A lightweight Bash dashboard showing real-time Linux system information directly in the terminal.
Datafetch is a lightweight Bash script that displays real-time information about your Linux system directly in the terminal.
It provides a clean dashboard showing CPU usage, RAM, swap and system details with visual usage bars that update continuously.
- Live updating system dashboard
- CPU usage with visual bar
- CPU frequency and temperature
- RAM and Swap monitoring with dynamic units
- Hardware and system information overview
- Minimal dependencies
- Works on most Linux distributions
Datafetch relies only on standard Linux utilities:
- bash
- lscpu
- lspci
- free
- awk
- grep
These are already present on almost all Linux systems.
git clone https://github.com/KlodCripta/Datafetch.git
cd Datafetch
chmod +x datafetch.sh
./datafetch.shchmod +x datafetch.sh
./datafetch.shDatafetch is designed to work on most GNU/Linux distributions, including:
- Arch Linux
- EndeavourOS
- Debian / Ubuntu
- Fedora
- openSUSE
This project is released under the MIT License.

