Releases: shamspias/voidmon
Releases · shamspias/voidmon
Expose Network Ports Used by Running Processes
Full Changelog: v1.0.0...v1.0.1
Voidmon v1.0.0 - macOS Support & Universal Installer Latest
What's New in v1.0.0
This major update brings full macOS support and a brand-new architecture for easier platform-specific monitoring.
Features :
-
macOS Support: Full hardware monitoring for both Apple Silicon (M-series) and Intel Macs, including GPU utilization, VRAM, CPU temperature, and battery stats.
-
Linux Refactoring: Extracted and optimized Linux-specific code (
nvidia-smi, AMD sysfs, Intel i915). -
Universal Installer: Added a one-liner
curlinstall script that auto-detects your OS and architecture. -
Build Automation: Added new Makefile targets (
build-darwin-amd64,release) for easier cross-compilation and tarball generation.
💻 Installation:
curl -fsSL https://raw.githubusercontent.com/shamspias/voidmon/main/install.sh | bash