
GitBar
UnclaimedTrack your public GitHub contributions, streaks, and set goals directly from your macOS Menu Bar.
Visit WebsiteThe Bottom Line
Entry price
Free plan available, paid tiers above
Biggest pro
Easy to set up without an API key
Biggest con
Requires BitBar to function
TL;DR - GitBar
- Displays public GitHub contribution stats in the macOS Menu Bar.
- Helps track daily contributions, streaks, and overall progress.
- Allows users to set and monitor custom contribution goals.
What is GitBar?
Available on: macOS
Pros & Cons
Pros
- Easy to set up without an API key
- Promotes consistent open-source contributions
- Provides a quick overview of GitHub activity
- Open-source and customizable
- Lightweight Menu Bar utility
Cons
- Requires BitBar to function
- Only available for macOS
- Relies on web scraping, which can be fragile
Key Features
Pricing Plans
Free TrialPricing checked Jun 13, 2026
Free
$0 USD per month
- Unlimited public/private repositories
- Dependabot security and version updates
- 2,000 CI/CD minutes/month (Free for public repositories)
- 500MB of Packages storage (Free for public repositories)
- Issues & Projects
- Community support
Team
$4 USD per user/month
- Everything included in Free
- Access to GitHub Codespaces
- Repository rules
- Multiple reviewers in pull requests
- Draft pull requests
- Code owners
- Required reviewers
- Pages and Wikis
Enterprise
Starting at $21 USD per user/month
- Everything included in Team
- Data residency
- Enterprise Managed Users
- User provisioning through SCIM
- Enterprise Account to centrally manage multiple organizations
- Environment protection rules
- Repository rules
- Audit Log API
How GitBar's pricing compares
At $4/mo, GitBar is the most affordable of its 3 direct competitors.
Entry paid plan, monthly. Pricing checked Jun 13, 2026.
Reviews

Review GitBar, get a free AI guide
Share your experience and we will send you Improve Your Thinking Patterns Using ChatGPT, free.
Best GitBar Alternatives
Top alternatives based on features, pricing, and user needs.
Understand your time usage automatically and block distractions
Automatic time tracking software for individuals and teams to accurately monitor computer usage.
Automatic time tracking for macOS freelancers to confidently invoice and understand work patterns.
Still deciding?
Most buyers shortlist 2 or 3 tools before committing. Pull a side-by-side comparison or browse the full alternatives shortlist below.
Explore More
GitBar FAQ
How does GitBar retrieve GitHub contribution data without an API key?
gh-scrape module to crawl public GitHub profiles and parse selected values directly from the web page. This approach was chosen to simplify the setup process and avoid the need for users to generate and input an API key.Can GitBar track contributions to private GitHub repositories?
What are the system requirements for running GitBar?
How can I customize my contribution goal in GitBar?
.env file in the root folder of the GitBar repository. Here, you can set CONTRIBUTION_GOAL_TRACKING to true or false to enable or disable it, and provide your desired numerical goal for CONTRIBUTION_GOAL.What should I do if I encounter an error related to my Node path?
gh.5m.js file to include the correct path to your Node installation. You can find the correct path by running the command which -a node in your terminal.Source: github.com