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

@miomioos/mio-agent

v0.3.17

Published

Mio Agent — background AI worker daemon for MioIsland. Bridges Claude Code sessions to the MioMioOS server.

Readme

mio-agent

Mio Agent — background daemon for MioIsland's Slock-like AI workspace (private use).

This is an internal package for the MioMioOS ecosystem. It runs on a developer machine, bridges Claude Code / Codex sessions to the MioMioOS server, and powers the agent inbox + action runtime consumed by MioIsland clients.

Internal package. Published for installation convenience only. No external support, no public API guarantees, no semver promises. If you are not on the MioMioOS team, this is not for you.

Run in terminal mode (no global install — npx-cached)

You do NOT need a global install or a downloaded GitHub binary to run the daemon in pure-terminal mode. npx fetches + caches the package and launches the bin:

# 1. Pair this machine with prod (https://mio.wdao.chat) via QR + phone approval:
npx @miomioos/mio-agent@latest login

# 2. Run the daemon in the foreground (terminal mode), Ctrl-C to stop:
npx @miomioos/mio-agent@latest start

npx caches the resolved version, so subsequent start invocations launch without re-downloading. The published tarball ships only the compiled JS runtime (~0.2 MB packed) — the 36 MB SEA release binaries are for the MioIsland-managed install path and are NOT included here.

  • terminal mode (start / run): the daemon runs in YOUR terminal/foreground; you own the process lifecycle. Good for dogfooding and headless boxes.
  • MioIsland-managed mode (install --background --version <semver>): a version-pinned LaunchAgent/systemd service managed by the MioIsland app, which fetches the signed SEA release artifact. See the runbook below.

Requires Node.js >= 20.

Install (global)

npm install -g @miomioos/mio-agent

Quick commands

mio-agent --help        # list available subcommands
mio-agent login         # pair this machine with the MioMioOS server
mio-agent doctor        # diagnose runtime / auth / gateway health
mio-agent install       # install the daemon as a launchd / systemd service
mio-agent run           # foreground run (debugging)

After mio-agent install, the daemon runs in the background and reconnects to the MioMioOS gateway automatically.

Lifecycle / runbook

See docs/daemon-install-runbook.md in the source repository for the full install / uninstall / upgrade / log-collection lifecycle, including the launchd plist layout, log paths, and rollback steps.

For incident playbooks, gateway recovery, and the version pinning policy, see the operations notes in MioServer admin.

License

UNLICENSED — internal use within MioMioOS only.