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

@nilux-ai/code

v1.0.22

Published

An AI engineer that lives in your terminal — reads, writes, runs, and remembers across sessions.

Downloads

2,047

Readme

Nilux AI

An AI engineer that lives in your terminal. Nilux reads, writes, runs, and remembers — across sessions — so you can stay on the command line and let it do the work.

npm install -g @nilux-ai/code
nilux

Requires Node.js 18 or newer. Works on macOS, Linux, and Windows.

What it does

Describe a task in plain language. Nilux finds the relevant files itself, proposes a change, shows you the diff, and applies it once you approve. It runs commands, reads their output, and keeps going — the same loop you would run by hand, without the typing.

  • Works across the whole project. It searches and reads before it edits, so a rename reaches every call site rather than the one file you had open.
  • Asks before it acts. Every file edit and every command is shown first. Four approval modes, from confirm-everything to hands-free — Shift+Tab cycles between them mid-session.
  • Remembers your project. Conventions, decisions and the shape of the codebase survive between sessions, so you stop re-explaining the same context every morning.
  • Delegates. For wide work it spawns subagents that explore in their own context and report back, instead of filling yours with search results.
  • Connects to your tools. Any Model Context Protocol server — databases, APIs, cloud consoles — becomes available inside the session from one config entry.

What it costs

Pay only for the tokens you use. No seat, no subscription, no minimum.

| Model | Input | Output | Context | |-------|-------|--------|---------| | Nilux Standard | $0.33 / 1M tokens | $0.99 / 1M tokens | 1M | | Nilux Pro | $0.99 / 1M tokens | $2.97 / 1M tokens | 1M |

Repeated context is billed at a small fraction of the input rate, which is most of a long coding session. During provider peak hours (01:00–04:00 and 06:00–10:00 UTC) usage is billed at 2× the listed rates. Check your balance any time with /balance, or see the live rates and a cost calculator at nilux.dev/pricing.

Handy commands

| Command | What it does | |---------|--------------| | /resume | Continue an earlier conversation | | /rewind | Roll back to an earlier point in the session | | /compact | Summarise a long conversation to keep it fast and cheap | | /model | Switch between Standard and Pro mid-session | | /mcp | Manage Model Context Protocol servers | | /skills | List reusable prompts available as slash commands | | /init | Generate a nilux.md with project context for the team | | /balance | Show your remaining balance | | /help | List everything |

Learn more

  • Website: https://nilux.dev
  • Docs: https://nilux.dev/docs
  • Quickstart: https://nilux.dev/docs/quickstart
  • Changelog: https://nilux.dev/changelog

License

Apache-2.0.