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

@sriinnu/runic

v2.0.0

Published

AI usage monitoring for your Mac menubar. Track usage, costs, and quotas across 26 AI providers.

Downloads

255

Readme

Runic

AI usage monitoring for your Mac menubar.

Track usage, costs, and quotas across 26 AI providers in real time.

macOS 14+ Swift 6.2 License MIT


What it does

Runic sits in your menubar and shows how much of your AI subscription you've used, what it's costing, and when your limits reset. One click gives you charts, breakdowns, and forecasts across all your providers.

Supported Providers

| | | | |---|---|---| | Claude (1M ctx) | Codex (400K ctx) | Cursor (128K ctx) | | Gemini (1M ctx) | Copilot (128K ctx) | z.ai (205K ctx) | | OpenRouter | Groq (128K ctx) | DeepSeek (64K ctx) | | Fireworks (128K ctx) | Mistral (128K ctx) | Perplexity (128K ctx) | | Kimi (128K ctx) | Together (128K ctx) | Cohere (128K ctx) | | xAI (128K ctx) | Cerebras (128K ctx) | SambaNova (128K ctx) | | Azure OpenAI | Bedrock | Vertex AI | | Qwen (128K ctx) | MiniMax | Auggie | | Antigravity | Factory (Droid) | |

Context windows are configurable via Resources/provider-context-windows.json.

Features

Overview dashboard

  • All providers at a glance with brand icons and progress bars
  • Activity ring showing average usage across providers
  • Context window, reset countdown, and usage window per provider
  • Combined 7-day stacked bar chart

Per-provider view

  • Hero stat with provider icon, today's token count and cost
  • Inline line chart with 1h / 6h / 1d / 7d / 30d range picker
  • Glassmorphism stat cards (Peak Hour, This Week) with sparklines
  • Usage progress bars with sheen animation and glow effects
  • Live "Updated Xs ago" timestamp

Charts (submenus)

  • Usage timeline (area + line, Catmull-Rom interpolated)
  • Today by hour (24-bar chart with peak highlight)
  • Last 7 days (weekly bar chart)
  • Subscription utilization (Daily / Weekly / Monthly)
  • Usage window comparison (dual-line session vs weekly)
  • Model breakdown (donut chart)
  • Project breakdown (horizontal bar chart)

Analytics

  • Token usage tracking (input, output, cache)
  • Cost estimation with per-model pricing
  • Spend forecasting with budget breach detection
  • Project and model attribution
  • Anomaly detection

Export & Notifications

  • Export as CSV or JSON
  • Budget breach alerts via macOS notifications
  • macOS widgets (usage, history, compact, switcher)
  • CLI tool (RunicCLI)

Design

  • Dark / Light / System theme
  • Liquid UI with glass materials and animated progress bars
  • Staggered entrance animations and glass shimmer effects
  • Custom font system — 7 bundled families (Fira Code, JetBrains Mono, IBM Plex Mono, Space Mono, Inconsolata, Caveat, SF Pro/Mono) with live switching
  • Drop-in font extensibility — add TTF/OTF to Resources/Fonts, rebuild, auto-discovered
  • Design tokens for typography, colors, spacing, corner radius, animation
  • VoiceOver accessible
  • Sparkle auto-updates

Install

Download the latest release from GitHub Releases, unzip, and drag Runic.app to Applications. Signed and notarized — no Gatekeeper warnings.

Or build from source:

git clone https://github.com/sriinnu/Runic.git
cd Runic
./Scripts/compile_and_run.sh

Configure

Open Preferences from the menubar. Each provider has its own settings:

  • API-based (Groq, Mistral, z.ai, etc.): Paste your API key — provider auto-enables
  • CLI-based (Claude, Codex): Detected automatically from local CLI
  • Cloud (Bedrock, Vertex AI): Set environment variables

All tokens stored in macOS Keychain with no password prompts.

Privacy

Zero telemetry. No analytics. No crash reporting. All data stays on your Mac.

Roadmap

  • Windows desktop app
  • Web app

License

MIT. See LICENSE.


Built by Srinivas Pendela