Skip to content

v1.0.0

Latest

Choose a tag to compare

@austin-barrington austin-barrington released this 06 Aug 21:22
· 2 commits to main since this release

Initial Release — v0.1.0
This first release introduces a terminal-based process monitor built in Go, offering a real-time, interactive view of all running system processes. Users can navigate a live-updating process list (PID, name, CPU, and memory usage) and select any process to inspect its individual CPU, memory, disk I/O, and network usage through ASCII-based graphs — all from the terminal.

The app uses tview for the TUI and gopsutil for system metrics, with goroutines for non-blocking data collection. This is an early but functional release aimed at Unix systems, licensed under MIT for unrestricted open source use. Contributions, feedback, and forks are welcome as we move toward adding filtering, sorting, alerts, and more detailed telemetry.