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

agdi

v2026.5.9

Published

Agdi AI agent runtime with extensible messaging, gateway, and tool integrations

Readme

Agdi

Agdi is an open-source agent workspace for running assistants, automations, connected chat apps, and real tool execution on your own machine or private host.

Install

Native installers:

  • Windows: download the latest agdi-windows.exe release artifact
  • macOS: download the latest agdi-macos release artifact
  • Linux: download the latest agdi-linux release artifact

npm:

npm install -g agdi

After install:

agdi onboard

Workspace quick start

Start the local runtime:

agdi gateway

Open the workspace:

agdi dashboard

Canonical workspace auth env vars:

  • AGDI_GATEWAY_TOKEN
  • AGDI_GATEWAY_PASSWORD
  • AGDI_PROFILE

Legacy OPENCLAW_* daemon env vars are still accepted as compatibility fallbacks, but Agdi-native names are the recommended public surface.

What Agdi provides

  • Local runtime with WebSocket control, HTTP APIs, and a workspace UI
  • Connections across built-in and plugin chat apps
  • Local and remote node execution
  • Tooling for shell, files, web, and automation workflows
  • Profile-aware daemon/service installs on macOS, Linux/WSL, and Windows task surfaces

Docs

  • Getting started: https://docs.agdi.ai/start/getting-started
  • Onboarding: https://docs.agdi.ai/start/wizard
  • Runtime runbook: https://docs.agdi.ai/gateway
  • Workspace UI: https://docs.agdi.ai/web/dashboard
  • Remote access: https://docs.agdi.ai/gateway/remote
  • Configuration: https://docs.agdi.ai/gateway/configuration

Run from source

Prerequisites:

  • Node.js 22+
  • pnpm

Setup:

git clone https://github.com/anassagd432/Agdi.git
cd Agdi
pnpm install
pnpm build
pnpm dev

Development checks

pnpm check      # lint, format, branding, boundary checks
pnpm test       # unit, gateway, channel, and extension tests
pnpm build      # tsdown bundle + postbuild

CI runs automatically via GitHub Actions on push/PR to main; it includes lint, type-check, unit tests across Linux and Windows, build smoke tests, and docs validation.

License

MIT