A tiny macOS menu bar app for RAM usage + system wattage.
- Tested only on:
macOS 26.3 (Build 25D125) - Tested on Apple Silicon
- Wattage source:
macmon
- Menu bar readout:
- watts (
W) on the left - RAM usage bar in the center
- RAM usage percent on the right
- watts (
- Dropdown menu:
Force RefreshOpen mac mon in TerminalStart on Startuptoggle with checkmark- live
RAM: used/totalline Settingssection with refresh interval checkmarks:1,3,5,10,30,60second refresh
Non-system RAM Limitsection with checkmarked choices:75%,85%,90%,95%
- selecting a non-system limit also triggers a terminal command hook
- selected non-system limit command is re-sent every 15 minutes while app is running
Close RamBar
- Default refresh interval:
10 seconds - Selected refresh interval is persisted
- Runs as a normal app (no Terminal window required)
- Download
RamBar-Installer.dmgfrom the latest GitHub release. - Open the DMG.
- Drag
RamBar.appintoApplications. - Launch
RamBarfrom Applications or Launchpad.
Release page: https://github.com/daffi-vibecoding/rambar/releases
./scripts/make_installer.shOutputs:
dist/RamBar-Installer.dmgdist/build/RamBar.app
Measured on macOS 26.3 over a 45-second sample window.
- CPU average:
~0.19% - CPU max observed spike:
~6.8% - RAM (RSS) average:
~47 MB - RAM observed range:
~24 MBto~48 MB
Values vary by hardware and refresh interval.
- Uses
macmonfor power metrics. - Vibe-coded in Codex in about 30 minutes.
