A lightweight cryptocurrency price tracker that lives in your system tray.
Note: System tray / menu bar behavior differs by OS and desktop environment. Some platforms may truncate or not show the dynamic title text next to the icon. If you don’t see prices in the tray, hover for the tooltip and use the tray menu items instead.
- Real-time cryptocurrency price updates in system tray
- Support for multiple crypto providers
- Customizable refresh intervals
- Multiple fiat currency support
- Start on system startup
- Cross-platform: Windows, macOS, Linux
Currently supported providers:
Binance(USDT pairs)CoinGecko(coin IDs; optional demo API key supported)
- Launch the app, then use the tray icon menu:
Open Settingsto configure provider, symbols, refresh interval, display currency, and autostartRefresh Nowto fetch the latest prices immediately
- Defaults:
- Provider:
Binance - Symbols:
BTCUSDT,ETHUSDT,SOLUSDT - Refresh:
15s - Display currency:
USD
- Provider:
- Node.js 20+
- pnpm 9+
- Rust toolchain (stable)
On Ubuntu/Debian:
sudo apt-get install -y \
libgtk-3-dev \
libwebkit2gtk-4.1-dev \
libayatana-appindicator3-dev \
librsvg2-dev \
build-essential \
pkg-configpnpm install
pnpm tauri devFor quick UI iteration (frontend only):
pnpm devpnpm tauri build