Micro-top — це крихітний та швидкий монітор системи, написаний на Rust. Працює там, де інші «важковаговики» пасують. Створений для моніторингу Linux та Windows.
- 📊 Візуальні індикатори: Кольорові прогрес-бари для CPU, RAM та Swap.
- 🛠 Кросплатформність: Повна підтримка Linux та Windows 10/11.
- ⚡ Легкість: Написано на Rust, мінімальне споживання ресурсів.
- 🖥 Підтримка заліза: Визначення моделей CPU та GPU.
Вам не потрібно встановлювати Rust чи Cargo:
- Перейдіть на сторінку Releases.
- Завантажте файл
Micro-top.exe. - Запустіть його в терміналі (PowerShell або CMD).
Встановіть через ваш улюблений AUR helper:
yay -S micro-top-gitЯкщо вашого дистрибутива немає в списку, ви можете легко зібрати бінарний файл самостійно:
- Встановіть інструмент збірки Rust:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Клонуйте репозиторій та зберіть код
git clone https://github.com/KotanUA/Micro-top.git cd Micro-top cargo build --release sudo cp target/release/micro-top /usr/local/bin/
P.S Це моя перша програма :)
Micro-top is a tiny and fast system monitor written in Rust. It works where other "heavyweights" fail. Designed for monitoring Linux and Windows.
- 📊 Visual Indicators: Colorful progress bars for CPU, RAM, and Swap.
- 🛠 Cross-platform: Full support for Linux and Windows 10/11.
- ⚡ Performance: Written in Rust with minimal resource consumption.
- 🖥 Hardware Support: Detects CPU models and GPU adapters.
You don't need to install Rust or Cargo:
- Go to the Releases page.
- Download the
Micro-top.exefile. - Run it in your terminal (PowerShell or CMD).
Install via your favorite AUR helper:
yay -S micro-top-gitIf your distro is not listed, you can easily build the binary yourself:
- Install build tools and Rust:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh- Clone and build:
git clone https://github.com/KotanUA/Micro-top.git cd Micro-top cargo build --release sudo cp target/release/micro-top /usr/local/bin/
P.S This is my first program :)