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.1.0

  • Non-blocking git jobs — commit, push, and pull run in the background so the menu stays usable
  • Push/pull 2–3 repositories in parallel; the same repo still allows only one write at a time
Download

v1.1.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.21

  • Self-update with launch at login — start the installer before parking the LaunchAgent; only replace a bundle that contains `Contents/MacOS/RunBar`; relaunch with `open` instead of launchctl
  • Empty RunBar.app after update — `ditto --sequesterRsrc` zips include `MACOSX/RunBar.app`; `find -name RunBar.app -quit` sometimes copied that stub (no real binary). Extract with `ditto -x -k` and skip `MACOSX`
Download

v1.0.21 · 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.0

  • Flutter upgrades offer Update with --force… (`flutter channel stable && flutter upgrade --force`) next to the normal upgrade
Download

v0.2.0 · 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.0

  • Cursor credits and on-demand — remaining credit grants (plus Stripe prepaid) and on-demand spend/limit from the dashboard APIs
  • Claude free plan — a 404 from the usage API shows “Free · limits not available on free plan” instead of an error code
Download

v0.3.0 · 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.1.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"