ENTELXCORE

Free tools

Free macOS menu bar tools

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

Free tools

Five 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.25

  • Static site live server — a folder with just `index.html` (no package.json) gets a Static site (live server) submenu: `serve (:5500)`, `:8080`, `:3000`, and a SPA-fallback variant. RunBar serves the files itself (stdlib HTTP server bundled in the app — no npm, no `npx serve`) with no-cache headers and live reload (the page reloads when any file in the folder changes). The listen port is badged, Stop works, and a busy port offers Kill & Retry. Port 5500/5501 are now watched in Active Ports. Monorepo split also detects static sub-folders.
  • Monorepo support — Add Project on a folder that holds several projects (`frontend/`, `backend/`, `apps/*`, pnpm/npm/yarn workspaces, Flutter apps) shows a checkbox list and adds each one as its own RunBar project (`repo/frontend`, `repo/backend`), each with its own scripts, running command and port. Existing projects get Split into Sub-projects… in their submenu. `node_modules`, build output and platform folders are skipped.
Download

v1.0.25 · 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.4

  • Pin several metrics — click more than one row to keep them on the menu bar at once (click again to unpin; at least one stays). Example: Claude weekly + Cursor plan total shows `ClW 42% · Cu 67%`. Tags: ClS / ClW / ClSn / ClO / ClF, Cu / CuA / CuAPI / CuCr / CuOD, G5h / GW. Each percentage keeps its own green / yellow / red tint; the gauge follows the highest.
Download

v0.3.4 · 25.6 MB · macOS

BuildBar icon

BuildBar

Netlify builds from your menu bar

List every Netlify site and the latest deploy without opening a dashboard. The icon turns blue while anything is building.

  • All sites and latest deploys from the menu bar
  • Blue while building, red if a latest deploy failed
  • Auto-Import from Netlify CLI, browser, or a pasted token

What's new in v0.1.0

  • First release: menu-bar Netlify build monitor (no Dock icon)
  • Lists all sites with latest deploy Ready / Failed / building…
Download

v0.1.0 · 14.4 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"