gitify

GitHub Notifications on your desktop.

Github星跟蹤圖

Gitify github codecov downloads

The mobile app has been deprecated in favor of the official GitHub mobile app the is coming out soon.

Gitify

Download

You can download Gitify for free from either the website www.gitify.io or from the GitHub repository releases page.

You can also install Gitify via Homebrew Cask

brew cask install gitify

Gitify currently only supports mac OS.

Prerequisites

Installation

yarn install

Development

First you will need to set the testing CLIENT_ID and CLIENT_SECRET in src/js/utils/constants.js file. You can use the development app credentials (use at your own discretion):

Client Id: 3fef4433a29c6ad8f22c
Client Secret Key: 9670de733096c15322183ff17ed0fc8704050379

To watch for changes in the src directory:

yarn run watch

To run the actual electron app:

yarn start

Distribution

To prepare the app for distribution run:

yarn run build
yarn run pack
yarn run make:macos

Tests

There are 2 linters for js & scss and unit tests with jest.

// Run only unit tests
yarn run jest

// Run linter & unit tests with coverage
yarn run test

FAQ

My notifications aren't showing?

Some organisations require applications to request access before allowing access to any data (including notifications) about their repositories.

To check if Gitify is approved by your organisation you can go to https://github.com/settings/applications, then click on Gitify and scroll to Organization access.

Something looks wrong - How can I debug?

Since version 1.1.0 you can now debug Gitify by pressing alt+cmd+I. This will open the devtools and then you can see any logs, network requests etc.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request
  6. Make sure tests are passing

License

Gitify is licensed under the MIT Open Source license. For more information, see the LICENSE file in this repository.

主要指標

概覽
名稱與所有者gitify-app/gitify
主編程語言TypeScript
編程語言JavaScript (語言數: 4)
平台
許可證MIT License
所有者活动
創建於2015-05-21 18:15:28
推送於2025-07-14 12:24:50
最后一次提交
發布數68
最新版本名稱v6.5.0 (發布於 )
第一版名稱0.0.9 (發布於 )
用户参与
星數5k
關注者數52
派生數274
提交數2.8k
已啟用問題?
問題數405
打開的問題數20
拉請求數1577
打開的拉請求數7
關閉的拉請求數107
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?