Skip to content

seesys v1.0.1

Choose a tag to compare

@shayansaha85 shayansaha85 released this 28 Jun 13:22

We are thrilled to announce the first official release of seesys, a beautiful, terminal-based real-time infrastructure monitor! πŸš€

✨ Features included in v1.0.1:

  • Process Monitor: View top running processes directly from the dashboard.

✨ Features included in v1.0.0:

  • 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.

πŸ“¦ 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).