ENTELXCORE

Free tools

Free macOS menu bar tools

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

Free tools

Three tools. One menu bar family.

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

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
Download

v1.0.2 · 7.2 MB · macOS

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
Download

v1.0.2 · 8.6 MB · macOS

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
Download

v0.2.9 · 23.9 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. Quit the app (if it is running)

    osascript -e 'tell application "CommitBar" to quit' 2>/dev/null || pkill -x "CommitBar" || true
  2. 2. Replace the app in Applications

    rm -rf "/Applications/CommitBar.app" && unzip -o "$HOME/Downloads/CommitBar-1.0.2-macos-arm64.zip" -d /Applications/
  3. 3. Remove Gatekeeper quarantine (if macOS blocks launch)

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

    open -a "CommitBar"