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

@eminent337/aery

v0.1.71

Published

Aery — AI coding agent by Aryee

Downloads

6,494

Readme

🌐 eminent337.github.io — Landing page

Aery

AI coding agent for the terminal. Built by Aryee.

npm version npm downloads license GitHub stars

Aery is a powerful, extensible AI coding agent that lives in your terminal. It reads your codebase, edits files, runs commands, and manages git workflows through natural language — with automatic model failover across 300+ providers.

Install

npm install -g @eminent337/aery

Or from source:

git clone https://github.com/eminent337/aery && cd aery && ./install.sh

Quick Start

aery

Why Aery?

  • Multi-provider — works with NVIDIA, OpenRouter, Anthropic, OpenAI, Gemini, and 300+ more
  • Auto-router — automatically picks the best model for each task (simple vs complex)
  • Model failover — switches to next working model on rate limits or errors (402/429)
  • Free model support — works with free OpenRouter models, handles their limitations automatically
  • 27 extensions — agent teams, loop scheduler, session memory, health scoring, and more

Extensions

All features are implemented as extensions in ~/.aery/agent/extensions/. Add your own or modify existing ones without touching the core.

Configuration

~/.aery/agent/
├── settings.json    — theme, extensions, defaults
├── auth.json        — API keys
├── profiles.json    — provider profiles
├── models.json      — custom model definitions
└── AGENTS.md        — system prompt injected every session

Key Commands

/provider     — switch provider/model profile
/loop 1h ...  — schedule recurring agent task
/health       — run code quality checks
/checkpoint   — save/restore working state

License

MIT — see LICENSE