For releases, download the DMG for Intel or Apple Silicon in the Releases page or at the bottom of the README.
The app only runs in the tray and uses the CoinGecko API which has a rate limit, so this runs every 5 seconds. You can specify the token you want to keep track of, by right clicking the text in the tray which will say 'Crypto Tracker' and opening the settings.
Once you've input a correct, valid token name such as 'bitcoin', 'solana' or 'bonk', a valid fiat currency and a precision value above 0, the app will update in the taskbar after 5 seconds of pressing the save button.
You can then close the settings window. Don't CMD-Q as it will quit the whole app, you just need to press the 'X'.
What is there to go wrong?
If something does... contact me: [email protected]
If you wanna build it yourself, you can clone the repo:
git clone https://github.com/Hybes/crypto-tracker-mac
Fetch the node packages with npm i
Build the installers with npm run dist
Or test in dev with npm run start