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

apricot-terminal

v0.4.0

Published

Ayudante local de Apricot HQ: corre tu Claude Code (tu suscripción) en tu Mac y lo conecta al Estudio por Supabase Realtime. `apricot-terminal install` para emparejar.

Readme

apricot-terminal

El ayudante local que conecta tu terminal (con tu Claude Code y tu suscripción) al box Terminal del Estudio de Apricot HQ — automático y en el deploy.

El navegador no puede correr claude por sí solo (pared de seguridad). Este ayudante corre en tu compu y se encuentra con el Estudio a través de Supabase Realtime (el punto de encuentro), así funciona aunque el Estudio sea el sitio deployado. Claude corre acá, en tu Mac; cero nube nuestra, cero costo de API.

Instalación (una vez)

npx apricot-terminal install

Te abre el navegador para autorizar esta compu (1 clic, reusa tu sesión del HQ) y deja el ayudante arrancando solo con tu Mac. Listo: abrís el Estudio → pestaña Terminal → escribís claude y trabajás; lo que arme aparece en el lienzo.

Comandos

  • apricot-terminal — corre el ayudante (relay). Si no está conectado, te lleva a autorizar primero.
  • apricot-terminal connect — solo (re)autorizar esta compu.
  • apricot-terminal install — autorizar + auto-arranque (LaunchAgent de macOS).
  • apricot-terminal uninstall — quitar el auto-arranque.
  • apricot-terminal --local — modo viejo ws://localhost (solo si abrís el Estudio en localhost; no anda contra el deploy).

Seguridad

El canal de encuentro se llama con un secreto de 256 bits por usuario (capability imposible de adivinar). Solo vos podés leerlo (RLS en la DB), y el ayudante lo recibe por loopback local al autorizar (nunca sale de tu compu). Vive en ~/.apricot/terminal.json (perms 600). Rotarlo (desde el HQ) invalida el emparejamiento al instante. Pasa por la infra de Supabase (tu backend), no por un server nuestro.

Notas

  • Solo anda con tu compu prendida (Claude corre ahí) y claude logueado.
  • Lag de tipeo ~100-150ms (los bytes pasan por la nube). Perfecto para hablarle a Claude y ver cómo trabaja.
  • Auto-arranque: macOS por ahora. En otros SO, corré apricot-terminal a mano.

Dev

npm install
npm test          # node --test (modo --local / server.mjs)
node cli.mjs      # arrancar el relay a mano