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.14.1

Published

Market research and portfolio tracker for the terminal

Readme

Gloomberb

开源金融终端。快速、键盘驱动、可扩展。

桌面应用支持 macOS 和 Windows。终端界面(TUI)支持 macOS、Linux 和 Windows。

下载桌面版  ·  安装 TUI  ·  在浏览器中打开  ·  English

本文档为社区维护的简体中文翻译。若与 英文原版 README 有出入,以英文版为准。

  • 公司研究:行情、图表、财务报表、监管文件、期权与分析师评级。
  • 市场追踪:新闻、全球股指、外汇、经济事件与市场扫描工具。
  • 工作区管理:投资组合、自选列表、券商连接、提醒、笔记与 AI 工具。

桌面版和 TUI 共享同一套命令语言与插件系统。浏览器版 提供部分功能,需要免费 Gloom Cloud 账户:免费行情有请求频率限制,并延迟 15 分钟;Pro 提供实时行情。详见浏览器版功能与限制(英文)

安装

桌面版

macOS(Apple Silicon) 上:

brew install --cask vincelwt/tap/gloomberb

Windows 11 上,下载安装程序。支持 x64,也可通过 x64 仿真在 ARM64 上运行。

两个平台的桌面安装程序均包含 gloomberb 终端命令。

终端版

macOS 或 Linux 上:

curl -fsSL gloom.sh/install | bash

在 Apple Silicon Mac 上,此脚本会安装桌面版和 TUI;在 Intel Mac 和 Linux 上,会安装独立的 TUI。

也可在 macOS、Linux 或 Windows x64 上通过 Bun 安装:

bun install -g gloomberb

运行 gloomberb 即可启动。要显示图形,请使用兼容 Kitty 图形协议的终端,例如 Ghostty、Kitty 或 WezTerm。直接下载、安装位置与更新方式详见安装指南(英文)

开始使用

Ctrl+P 打开命令栏,或按 ` 搜索股票代码。桌面版也支持 Cmd/Ctrl+K

| 试试 | 打开 | |-----|-------| | DES AAPL | 公司详情 | | GP NVDA | 价格图表 | | TOP | 市场新闻 | | PF | 投资组合与自选列表 | | HELP | 命令与键盘快捷键 |

使用 Tab 切换面板,j / k 浏览列表。使用指南(英文) 包含图表、券商配置、键盘快捷键与完整命令参考。

命令行(CLI)

直接在 shell 中运行命令:

gloomberb quote AAPL
gloomberb quote AAPL --json
gloomberb help

默认输出便于阅读;脚本可使用 --json--csv--ndjson 获取结构化输出。命令与参数详见 CLI 参考(英文)

插件与贡献

插件可添加面板、数据源、券商连接与命令。从 GitHub 安装插件:

gloomberb install gloom-sh/gloomberb-tv

详见插件开发指南(英文)直播电视配置(英文)贡献指南(英文)

界面支持英语、西班牙语、简体中文、繁体中文、日语与韩语。在命令栏中输入 LANG 即可切换,详见语言设置(英文)

采用 MIT 许可证。基于 OpenTUI 构建。