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

@kinoshitastudio/noa

v0.1.0

Published

Web terminal — access your Mac from anywhere via browser

Readme

Noa

A browser-based terminal for your Mac.
Access your files, run commands, and edit code — from any device on your local network.


What it is

Noa runs on your Mac as a local Node.js server and opens in any browser.
Inspired by Conductor by Charlie Holtz.

Three-column layout:

TERM  │  EDITOR  │  FILES + PREVIEW

| Pane | Description | |---|---| | TERM | Full xterm.js terminal with task history panel | | EDITOR | Monaco-based code editor with syntax highlighting | | FILES | Finder-style file tree with live edit highlights | | PREVIEW | In-panel browser for local servers |


Requirements

  • macOS (Apple Silicon or Intel)
  • Node.js 18+

Getting started

git clone https://github.com/kinoshitastudio/noa.git
cd noa
npm install
npm start

The browser opens automatically at http://localhost:2797.
A token is generated on first run and saved to .noa-env in the current directory.

To access from another device (iPhone, iPad, etc.) on the same Wi-Fi:

http://<your-mac-local-ip>:2797/?token=<your-token>

Find your Mac's local IP: System Settings → Wi-Fi → Details.


Token & security

Noa uses a random token to prevent unauthorized access.

.noa-env        ← generated automatically, keep this private
NOA_TOKEN=abc…

To set a custom token:

NOA_TOKEN=yourtoken npm start

Never expose port 2797 to the public internet without additional security measures.


Features

  • Terminal — xterm.js, full color support, resize-aware
  • Editor — Monaco with language detection, path display, save shortcut
  • File tree — Finder-style, lazy-loads folders, highlights active file in real time
  • Task history — command bubbles with running · done · error status dots (toggle with )
  • Git status — branch name and dirty-file count in the status bar
  • cd highlight — file tree auto-expands and scrolls when you cd into a directory
  • Voice input — microphone waveform visualization
  • Themes — dark · light · gameboy · op-1 (toggle with A in the header)
  • Sessions — multiple browser tabs connect simultaneously, each with its own PTY

Keyboard shortcuts

| Key | Action | |---|---| | ⌘S (in editor) | Save file | | button | Toggle task history panel | | A button | Cycle themes | | button | Collapse / expand terminal pane |


Roadmap

  • npx @kinoshitastudio/noa one-line launcher
  • SSH tunnel support for remote access
  • File upload / download via drag and drop

License

MIT — kinoshita studio