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

@mewbleh/nori

v1.0.0

Published

Headless, multi-channel personal AI agent

Readme

Nori

Nori is a production-ready, headless personal AI agent with a CLI/TUI, authenticated protocol-v4 Gateway, 48 model transports, and Telegram, WhatsApp, Discord, Slack, Matrix, Mattermost, IRC, LINE, Feishu/Lark, and Google Chat channels. Nori ships no web UI.

npm install --global @mewbleh/nori
nori setup
nori doctor --production
nori gateway run

nori setup and nori onboard launch a keyboard-driven terminal wizard with provider authentication, live searchable model selection, custom model entry, channel selection, daemon choice, and review/cancel screens. For automation, use --non-interactive --provider <id> --model <provider/model>; that mode never prompts.

Run nori with no arguments or nori menu for the interactive terminal control center. It links terminal chat, searchable default-model selection, conversation browsing, approval and sender-pairing review, plugin management, guided cron creation, and managed Git worktrees. The same workflows are available as models select, sessions browse, approvals review, pairing review, plugins manage, cron create, and worktrees. Static list/get/action commands and --json remain prompt-free.

OpenAI supports API keys, browser OAuth, and Codex-compatible device login:

nori models auth login --provider openai --device-code

Telegram has a guided BotFather-token flow:

nori channels token telegram

It hides the pasted token, stores it in Nori's encrypted vault, and verifies the bot. Automation can save a reference without putting the value in shell history:

nori channels token telegram --token-env TELEGRAM_BOT_TOKEN
nori channels token telegram --token-file /run/secrets/telegram

Speech output supports OpenAI, OpenRouter, ElevenLabs, and Azure Speech. Transcription supports OpenAI, Groq, Deepgram, ElevenLabs, and SenseAudio. Remote MCP servers can use encrypted OAuth discovery, PKCE, token refresh, probes, and explicit tool filters.

nori mcp add docs --url https://mcp.example.com/mcp --auth oauth --no-probe
nori mcp login docs

State is private under ~/.nori, persisted credentials are AES-256-GCM encrypted, and consequential tools plus cross-chat messages are disabled by default and approval-gated after enablement. Back up the entire state directory, including its master key:

nori backup create --output ~/Backups --verify

The optional browser tool runs pinned Chromium in a separate, non-root Docker container. It is disabled until you allow at least one domain, install the browser image, and enable it:

nori browser domains add example.com
nori browser install --yes
nori browser enable

Browser actions require single-use approvals and produce private traces, screenshots, and redacted action journals. Run nori browser for its guided manager.

Nori targets documented OpenClaw v2026.7.1 CLI and Gateway compatibility within its declared provider and channel product scope. Version 1.0.0 is the stable production release for that scope and does not claim adapter-for-adapter OpenClaw parity. See the project, production runbook, and frozen compatibility ledger at https://github.com/mewbleh/nori.