Gitify
詳細情報
| タイトル | Gitify |
|---|---|
| URL | https://www.gitify.io/ |
| バージョン | ver 6.19.0 |
| 更新日 | 2026/03/25 |
| 追加日 | 2016/04/02 |
| 種別 | フリーソフト |
| 説明 | GitHubの通知を表示できるMac用メニューバーアプリ。 |
レビュー
概要
Gitifyは、GitHubの通知をメニューバー(またはシステムトレイ)に常時表示するデスクトップアプリケーションです。Matnez Jáimez(matnez)によって開発され、TypeScript・Electron・React・Tailwind CSSで構築されたオープンソースプロジェクトです。GitHubのWebサイトを常にブラウザで開いておかなくても、プルリクエストのレビュー依頼・IssueのコメントなどGitHubからの通知をデスクトップ上でリアルタイムに受け取ることができます。複数のGitHub CloudアカウントおよびGitHub Enterpriseアカウントにも対応しており、チームでの開発作業において通知の見落としを防ぎます。
主要な特徴・機能
- メニューバー常駐: macOSのメニューバーやWindowsのシステムトレイに常時表示
- リアルタイム通知: GitHubからのプルリクエスト・Issue・レビュー依頼などの通知をリアルタイムで受信
- 複数アカウント対応: GitHub CloudとGitHub Enterpriseの複数アカウントを同時管理
- 通知フィルタリング: リポジトリ・通知タイプ・理由などで通知を細かくフィルタリング
- OS通知連携: ネイティブのOS通知(通知センター)と連携して新着通知を表示
- サウンド通知: 新着通知時に通知音を再生するオプション
- テーマ対応: ライト・ダークテーマに対応した外観カスタマイズ
- クロスプラットフォーム: macOS・Windows・Linux(AppImage)で動作
対象ユーザー
- GitHubでチーム開発を行うソフトウェアエンジニア・開発者
- 複数のリポジトリや組織のGitHub通知を効率管理したいプロジェクトマネージャー
- GitHub Enterpriseを使用する企業の開発チーム
- ブラウザを常時開かずに通知を把握したいOSS貢献者
ライセンス情報
GitifyはMITライセンスのもとで公開されているオープンソースソフトウェアです。無料で利用・改変・再配布が可能で、ソースコードはGitHubで公開されています。個人・商用利用を問わず無償で使用できます。
スクリーンショット
更新グラフ
バージョン履歴
Gitify v6.19.0
What's Changed
🚀 Features
- feat: prevent show window stale rendering by @setchy in #2731
- feat(auth): note about reauth flow by @setchy in #2739
🐛 Bug Fixes
- fix: linked issue description by @setchy in #2730
- fix: storage keys by @setchy in #2734
🧼 Code Refactoring
- refactor: electron-builder npmrc no longer required by @setchy in #2733
- refactor: preload consistency by @setchy in #2736
- refactor(utils/system): alignment and jsdocs by @setchy in #2735
Gitify v6.18.0
What's Changed
🚀 Features
- feat(test): migrate from
jesttovitestby @setchy in #2606 - feat(build): automate release drafting by @setchy in #2618
- feat: migrate from
webpacktoviteby @setchy in #2617 - feat: add
RepositoryAdvisorysubject type handler by @codebytere in #2651 - feat: react devtools and twemoji plugin by @setchy in #2662
- feat(accounts): add action button to account errors by @setchy in #2675
- feat(auth): account scopes and expired token workflows by @setchy i
Gitify v6.17.0
What's Changed
🚀 Features
- feat: milestone closed color by @setchy in #2576
- feat(filters): add @copilot as Bot example by @setchy in #2581
- feat(metrics): add reaction metric pill by @setchy in #2580
- feat: reactions for discussions by @setchy in #2583
- feat(settings): update metric setting tooltip by @setchy in #2585
- feat: use primer
IssueLabelTokencomponent for labels and reactions by @setchy in #2584 - feat: skip fetching if offline by @setchy in #2586
🐛 Bug Fixes
Gitify v6.16.1
What's Changed
🐛 Bug Fixes
- fix(settings): volume icon size by @setchy in #2569
- fix: add fetch lock by @setchy in #2570
- fix: error handling for network connection by @setchy in #2572
- fix: inbox flicker during loading by @setchy in #2573
🧼 Code Refactoring
- refactor(api): reduce octokit retry plugin amount by @setchy in #2571
Full Changelog: v6.16.0...v6.16.1
Gitify v6.16.0
What's Changed
🚀 Features
- feat: format display attributes on GitifyNotification by @setchy in #2502
- feat(sidebar): focused mode toggle (participating vs participating+watching) by @setchy in #2513
- feat: add 'Show read notifications' setting by @afonsojramos in #2488
- feat(shortcuts): add key bindings and hints by @setchy in #2515
- feat: format notification titles with backticks as code by @setchy in #2548
- feat: add support for github cloud data residency by @setchy in #2561
- feat(auth): use oauth device code flow for
Login with GitHub
Gitify v6.15.0
Tip
🎉 This release features enhancements that significantly improve the efficiency of GitHub API quota utilization.
What's Changed
🚀 Features
- feat(url): improve fallback url support by @setchy in #2445
- feat(api): simplify discussions enrichment and use graphql-codegen for types by @setchy in #2444
- feat(pr): add support for
merge queueby @setchy in #2470 - feat(api): implement graphql merge query pattern to reduce api call volume by @setchy in #2478
🐛 Bug Fixes
- fix(metric): use tooltip to improve reliability of rendering by @setchy
Gitify v6.14.1
What's Changed
🐛 Bug Fixes
- fix: account token encryption/decryption by @setchy in #2421
Full Changelog: v6.14.0...v6.14.1
Gitify v6.14.0
What's Changed
🚀 Features
- feat(menu): auto-hide
no updates availableby @setchy in #2390 - feat(icons): offline icon by @setchy in #2416
🧼 Code Refactoring
- refactor: standardize use of
renderWithAppContextand mocks by @setchy in #2392 - refactor: test suites by @setchy in #2397
- refactor: further test suite changes by @setchy in #2398
- refactor: global resize listener and simplify restore state logic by @setchy in #2400
- refactor: remove unused primer experimental by @setchy in
Gitify v6.13.0
What's Changed
🐛 Bug Fixes
- fix: on focus hidden sentinel by @setchy in #2383
- fix: tray color error by @setchy in #2386
🧼 Code Refactoring
- refactor: tooltips by @setchy in #2382
- refactor: component props by @setchy in #2384
📦 Dependency Updates
- fix(deps): update react-router-dom to v7.9.6 by @renovate[bot] in #2385
- chore(deps): update electron to v39.2.0 by @renovate[bot] in #2387
Full Changelog: v6.12.0...v6.13.0
Gitify v6.12.0
What's Changed
🐛 Bug Fixes
- fix: error component height based on accounts by @setchy in #2375
- fix: icon on error recovery by @setchy in #2374
- fix: switch app layout to prevent sidebar buttons auto focus by @setchy in #2379
- fix: hover group consistency by @setchy in #2380
🧼 Code Refactoring
- refactor: add type to prevent future drift by @setchy in #2363
- refactor: second instance handling by @setchy in #2285
- refactor: external link indicator by @setchy in #2372
🧪 Tes
Gitify v6.11.1
What's Changed
🐛 Bug Fixes
- fix(sidebar): unread count by @setchy in #2361
Full Changelog: v6.11.0...v6.11.1
