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

9remote

v0.1.64

Published

Remote terminal access from anywhere

Readme

9remote

Your Mac/Linux terminal in your pocket — anywhere, instantly

npm version License npm downloads

🌐 Web App📖 Docs🚀 Get Started


Why 9remote?

  • SSH is a hassle — need to open firewall, configure port forwarding, manage keys
  • VPN is overkill — too complex to set up just to check a terminal
  • ngrok / tunnels expire — lose connection, have to restart everything

9remote solves it:

  • One commandnpx 9remote, scan QR, done
  • Auto tunnel — Cloudflare tunnel starts automatically, no port forwarding
  • Works on phone — full terminal from your browser, under 50ms latency
  • Remote Desktop — view and control your screen, mouse & keyboard
  • Persistent sessions — PTY daemon survives server restarts

⚡ Quick Start

npx 9remote

Scan the QR code on your phone → you're in.

Or install globally:

npm install -g 9remote
9remote

Ready in 30 seconds. No config needed.


✨ Features

  • 🖥️ Remote Terminal — Full PTY shell, always on, persistent across reconnects
  • 🖱️ Remote Desktop — Live screen streaming via WebRTC + mouse/keyboard control
  • 📁 File Explorer — Browse, upload, download files from your browser
  • 📱 QR Login — One-time key (30 min) for quick mobile access
  • 🔒 E2E Secure — All traffic through Cloudflare tunnel, no open ports
  • 🔄 Auto Restart — Server + tunnel auto-recover on crash

📖 CLI Commands

| Command | Description | |---|---| | 9remote | TUI mode — interactive menu with QR | | 9remote ui | Web UI mode — open browser dashboard | | 9remote start | Auto start server + tunnel (headless) |


  1. Start9remote spawns a local server on port 2208
  2. Tunnel — A Cloudflare Quick Tunnel is created automatically (no account needed)
  3. QR — A one-time login link is generated and shown as QR code
  4. Connect — Scan from your phone → authenticated session via 9remote.cc
  5. Transport — Terminal uses WebSocket; Remote Desktop uses WebRTC DataChannel for low latency
  • Screen streaming via WebRTC (adaptive: 60ms active / 400ms idle)
  • Tile-based diff rendering — only changed regions are sent
  • Mouse & keyboard control via robotjs
  • Requires macOS permissions: Screen Recording + Accessibility

Enable from TUI menu: Remote Desktop → Toggle ON

  • Permanent Key — stored locally, tied to your machine ID
  • One-Time Key — 30-minute temporary key for quick phone access
  • Keys are never stored on our servers after session ends
  • Regenerate your key anytime from the TUI menu

🛠️ Built With


📝 License

MIT © 9remote