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

notoken

v1.8.1

Published

Token-free terminal assistant — NLP-based server operations CLI

Readme

notoken

A token-free terminal assistant that installs, repairs, maintains, and operates your system — even when cloud LLMs are unavailable.

When the fancy AI is unavailable, this still gets useful work done.

notoken> check disk space
✔ server.check_disk...
── Analysis ──
  ⚠ CRITICAL: /mnt/c is 99% full (6.1G free)
  ✓ Root filesystem healthy (4% used)

notoken> install claude
Installing Claude Code CLI...
✓ Claude Code CLI installed (2.1.90)

notoken> the server seems sluggish
Plan:
  1. Check server uptime and load averages
  2. Check memory usage
  3. Check disk space
  4. Find resource hogs

Install

npm install -g notoken
notoken

What It Does

Type server operations in plain English. 119 built-in intents — no tokens needed.

| Category | Commands | |----------|---------| | Services | restart, start, stop, enable, disable | | System | hostname, memory, disk, load, processes | | Docker | containers, compose up/down/build, cleanup, prune | | Git | status, log, diff, pull, push, branch, commit | | Files | find, grep, list, read, copy, move, archives | | Network | curl, dig, whois, ping, traceroute, ports | | Security | ufw, fail2ban, iptables, SSH keys, SSL certs | | Database | pg_dump, mysqldump, redis-cli | | Packages | install, uninstall, check |

Commands

notoken                          # Interactive mode (default)
notoken doctor                   # Diagnose + auto-fix system issues
notoken install <tool>           # Install claude, openclaw, ollama, docker...
notoken uninstall <tool>         # Clean removal
notoken setup openclaw           # Guided OpenClaw + Matrix setup
notoken setup dev                # Set up dev environment
notoken fix npm                  # Fix broken npm/git/docker/permissions
notoken check                    # Integration health check
notoken update                   # Check for updates and install
notoken logs <service>           # Tail service logs
notoken "any natural language"   # One-shot NLP command

Two Modes

Mode A — Offline (no LLM required) Handles installs, diagnostics, maintenance, service ops, log inspection, repair flows, and 9 built-in playbooks. Works without internet.

Mode B — Enhanced (optional LLM) If Claude CLI, OpenAI, or Ollama is available, handles ambiguous phrasing, multi-step troubleshooting plans, and adaptive rules that improve over time.

# Enable adaptive rules
NOTOKEN_LLM_CLI=claude notoken --adapt

# Or use local Ollama (auto-detected, zero config)
ollama serve &
notoken

Interactive Features

notoken> restart nginx on prod
notoken> do it again              # repeats last command
notoken> same but on staging      # changes environment
notoken> :adapt                   # toggle adaptive rules
notoken> :improve                 # run rule improvement now
notoken> :update                  # check for updates
notoken> :play health-check prod  # run a playbook
notoken> :context                 # what the CLI remembers
notoken> :explain                 # toggle explain mode

Environment Variables

NOTOKEN_LLM_CLI=claude           # Claude CLI for LLM features
NOTOKEN_LLM_ENDPOINT=...         # API endpoint (Claude/OpenAI)
NOTOKEN_LLM_API_KEY=...          # API key
NOTOKEN_HOME=~/.notoken          # Data directory (default: ~/.notoken)

Support & Consulting

Need help with setup, custom workflows, or team onboarding?

  • Environment setup — full dev/server machine configuration
  • Custom automation — tailored playbooks and intent packs for your stack
  • Team onboarding — standardized environments and training
  • Troubleshooting — broken environment recovery, performance investigation

Contact: [email protected] | notoken.sh/consulting

Links

License

MIT