XTop is a powerful and lightweight macOS menu bar application designed for developers and power users who need instant access to system telemetry and context-aware developer information.
It lives in your menu bar, providing real-time insights into your system's performance and, for developers, information about your current Xcode environment.
- Real-time System Monitoring: Keep an eye on key system metrics directly from your menu bar.
- Developer-Focused Telemetry: Integrates with your development environment to show relevant project information (e.g., current Git context, focused Xcode project).
- Elegant Menu Bar Interface: A clean, unobtrusive panel that gives you data when you need it without getting in your way.
- Customizable: Configure what you want to see through the app's settings.
| Menu Bar Panel | Settings — Sensors |
|---|---|
![]() |
![]() |
- macOS
- Xcode
- Clone the repository:
git clone https://github.com/your-username/XTop.git cd XTop - Open the project in Xcode:
open XTop.xcodeproj
- Select the
XTopscheme and your Mac as the run destination. - Press Cmd+R to build and run the application.
If you do not want to build from source, download the latest binary from Releases:
Install steps:
- Download
XTop-<version>.dmg(orXTop-<version>.zip). - If using the DMG, drag
XTop.appintoApplications. - On first launch, right-click
XTop.appand choose Open.
If macOS still blocks launch, clear quarantine metadata:
xattr -dr com.apple.quarantine /Applications/XTop.appNote: release builds are ad-hoc signed and not notarized, so Gatekeeper warnings are expected on first launch.
Tag-based releases are automated by GitHub Actions.
git tag vX.Y.Z
git push origin vX.Y.ZPushing a v* tag triggers a build, creates .dmg and .zip artifacts, generates SHA-256 checksums, and publishes a GitHub Release.
Once running, the XTop icon will appear in your macOS menu bar. Click it to open the main panel and view your system and developer telemetry. You can access preferences from the panel to customize the display.

