| Crates.io | yoinky |
| lib.rs | yoinky |
| version | 0.1.3 |
| created_at | 2025-07-08 14:01:29.018755+00 |
| updated_at | 2025-07-08 14:26:43.480605+00 |
| description | TUI tool for monitoring system resources like CPU, RAM, and GPU. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1742837 |
| size | 118,945 |
A lightweight and efficient terminal-based system monitor for Linux, built with Rust 🦀. Yoinky provides a real-time, at-a-glance view of your system's key metrics in a clean and boxy terminal user interface.
ratatui.ratatui./proc filesystem on Linux.nvidia-smi command-line tool must be installed and in your PATH.rocm-smi may be required for temperature readings on newer cards.Install Yoinky using Cargo:
cargo install yoinky
Run the application:
yoinky
Clone the repository:
git clone https://github.com/your-username/yoinky.git # Replace with your repo URL
cd yoinky
Run the application:
cargo run
Press q to exit the application.

This project is under active development. Future plans include process lists, network monitoring, and more detailed hardware information!