A minimal macOS menubar indicator that displays a colored dot, controlled via UDP commands for custom status monitoring.
AnyBar is a macOS menubar application that displays a colored dot as a customizable status indicator. It solves the need for a lightweight, scriptable visual cue for monitoring builds, server status, background tasks, or any custom event by allowing control via UDP commands.
macOS developers, sysadmins, and power users who need a simple, automatable visual indicator for monitoring scripts, build processes, or system events directly from the menubar.
Developers choose AnyBar for its extreme simplicity, scriptability via UDP, and extensive language support, making it easy to integrate into existing workflows without heavy dependencies or complex setup.
OS X menubar status indicator
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Control via UDP port allows easy integration with any scripting language, demonstrated by simple echo commands in the README for instant color changes.
Run several independent AnyBar instances on different ports using environment variables, enabling simultaneous monitoring of multiple processes or workflows.
Extend beyond built-in dots by placing custom PNG images in ~/.AnyBar, supporting personalized indicators for specific use cases like build states.
Includes shell aliases and a wide range of community-maintained client libraries for languages like Go, Node.js, and Python, reducing integration effort.
Only available for macOS, making it unsuitable for cross-platform projects or users on Windows or Linux without relying on separate, unofficial ports.
UDP is stateless and packets can be lost, potentially causing missed status updates in high-traffic or unreliable network environments, with no built-in retry mechanism.
Provides only a colored dot or custom image without text labels or detailed tooltips, limiting information density and requiring external logs for context.