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

macstatusdeck

v1.0.0

Published

Native macOS menu bar tools

Downloads

217

Readme

MacStatusDeck

一个紧凑、快捷、本地优先的 macOS 菜单栏工具集,应用内简称 MacBar。

功能

  • 查看月历,快速打开系统日历和计算器
  • 阻止休眠、切换蓝牙、锁定屏幕和清空剪贴板
  • 一键释放系统缓存
  • 搜索并启动本机已安装应用,运行中的应用优先显示
  • 快速打开常见 AI 工具与开发工具的配置目录
  • 打开系统设置、下载目录、缓存目录和废纸篓
  • 隐藏桌面图标、查看或清空废纸篓
  • 支持登录时自动启动

界面预览

| 概览 | 应用 | | --- | --- | | | | | 配置 | 清理 | | | |

隐私

MacStatusDeck 不收集、不存储、不分析、也不上报任何用户数据。应用自身不发起网络请求,所有功能均在本机完成。详见 隐私条款

运行

使用 Xcode 26 或更高版本打开 MacToolbar.xcodeproj,选择 My Mac 运行。最低系统版本为 macOS 14。

  • 首次切换蓝牙时,macOS 可能请求蓝牙权限;无法直接切换时会打开系统蓝牙设置。
  • 内存清理需要管理员确认。
  • 清空废纸篓首次使用时,系统可能请求 Finder 自动化权限。

npm 安装

需要 macOS 14 或更高版本,以及 Node.js 18 或更高版本。请不要使用 sudo

当前可以直接从 GitHub 安装:

npm install -g github:Winter-Yang/MacStatusDeck

发布到 npm Registry 后可以使用:

npm install -g macstatusdeck

安装完成后,App 位于 ~/Applications/MacStatusDeck.app

macstatusdeck open

卸载:

macstatusdeck uninstall
npm uninstall -g macstatusdeck

安装包构建、npm 发布及 Homebrew Cask 配置请参阅 分发说明

致谢与开源参考

特别感谢 ggbond268/MacTools 及其贡献者。本项目在开发过程中参考了其优秀的菜单栏工具设计思路。

完整参考信息与许可证说明请参阅 THIRD_PARTY_NOTICES.md

License

本项目采用 Apache License 2.0 许可证。