A free macOS menu bar app for keeping an eye on stocks. No subscription and no paid tier.
TickerBar keeps the current price in your menu bar. Pin one stock, or let it rotate through the watchlist while closed markets are skipped.
Open the watchlist to see intraday charts, price alerts, portfolio holdings, and live pre-market, after-hours, or overnight prices when Yahoo provides them. You can search for tickers as you type and give them private display names if you would rather not show the real symbols in your menu bar.
The menu bar has a normal single-line layout and a compact two-line layout. Text size, percentage changes, refresh timing, rotation speed, and the dropdown background are all adjustable.
brew install --cask terrifiedbug/tap/tickerbarSparkle handles updates inside the app, or you can update through Homebrew:
brew upgrade --cask tickerbarHomebrew 6 requires approval before it loads a non-official tap. The fully qualified install command above trusts only the TickerBar cask.
If you prefer to trust the entire TerrifiedBug tap:
brew tap terrifiedbug/tap
brew trust terrifiedbug/tap
brew install --cask tickerbarTrusting the whole tap applies to every current and future formula, cask, and command in that repository. The package-specific install command is the narrower default. Homebrew explains the model in its tap trust documentation.
- Download
tickerbar.zipfrom the latest release. - Unzip it and move
TickerBar.appinto Applications. - Open TickerBar from Applications.
TickerBar is signed with an Apple Developer ID certificate and notarized by Apple. It opens straight from Applications with no Gatekeeper prompt and no quarantine workaround.
You need Xcode 15 or newer and macOS 14 or newer.
git clone https://github.com/TerrifiedBug/tickerbar.git
cd tickerbar
xcodebuild -project TickerBar.xcodeproj -scheme TickerBar -configuration Release -derivedDataPath build buildThe app will be at build/Build/Products/Release/TickerBar.app.
TickerBar.xcodeproj is the source of truth for the project. There is no project generator to run.
Open the watchlist and click Settings. You can change:
- Quote refresh and stock rotation timing
- The pinned stock and compact menu bar layout
- Percentage changes, extended-hours prices, and menu bar text size
- The dropdown background and portfolio currency
- Launch at login and automatic update checks
- Portfolio backup and restore
TickerBar is not affiliated with or endorsed by Yahoo. It reads quote data from Yahoo Finance for personal use. Prices can be delayed or incomplete, so check the source before making a trade. Yahoo's terms govern your use of its data.
TickerBar is released under the MIT License.
