Skip to content

Releases: N1xev/bubbleMonitor

v0.1.0: First Public Pre-Release (MVP)

16 Dec 18:19

Choose a tag to compare

Pre-release
image

Introducing BubbleMonitor (bub) the feature rich TUI-based system monitoring tool, Real-time system metrics, process management, and customizable themes in an intuitive TUI interface. "and it shows you only, what you want to see!😄"

New Features & Highlights

This first release focuses on providing a stable, highly configurable core monitoring experience:

+ essential monitoring features: OVERVIEW,  METRICS,  PROCESSES,  DISKS,  NETWORK,  SYSTEM
+ Processes managment: suspend, kill, resume, sorting, filtering, details, open files, tree/normal view, collapsable, prioritizing 
+ theme switching with 33 theme and tty theme support
+ background trancparency: opaque, transparent
+ border style switching: doubled, single rounded, single not rounded, dashed
+ customizing tabs: disable/enable tabs
+ settings overlay to control your app
+ config file and config file watcher
+ alerts for resources high usage: customizable thresholds for them (the percent that will alert when it go above it)
+ notification toasts: currently its for settings changes
+ metrics chart types: braille, bar, sparkline, line
+ process suspend and resume
+ process tree view with collapse and expand functionallity

check the README.md for more details.

Full Changelog: https://github.com/N1xev/bubbleMonitor/commits/v0.1.0

How to Install:

This version is published as a Pre-Release. We encourage early testing and feedback!

1. Via Go Toolchain (Recommended)

If you have Go installed on your system, you can install BubbleMonitor directly:

go install github.com/N1xev/bubbleMonitor@v0.1.0