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

jinn-cli

v0.25.0

Published

Lightweight AI gateway daemon orchestrating Claude Code, Codex, Grok, and Antigravity CLI

Readme

🧞 Jinn

A lightweight AI gateway daemon that orchestrates professional AI coding CLIs — Claude Code, Codex, Grok, and Antigravity — behind one unified process. Jinn is a bus, not a brain.

npm version license: MIT node

What is Jinn?

Jinn is an open-source AI gateway that wraps battle-tested AI coding CLIs — Claude Code, Codex, Grok, and Antigravity — behind a single daemon. It routes tasks to the right engine, runs a hierarchical org of AI "employees", schedules background work with cron, talks to your tools through connectors, and ships a full web dashboard and voice mode — all on top of the official CLIs you already trust.

Jinn is a bus, not a brain. Most AI agent frameworks reinvent the wheel — custom tool-calling loops, brittle context management, hand-rolled retries — and bill you per token on top. Jinn instead delegates to the professional CLIs and adds only what they're missing: routing, an org system, scheduling, connectors, and a UI.

🔑 Works with your Claude Max subscription

Because Jinn drives the official Claude Code CLI under the hood, it works with the flat-rate Anthropic Max subscription — no per-token API billing, no surprise invoices. Third-party agent frameworks were banned from using Max OAuth tokens in January 2026; since Jinn delegates to Anthropic's first-party CLI, it stays fully supported.

🚀 Quick start

Install at least one engine CLI first:

  • Claude Codenpm install -g @anthropic-ai/claude-code
  • Codex (optional) — npm install -g @openai/codex

Then:

npm install -g jinn-cli
jinn setup     # interactive first-run setup (name your portal, pick your engine)
jinn start     # start the gateway daemon + web dashboard

Or via Homebrew:

brew install jinn
jinn setup && jinn start

Sign in to your engines once before jinn start — run claude and use /login (and codex if installed).

✨ Features

  • Multi-engine — Claude Code, Codex, Grok, and Antigravity behind one API; switch engine and model per task or per employee.
  • AI org system — hierarchical "employees" with personas, ranks, and departments. Delegate work down the tree; results flow back up through a COO.
  • Cron & background jobs — schedule recurring agent work and long-running tasks; review the output before it reaches you.
  • Connectors — Slack and more, so your agents can message, report, and act.
  • Web dashboard + voice — chat UI, live org chart, kanban board, logs, usage limits, and a hands-free talk mode.
  • Skills — reusable Markdown playbooks your agents follow step by step.
  • Subscription-friendly — every Claude turn runs through the real interactive CLI inside a PTY, so your Max plan keeps working instead of silently draining API credits.

📚 Documentation

Full documentation, architecture notes, and roadmap live in the repository:

→ https://github.com/hristo2612/jinn

License

MIT