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

@xneog/cli

v0.8.0

Published

xNeog CLI — cliente de terminal do xneog-agentd (sessões agentic multi-engine: Claude, Grok em jaula, Claude API)

Readme

xneog

Your coding agent lives in a daemon — not in your terminal window.

xneog is the terminal client for xneog-agentd, a session daemon for agentic coding. Start a session in your terminal, close the laptop, and keep driving the same session from the xNeog iOS app — approvals arrive as push notifications on your phone, with full diffs.

$ cd ~/my-project
$ xneog

Install

curl -fsSL https://cli.xneog.com/install.sh | sh

or, with Node.js ≥ 20 already installed:

npm install -g github:gomes007-alt/xneog-cli

Why another CLI?

| | claude / kimi / grok | xneog | |---|---|---| | Session lives in | the terminal process | a daemon on your Mac | | Close the terminal | session dies or detaches | session keeps running | | Drive from phone | mirror/remote view | same session, same protocol, native app | | Tool approval | in the terminal | terminal or push notification with diff | | Engines | one vendor | Claude (first-party) · Grok (sandboxed) · Claude API (metered) | | Untrusted engines | — | Seatbelt jail: engine sees only its workspace |

Quickstart

xneog login            # point the CLI at your xneog-agentd (BYOK, macOS Keychain supported)
xneog                  # resume (or start) a session in the current directory
xneog ls               # list sessions — AI titles, engines, pending approvals
xneog new . --engine grok            # sandboxed Grok session (Seatbelt jail)
xneog new . --profile edit           # edits auto-approved, Bash still asks
xneog import <claude-session-id>     # migrate an existing Claude Code session

Inside a session: / shows the command menu · """ opens a multiline block · y/n/a/e answers approval requests (with colored diffs) · /tasks shows subagents & workflows with per-phase progress · /q detaches (session keeps living).

Permission profiles

  • safe (default) — every side effect asks for approval
  • edit — file edits go through, shell commands still ask
  • auto — the daemon approves everything itself, per session, with a full audit trail (by:"auto"); revocable live with /mode default
  • a global bypass flag still does not exist, on purpose — the queue always runs server-side, even in auto.

Architecture

terminal (xneog)  ──┐
iOS / macOS app   ──┼──►  xneog-agentd  ──►  engines: claude · grok (jailed) · api
future clients    ──┘     sessions · approvals · SSE replay · transcripts

The protocol is documented in PROTOCOL.md — curated events, replay cursors, approval queue, engine registry. Any client that speaks it sees the same sessions.

Status

Beta. The CLI (this repo) is MIT-licensed. The daemon (xneog-agentd) is in closed beta — self-host access and hosted gateway keys (metered tiers) are rolling out. Get in touch: xneog.com

License

MIT © xNeog