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

anointed-agent

v1.4.3

Published

Local-first personal AI agent CLI for Windows, macOS, and Linux

Readme

Anointed Agent

Anointed is a local-first personal AI agent for terminal workflows on Windows, macOS, and Linux. It runs real tools through a guarded registry: browser automation, filesystem operations, shell execution, persistent SQLite memory, optional Supabase sync, MCP adapters, gateways, and readiness-gated desktop-control adapters.

Install The CLI

Install from GitHub (recommended until the next npm registry publish — builds on install):

npm install -g github:AnointedDev/anointed-agent#v1.4.0
anointed --doctor
anointed --setup
anointed

Or from a local clone:

git clone https://github.com/AnointedDev/anointed-agent.git
cd anointed-agent
npm install
npm install -g .

Registry install (npm install -g anointed-agent@<version>) only works for versions actually published to npm — check with npm view anointed-agent versions. The website install command appears only after the exact version is verified in the registry, so ETARGET No matching version found means that version has not been published yet, not that your machine is misconfigured. Administrator PowerShell is not required for global installs with scoop/nvm-managed Node.

The CLI requires at least one configured LLM provider key. Use anointed --setup or your operating system environment/vault. Do not paste API keys into chat.

Runtime notes:

  • Node.js >=22.17.0 is required.
  • SQLite uses a compatibility runtime: better-sqlite3 is an optional accelerator when installable, and node:sqlite is the built-in fallback so global installs are not blocked by native SQLite builds.
  • Tool schemas use Zod 4 first-party JSON Schema conversion; no external converter package is required.

Useful Commands

anointed --doctor
anointed certify --json
anointed secrets doctor --json
anointed tool-smoke --json
anointed command-smoke

Inside the interactive CLI:

/tools --health
/sync status --json
/supabase auth/status
/gateway status
/secrets doctor --json
/runs
/inspect <run-id>
/insights
/compress
/platforms
/workers

Release Model

Anointed ships as one CLI package. Tagged CI builds, packs, globally installs, and smokes the same npm tarball on Windows, macOS, and Linux. The website displays a terminal install command only after the exact npm package version is verified in the registry.

Security Defaults

Anointed redacts secrets before persistence, keeps service-role Supabase keys out of client flows, requires approval for high-risk tools, and reports environment blockers honestly instead of claiming production readiness without evidence.