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

@omg-dev/cli

v0.5.1

Published

Install and manage the local omg.dev agent control plane.

Readme

@omg-dev/cli

Install and manage the local omg.dev agent control plane.

This package is the control-plane bootstrapper published from BennyKok/omg.dev. The same omg binary also starts the hosted create / deploy flow.

Versions 0.4.x on this name were published from BennyKok/vibes. This line starts at 0.5.0 so npm install --global @omg-dev/cli resolves to the current product. 0.5.1+ restores create / deploy / login on this binary.

Install

bun install --global @omg-dev/cli && omg computer setup

Then open http://localhost:8766.

The same install without npm:

curl -fsSL https://raw.githubusercontent.com/BennyKok/omg.dev/main/scripts/setup.sh | bash

You bring your own agent accounts. omg.dev does not resell tokens.

lfg remains a compatibility alias for the installed control plane.

Commands

| Command | Does | | --- | --- | | omg computer setup [--reinstall] | Install the local control plane. No account needed. | | omg computer update | Update an existing install. | | omg computer uninstall [--purge --yes] | Remove the install. Keeps data unless purged. | | omg computer status | Show this machine's install. | | omg serve | After setup, run the web UI (forwarded to the install). | | omg create <name> | Create an app (hosted *.omgs.app). | | omg deploy | Publish the current directory. | | omg login | Sign in for create / deploy. |

Any other verb the install owns (mcp, doctor, agents, …) is forwarded to it. create / deploy / login start the last published hosted app CLI (@omg-dev/[email protected]) under this same omg. They do not install a second command.

Versioning

This package is versioned independently of the control-plane runtime. The runtime stays on the repository tag (v0.2.x today). The CLI must publish above 0.4.42 to become latest on npm.