Skip to content

gitbar

TypeScript

Menubar GitHub dashboard built with Tauri.

A personal GitHub dashboard that lives in your menubar. PRs, issues, repos, and activity in one window. 3 parallel GraphQL queries, stale-while-revalidate caching, progressive rendering, and a privacy toggle for screenshots.

tauri rust github desktop

[features]

PRs & Issues

Yours, assigned, review requested, mentioned

Activity Feed

Contribution graph, stars, forks, recent events

Progressive Rendering

IntersectionObserver, only visible items render

Privacy Toggle

Hide private repos/PRs/issues for screenshots

[install]

git clone https://github.com/ramonclaudio/gitbar.git
cd gitbar
bun install
bun run tauri dev

[usage]

bun run tauri dev      # Development mode
bun run tauri build    # Build native binary (~5MB)

[requirements]

[license]

This project is licensed under the MIT license.

[links]