A simple (and unofficial) GitHub Trending client that lives in your menubar.
More in favor of a Chrome Extension variant? Check it out here:
Otherwise, download from GitHub Releases and install.
Currently Raise can run on macOS and Windows machines.
If you use an Intel machine, please download the .zip
file with its filename containing no architecture. Otherwise use arm64.zip
if your hardware is armed with Apple Silicon (M1/M2).
For Windows users simply download the package with .exe
extension.
If it's your first time to open Raise, you might see a screen saying Windows protected your PC. Windows SmartScreen prevented an unrecognized app from start. Running this app might put your PC at risk.
. To bypass it, click More Info
and then click Run anyway
. This is simply because Raise on Windows is not yet code signed. Read this for your information.
- 🌠 Showcasing GitHub's trending repos and developers
- 🗺 Simple and intuitive user interface
- 🌍 Language and date range filtering
- 🌗 Dark mode
- 💻 More under development
Raise is developed on Node.js v16. Other Node.js versions have not been tested.
Run the following commands in Terminal.app
on macOS or PowerShell
on Windows:
yarn
yarn start
To build and deploy, run the following:
yarn build
yarn release