Skip to content

Releases: clintoncodewell/ramguard

RamGuard v1.3.0

Choose a tag to compare

@clintoncodewell clintoncodewell released this 14 Jun 10:47

Configurable RAM alerts.

  • The 80% RAM alert is now optional — toggle it in Settings → RAM Alerts
  • New 90% RAM alert, independently toggleable
  • Alerts are edge-triggered (fire once when RAM crosses up, re-arm when it drops back)
  • Existing setups are preserved: if you had notifications on you keep the 80% alert; 90% is opt-in
brew upgrade ramguard

RamGuard v1.2.2

Choose a tag to compare

@clintoncodewell clintoncodewell released this 13 Jun 10:47

Bug-fix release.

  • Dark mode: process names were unreadable (near-black on the dark popover) — fixed; rows now draw under the correct appearance
  • AirPods battery: connected AirPods now appear in the right-click battery section (Left / Right / Case), alongside Magic Mouse/Trackpad/Keyboard and this Mac. Read from the Bluetooth data layer, cached and probed off the main thread so it never blocks the UI
brew upgrade ramguard

RamGuard v1.2.1

Choose a tag to compare

@clintoncodewell clintoncodewell released this 13 Jun 06:08

Bug-fix release (independent review pass).

  • Fix a potential crash in system CPU sampling: integer underflow on counter wrap after very long uptime
  • Battery: only show the charging bolt when actually charging (not merely plugged in and full)
  • Battery: don't drop a peripheral reporting exactly 0%
brew install clintoncodewell/tap/ramguard

RamGuard v1.2

Choose a tag to compare

@clintoncodewell clintoncodewell released this 13 Jun 05:47

What's new in v1.2

  • Battery watch — optional battery % in the menu bar with a charge-aware icon
  • Device batteries — right-click lists battery for this Mac and connected Apple peripherals (AirPods, Magic Mouse/Trackpad/Keyboard), read in-process with no subprocess overhead

All menu bar metrics (Memory, CPU, SSD, Network, Battery) are independently toggleable via right-click.

Install

brew install clintoncodewell/tap/ramguard

Builds from source — no Gatekeeper prompt. Or download RamGuard.zip below (Apple Silicon), unzip, drag to /Applications, then xattr -dr com.apple.quarantine /Applications/RamGuard.app.

RamGuard v1.1

Choose a tag to compare

@clintoncodewell clintoncodewell released this 13 Jun 02:01

What's new in v1.1

  • Network watch — optional ↓/↑ throughput in the menu bar
  • Per-metric menu bar toggles — right-click to show/hide Memory, CPU, SSD, and Network independently
  • CPU watch — optional system-wide CPU % in the menu bar
  • Compact labelsM / C / S take less menu bar space than before
  • MIT license + Homebrew install

Install

brew install --cask clintoncodewell/tap/ramguard

Or download RamGuard.zip below, unzip, drag to /Applications, then:

xattr -dr com.apple.quarantine /Applications/RamGuard.app

The app is ad-hoc signed (open-source, not notarized), so clearing quarantine once is expected. Apple Silicon.

RamGuard v1.0

Choose a tag to compare

@clintoncodewell clintoncodewell released this 12 Jun 11:32

Pre-built RamGuard.app for macOS (Apple Silicon). Download RamGuard.zip, unzip, drag to Applications.

Unsigned build — after first launch attempt, approve it in System Settings → Privacy & Security → Open Anyway, or run:
xattr -dr com.apple.quarantine /Applications/RamGuard.app