TickerPad
macOS / Finance
The best cryptocurrency ticker for macOS - track prices right from your menu bar.
REAL-TIME PRICE TRACKING
- View multiple coins simultaneously in your menu bar
- Customizable display styles: price, symbol, percentage change
- Data powered by CoinGecko & Binance - supporting 9,000+ cryptocurrencies
BEAUTIFUL & NATIVE
- Seamless dark and light mode support
- Clean, minimal design that fits macOS perfectly
- 7-day sparkline charts at a glance
POWER USER FEATURES
- Global keyboard shortcuts to toggle the price window
- One-click jump to TradingView charts
- Quick access to your favorite exchange
- Detailed coin info: market cap, supply, history, GitHub, Twitter & more
FULL COIN SUPPORT
Bitcoin (BTC), Ethereum (ETH), Solana (SOL), BNB, Cardano (ADA), Dogecoin (DOGE), and thousands more.
Stay on top of the crypto market without leaving your workflow.
Quoi de neuf dans la dernière version ?
What's New in v2.1.8
Improved Connection Reliability
Fixed a crash (EXC_BAD_ACCESS) caused by a data race in WebSocket callbacks. All mutable state is now safely accessed on the main thread.
Fixed a bug where failed connection attempts could permanently block reconnection, requiring an app restart.
Fixed a bug where switching networks (e.g. Wi-Fi to hotspot) could exhaust the retry budget, preventing the app from reconnecting.
Rewrote the health check logic to detect and recover from all types of disconnections, including silent connection loss. Recovery time reduced from up to 90 seconds to under 30 seconds.
The app now correctly shows network status immediately on launch, even when starting without an internet connection.
Connection Status Indicator
Added a subtle blinking dot to the right of your prices in the menu bar when there is a connection issue. Orange indicates reconnecting; red indicates no network.
Hover over the menu bar to see a detailed status message describing the issue.
The indicator disappears automatically when the connection is fully restored. If everything is working normally, you won't see anything at all.
Performance Improvements
Reduced background network polling to minimize battery and bandwidth usage.
Throttled status bar refresh rate to prevent UI lag when receiving rapid price updates.
HTTP price polling is now skipped when the WebSocket connection is active, avoiding redundant requests.