seesys v1.0.2
We are thrilled to announce the first official release of seesys, a beautiful, terminal-based real-time infrastructure monitor! π
β¨ Features included in v1.0.2:
- GPU Statistics: A sleek, organized UI built to monitor GPU.
- Graphs: Graphs on CPU and Memory
β¨ Features included in v1.0.1:
- Interactive Terminal Dashboard: A sleek, organized UI built with
rich. - System Metrics: Real-time monitoring for CPU (per core), Memory, and Disk usage.
- Network & Sensors: Live network I/O speeds and hardware temperature sensors.
- Process Monitor: View top running processes directly from the dashboard.
π¦ Installation
You no longer need Python installed to use SeeSys! We now provide cross-platform standalone executables.
Windows (PowerShell): irm https://raw.githubusercontent.com/shayansaha85/seesys/master/install.ps1 | iex
Linux / macOS (Bash): curl -sL https://raw.githubusercontent.com/shayansaha85/seesys/master/install.sh | bash
(Note: The executables attached below are automatically compiled and bundled by GitHub Actions).