ENTELXCORE

Free tools

Free macOS menu bar tools

CommitBar, RunBar, StackBar, and UsageBar — freely offered by EntelXCore for personal and public use.

Free tools

Four tools. One menu bar family.

Download any tool free. Built for everyday developer flow — powered by EntelXCore.

CommitBar icon

CommitBar

Git commits from your menu bar

Stage, commit, and push without leaving your flow. A lightweight macOS menu bar companion for everyday Git.

  • Pick repos once, commit anytime
  • Quick status and push from the menu bar
  • Built for developers who live in the bar

What's new in v1.2.0

  • Switch or create a branch from each repository’s menu (local branches, plus New Branch…)
Download

v1.2.0 · 8.4 MB · macOS

RunBar icon

RunBar

Project commands in one click

Run bun, npm, yarn, or pnpm scripts and custom commands from the menu bar — with Kill & Retry when ports collide.

  • Auto-detect package managers (default bun)
  • Pin shortcuts for start, stop, restart
  • Live port awareness and conflict recovery

What's new in v1.0.23

  • Menu chrome — Settings…, Check for Updates…, Version, then Quit (same order as the other Bars). Quit RunBar is now Quit.
  • Duplicate menu bar icon after update — do not `launchctl bootstrap` the login item after `open`. That started a second RunBar. The plist stays on disk, so Launch at login still runs at the next login.
Download

v1.0.23 · 9.8 MB · macOS

StackBar icon

StackBar

Runtime versions at a glance

See Bun, Flutter, Node, and Python versions on your machine, check for newer stable and LTS releases, and update them with a click.

  • Live installed vs latest for Bun, Flutter, Node (nvm), and Python
  • One-click update per runtime
  • Periodic checks with a badge when updates wait

What's new in v0.2.2

  • Settings… groups check interval, notifications, and launch at login. Menu chrome matches the other Bars (Check for Updates…, Version, Quit). Refresh now is now Refresh.
  • After a self-update, do not reload the LaunchAgent (that started a second icon). Launch at login still uses the same plist at the next login.
Download

v0.2.2 · 12.1 MB · macOS

UsageBar icon

UsageBar

AI usage at a glance

See Claude, Cursor, and ChatGPT usage at a glance from the menu bar — without opening another dashboard.

  • Menu bar glanceable usage
  • Stay aware without opening dashboards
  • Free for personal and public use

What's new in v0.3.2

  • Menu chrome — Settings… (providers + Launch at login), Check for Updates…, Version, then Quit. Refresh now is now Refresh.
  • Duplicate menu bar icon after update — after `open` of the new app, do not reload the LaunchAgent. KeepAlive would start a second copy. The plist stays on disk, so Launch at login is unchanged at the next login.
Download

v0.3.2 · 25.6 MB · macOS

Terminal install · CommitBar

After downloading the zip

Ad-hoc signed apps are not Apple-notarized. Paste these commands if Gatekeeper blocks launch — same flow across all tools.

  1. 1. Unzip into Applications

    unzip -o "$HOME/Downloads/CommitBar-1.2.0-macos-arm64.zip" -d /Applications/
  2. 2. Remove Gatekeeper quarantine (if macOS blocks launch)

    xattr -dr com.apple.quarantine "/Applications/CommitBar.app"
  3. 3. Open CommitBar

    open -a "CommitBar"