🔥 GitHub contribution streak & stat tracking menu bar app
Download the latest version of Streaker from the GitHub releases page. Or see the Building Locally section to build it yourself.
- Menu bar contribution stats
- Streak
- Best
- Current
- Previous
- Contributions
- Most (day)
- Today
- Total (year)
- Streak
- Menu bar icon changes depending on contribution status
- Empty - you haven't contributed today
- Filled - you have contributed today
- Crown / Star - you're currently on your best streak
- Three different menu bar icon themes
- Flame
- Tile
- Octocat
- Reminder notification so you don't lose your streak 816A li>
The app is built & deployed for all platforms via GitHub Actions automatically, but you can build it locally for your platform with the following steps:
Clone the repository
git clone https://github.com/jamieweavis/streaker.git
cd streaker
Install npm dependencies (recommended to use Node.js v22)
npm install
Package the app for your current platform
npm run package
The packaged app will be in the out/
directory
- Streaker CLI - 🔥 GitHub contribution streak & stat tracking command line app
- Contribution - 🗓 GitHub contribution streak & stat fetcher with zero dependencies
This project is licensed under the MIT License - see the LICENSE file for details.