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

@victor00128/nexus-cli

v1.0.2

Published

NEXUS — un CLI de coding con IA, gratis. Traé tu propia API key de OpenRouter (gratis o de pago) y usá cualquier modelo.

Downloads

419

Readme

NEXUS

Un CLI de coding con IA — gratis y sin cuenta.

Traé tu propia API key de OpenRouter (modelos gratis o de pago) y programá desde la terminal con cualquier modelo. Como Claude Code, pero gratis y con tu key.

npm license platforms


Instalar

npm install -g @victor00128/nexus-cli

Trae un binario autocontenido: no necesitás instalar Node ni Bun aparte. npm baja automáticamente solo el binario de tu plataforma.

Plataformas soportadas: Windows (x64) · macOS (Intel y Apple Silicon) · Linux (x64 y ARM64).

Empezar

nexus
  1. La primera vez, escribí /key y pegá tu API key de OpenRouter (conseguí una gratis en https://openrouter.ai/keys).
  2. Elegí el modelo con /model (DeepSeek por defecto: razona fuerte y es barato).
  3. Escribí lo que querés hacer en lenguaje natural. NEXUS explora el repo, edita archivos y te muestra los cambios para que los apruebes.

Tu key queda solo en tu PC (~/.config/nexus). NEXUS no tiene servidor ni cuenta: hablás directo con OpenRouter con tu propia key.

Comandos útiles

| Comando | Qué hace | |---|---| | /key | Pegá, mirá o borrá tu API key de OpenRouter | | /model | Elegí el modelo de IA | | /undo | Revertí las ediciones del último turno del agente | | /bg | Ver y administrar procesos en background | | /help | Ayuda y atajos de teclado |

Qué trae

  • 🆓 Gratis y sin cuenta — tu key vive solo en tu máquina.
  • 🧠 Cualquier modelo de OpenRouter, gratis o de pago (DeepSeek, Llama, Qwen, GPT, Claude…).
  • 🔁 Multi-agente — explora, edita y revisa el código en pasos.
  • Chequeo de errores incorporado — corre el compilador/typechecker sobre lo que edita (TypeScript/JavaScript nativo; Python, Go y Rust con tu toolchain) y corrige antes de terminar.
  • 🪝 Hooks deterministas, 🌐 búsqueda web sin key, ⏪ undo, 🛡️ permisos y sandbox para las acciones sensibles.

Requisitos

  • Una API key de OpenRouter (el registro y muchos modelos son gratis).
  • Nada más: el binario incluye todo lo necesario para correr.

Licencia

Apache-2.0. NEXUS deriva de un proyecto open-source bajo la misma licencia; ver NOTICE.