Made with ❤️ • GitHub
When running metetch, you'll see:
├─ System Information
│ ├─ Operating System
│ ├─ Kernel Version
│ ├─ Uptime
│ ├─ Current User
│ ├─ Shell & Terminal
│ └─ Desktop Environment
├─ Hardware Status
│ ├─ CPU Load & Temperature
│ ├─ Memory Usage
│ ├─ GPU Monitoring
│ ├─ Disk Usage
│ ├─ Audio System
│ ├─ Battery Status
│ └─ Display Resolution
├─ Network Information
│ ├─ Hostname
│ ├─ IP Address (IPv4/IPv6)
│ ├─ Network Interface
│ └─ VPN Status
├─ Security & Resources
│ ├─ CPU Frequency & Cores
│ ├─ Running Processes
│ ├─ Active Threads
│ └─ Package Manager
└─ Date, Time & Weather
├─ Current Time
├─ Current Date
└─ Weather Information
👉 QUICKSTART.md - 3 commands and you're done
👉 BUILD.md - Comprehensive build guide with troubleshooting
👉 DESIGN.md - Design philosophy & decisions
👉 COLOR_PALETTE.md - Visual color reference
👉 README.md - Full feature documentation
| You are... | Start here |
|---|---|
| New to Linux/Building | QUICKSTART.md |
| Developer | BUILD.md |
| Designer/Visual | COLOR_PALETTE.md |
| Want full info | README.md |
| Curious about design | DESIGN.md |
Metetch is a beautiful, system information tool for Linux.
Shows you:
- CPU, Memory, Disk usage
- Network information
- System uptime and date
- GPU info (if available)
- And much more!
- 🎨 Modern, minimal design (NOT retro)
- ⚡ Super fast (written in C++)
- 💻 Lightweight (minimal resources)
- 🎯 Easy to use (just run it!)
- 📸 Beautiful screenshots
- ❤️ Made with love
cd metetch
make
./build/metetch| File | Size | Focus | Time |
|---|---|---|---|
| QUICKSTART.md | 2 KB | Start here fast | 2 min |
| BUILD.md | 8 KB | How to build | 10 min |
| README.md | 14 KB | All features | 20 min |
| File | Size | Focus | Time |
|---|---|---|---|
| DESIGN.md | 16 KB | Design philosophy | 15 min |
| COLOR_PALETTE.md | 12 KB | Colors & visuals | 10 min |
sudo apt-get install build-essential cmake libcurl4-openssl-dev libncurses-dev
cd metetch
make
./build/metetch- Read QUICKSTART.md
- Install dependencies for your OS
- Run the build commands
- Enjoy!
- Start with README.md for overview
- Read BUILD.md for build details
- Check DESIGN.md for design
- Look at COLOR_PALETTE.md for visuals
- Build and run
- ✓ System information (OS, kernel, uptime)
- ✓ Hardware metrics (CPU, memory, disk, GPU)
- ✓ Network information (IP, interface, VPN)
- ✓ Real-time updates
- ✓ Temperature monitoring
- ✓ Process/thread counting
- ✓ Beautiful UI
- ✓ No configuration needed (works out of box)
- ✓ Optional config menu
- ✓ Real-time data updates
- ✓ Fast, lightweight
- ✓ Works on any Linux distro
- ✓ Configuration menu:
metetch --config - ✓ Show/hide GPU info
- ✓ Show/hide disk info
- ✓ Theme options
- ✓ Settings saved locally
✓ Geometric logo (not chunky ASCII)
✓ Thin borders (minimal, modern)
✓ Strategic colors (cyan, purple, lime)
✓ Flat progress bars (▸▹ style)
✓ Professional layout
✓ KDE Plasma / Wayland inspired
✓ Dark terminal optimized
✓ Screenshot ready
cd metetch
make
cd build
sudo make install
# Now use: metetch (from anywhere)cd metetch
make
./build/metetchmkdir build && cd build
cmake ..
make
./metetch| Problem | Solution | Reference |
|---|---|---|
| Build fails | Install dependencies | BUILD.md |
| Can't find cmake | Install build tools | BUILD.md |
| Linker errors | Clean build | BUILD.md |
| Permission denied | Run chmod +x | BUILD.md |
| Need help | Read BUILD.md | BUILD.md |
| Task | Time | File |
|---|---|---|
| Quick start | 2 min | QUICKSTART.md |
| Build from source | 5 min | BUILD.md |
| Understand design | 15 min | DESIGN.md |
| Install system-wide | 10 min | BUILD.md |
| Learn all features | 20 min | README.md |
| Full deep dive | 1 hour | All files |
- ✓ C++ source code
- ✓ Beautiful system information tool
- ✓ Comprehensive documentation
- ✓ Easy build system
- ✓ Configuration options
- ✓ Real-time updates
- ✓ Fast binary (~200KB)
- ✓ No runtime dependencies*
- ✓ System integration ready
- ✓ Full functionality
- ✓ Beautiful display
- ✓ Live system information
- ✓ Professional appearance
- ✓ Real-time updates
| What | Link |
|---|---|
| Quick Start | QUICKSTART.md |
| Build Guide | BUILD.md |
| Full Docs | README.md |
| Design Docs | DESIGN.md |
| Colors | COLOR_PALETTE.md |
- Choose your path above
- Read the appropriate guide (usually QUICKSTART.md)
- Install dependencies for your OS
- Build the project (usually just
make) - Run metetch (
./build/metetch) - Enjoy! ✨
Welcome to Metetch! 🎉
Choose a guide above and you'll be up and running in minutes.