npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

gloomberb

v0.8.1

Published

Market research and portfolio tracker for the terminal

Readme

Gloomberb

Open-source finance terminal. Fast, keyboard-driven and extensible.

Available as a desktop app or TUI.

Download desktop for Mac

Functions

Open the command bar with Ctrl+P or `, then type a shortcut or command name.

| Shortcut | Function | |----------|----------| | DES <ticker> | Security details for a ticker | | FA <ticker> | Financial statement view | | GP <ticker> | Price chart | | GIP <ticker> | Intraday price chart | | HP <ticker> | Historical OHLCV prices | | GF <tickers> | Fundamental statement graph | | GE <tickers> | Valuation multiple graph | | GR <tickers> | Security relationship graph | | EE <ticker> | Events view with earnings and revenue estimates | | EM [tickers] | Earnings monitor | | SRCH <query> | Provider symbol search | | QQ <tickers> | Ticker quote monitor | | PM <query> | Polymarket and Kalshi prediction data | | TOP | Ranked market stories | | MOST | Top gainers, losers, most active, and trending tickers | | WEI | Global equity indices | | ECON | Economic events and releases | | CMP <tickers> | Ticker charts | | CORR <tickers> | Ticker return correlations | | ANR <ticker> | Analyst targets and ratings | | SEC <ticker> | SEC filings and company disclosures | | TWIT <query> | Ticker-related market posts | | OMON <ticker> | Options monitor | | PORT | Portfolio risk and sector exposure | | BI / SP | S&P 500 sector performance | | FXC | Major FX cross rates | | FNG | Fear and greed market gauge | | ALRT | Price alerts | | CHAT | Gloom Cloud chat | | PF | Portfolio and watchlist workspace | | N | News feed | | CN <ticker> | Ticker news | | NI | Sector news | | FIRST | Breaking news | | NOTE | Notes | | AI <prompt> | AI screener | | GC | Yield curve | | ERN | Earnings calendar | | HDS <ticker> | Institutional holders | | INS <ticker> | Insider activity | | EVT <ticker> | Corporate actions, earnings, and estimates | | RV <tickers> | Relative valuation | | IBKR | IBKR trading pane | | BR | Broker connections |

Install

macOS desktop app + terminal command:

brew install --cask vincelwt/tap/gloomberb
# or
curl -fsSL gloomberb.com/install | bash

Both install Gloomberb.app and a gloomberb terminal command that runs the TUI through the app bundle, so the Bun runtime is stored once.

Desktop-only download:

Terminal-only install:

bun install -g gloomberb

Then run:

gloomberb

On macOS, app updates replace the app bundle in place and keep the terminal command pointing at the updated bundle. Homebrew users can also update through brew upgrade --cask gloomberb.

For the best terminal experience, use a Kitty-compatible terminal such as Ghostty, Kitty, or WezTerm.

CLI

Running gloomberb with no arguments launches the terminal UI. Use gloomberb help to see the full command list.

| Command | Use | |---------|-----| | gloomberb | Launch the terminal UI | | gloomberb help | Show all CLI commands | | gloomberb search <query> | Search tickers and company names | | gloomberb ticker <symbol> | Show quote, ownership, and financials | | gloomberb portfolio [action] | Manage manual portfolios | | gloomberb watchlist [action] | Manage watchlists | | gloomberb predictions [...] | Launch Prediction Markets | | gloomberb plugins | List installed plugins | | gloomberb install <user/repo> | Install a plugin from GitHub | | gloomberb remove <name> | Remove an installed plugin | | gloomberb update [name] | Update plugins |

Plugins

Everything from the portfolio list to broker integrations is a plugin. Plugins can add panes, tabs, columns, command bar commands, CLI commands, status bar widgets, and data providers.

Core plugin areas include:

  • Portfolios, watchlists, manual entry, and broker connections
  • Ticker details, quotes, charts, options, filings, holders, insiders, and research
  • News, market movers, global indices, sectors, FX, earnings, macro data, and yield curves
  • Prediction markets, alerts, notes, chat, AI screeners, and external plugins

See PLUGINS.md for the plugin API and the shared UI surface available through gloomberb/components.

Keyboard

| Key | Action | |-----|--------| | Ctrl+P or ` | Open command bar | | Ctrl+, | Open focused pane settings | | Ctrl+W | Close focused pane | | Ctrl+Shift+M | Move focused window (WIN resize starts resize mode) | | Ctrl+Shift+D | Dock or float focused pane | | Ctrl+Shift+L | Layout actions | | Ctrl+Shift+G | Gridlock all windows | | Tab | Switch panes | | j / k | Navigate lists | | h / l | Switch tabs | | m | Cycle chart mode | | q | Quit |

Desktop builds also accept the matching Cmd shortcuts on macOS, plus Cmd/Ctrl+Shift+O to pop out a pane.

License

MIT

Credits