Skip to content
This repository was archived by the owner on Aug 25, 2026. It is now read-only.

SystemPulse v1.0.0

Choose a tag to compare

@TerminalGravity TerminalGravity released this 17 Jan 19:28
· 8 commits to main since this release

System Pulse v1.0.0

A lightweight native macOS menubar app for real-time system monitoring.

Features

  • Real-time CPU and GPU usage monitoring
  • Memory utilization with visual progress bars
  • Network I/O throughput (download/upload speeds)
  • Load average (1m, 5m, 15m)
  • Battery status with charging indicator
  • Top processes by CPU usage

Installation

Build from source:

git clone https://github.com/TerminalGravity/SystemPulse.git
cd SystemPulse
swift build -c release
# Copy to Applications
mkdir -p /Applications/SystemPulse.app/Contents/MacOS
cp .build/release/SystemPulse /Applications/SystemPulse.app/Contents/MacOS/

Requirements

  • macOS 13.0 (Ventura) or later