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

@claudiolabs/claudin

v0.6.4

Published

Claudin — Claude Code opened to any LLM (OpenAI, Gemini, DeepSeek, Ollama, and 200+ models)

Readme

Claudin

A coding-agent CLI that works across multiple model providers — Anthropic, OpenAI, Gemini, Mistral, xAI Grok, GitHub Copilot, ChatGPT, Ollama, LM Studio, Bedrock, Vertex, Foundry, Azure, and 15+ OpenAI-compatible aggregators — with one consistent terminal workflow.

License


Install

npm install -g @claudiolabs/claudin@latest

Requires Node 20+. Works on Linux, macOS, and Windows.

Quick Start

claudin

On first run, Claudin opens the /provider wizard. Pick a preset, enter credentials, and start working — no environment variables required.

Providers

Configure from inside the REPL with /provider:

  • Anthropic — API key or OAuth
  • OpenAI — API key or any OpenAI-compatible base URL
  • OpenAI-compatible aggregators — OpenRouter, Together, Groq, DeepSeek, Moonshot / Kimi, Alibaba DashScope (CN + Intl / Qwen), MiniMax, NVIDIA NIM, Atomic Chat, Bankr, opencode Zen, opencode Go
  • Google — Gemini (API key, ADC, or OAuth)
  • Mistral — API key
  • ChatGPT — Codex OAuth
  • xAI — Grok (device-flow OAuth)
  • GitHub — Copilot (device flow)
  • Microsoft — Azure OpenAI
  • Local — Ollama, LM Studio
  • Cloud — AWS Bedrock, Google Vertex AI, Azure AI Foundry
  • Custom — any OpenAI-compatible endpoint

Run /provider doctor to check your active profile, or /provider migrate to import a legacy ~/.claude/ config.

Slash Commands

| Command | Description | |---|---| | /provider | Manage provider profiles and credentials | | /model | Change the active model | | /plan | Enter plan mode (explore before coding) | | /review | Code review | | /commit | Commit changes | | /mcp | Manage MCP servers | | /memory | View and manage project memory | | /hooks | Configure event hooks | | /usage / /cost | Token and cost tracking | | /config | Settings | | /resume | Resume a previous session | | /fast | Toggle fast mode | | /help | List all commands |

Features

  • Multi-provider — one CLI, every major model provider
  • Tools — file I/O, grep, glob, bash, web search/fetch, notebook editing
  • Sub-agents — spawn specialized agents in parallel
  • MCP — connect external tool servers (filesystem, databases, APIs)
  • Auto-memory — persistent per-project notes under ~/.claudin/projects/
  • gRPC headless — run claudin --grpc for programmatic access
  • VS Codeextension for launch integration and themes

Source Build

bun install && bun run build && node dist/cli.mjs

Other commands:

bun run dev              # build + run
bun run smoke            # build + version check
bun test                 # full test suite
bun run typecheck        # tsc --noEmit
bun run verify:privacy   # scan for phone-home patterns

Disclaimer

Claudin is an independent project and is not affiliated with, endorsed by, or sponsored by Anthropic. "Claude" and "Claude Code" are trademarks of Anthropic PBC.

License

See LICENSE. Free for personal and internal development use — redistribution and sale are not permitted.