tonsky/AnyBar

OS X menubar status indicator

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 42 minutes ago
Added to GitGenius on September 11th, 2026
Created on March 2nd, 2015
Open Issues & Pull Requests: 16 (+0)
GitHub issues: Enabled
Number of forks: 158
Total Stargazers: 6,043 (+0)
Total Subscribers: 65 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.2 hours
Mean response time: 3.9 hours
90th percentile: 11.5 hours
Tracked items: 3

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 2
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 2,717 days
Stale 30+ days: 2
Stale 90+ days: 2

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

AnyBar is an OS X menubar status indicator that displays a colored dot controlled via UDP messages.

The tool solves the problem of needing a simple, always-visible status display in the macOS menubar. It works by listening on a UDP port for commands that change the appearance of a small indicator dot. Once launched, any process or script can send messages to change the dot's color or style, making it useful for displaying build status, system health, or any other binary or multi-state condition that benefits from persistent visibility.

AnyBar suits developers who want lightweight status monitoring without building custom menubar applications. It works well for CI/CD pipelines, development tool integrations, or system monitoring scripts that need to communicate status back to the user. The tool is particularly valuable for teams using shell scripts or automation tools, as it can be controlled from bash, zsh, or fish with simple one-liners. The README documents numerous client implementations across languages including Go, Node, Python, Ruby, Rust, and others, indicating broad ecosystem support for integration into different workflows.

The project maintains a stable, minimal codebase with infrequent updates focused on compatibility with macOS system changes. Recent work addressed Big Sur's dynamic menubar appearance by introducing filled and hollow dot variants that automatically invert with system theme changes, showing responsiveness to platform evolution rather than feature expansion.