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

@proxysoul/soulforge

v2.20.25

Published

Graph-powered code intelligence — multi-agent coding with codebase-aware AI

Downloads

1,129

Readme

Empryo

previously SoulForge

Graph-powered code intelligence — multi-agent coding with codebase-aware AI.

Website · Download · Changelog · Discussions · Discord


SoulForge is now Empryo — the same symbol-level, graph-powered agent, rebuilt with a desktop app, a faster engine, and a composable core. Development continues on Empryo; this repository is its home for issues and discussions.

What is Empryo?

Empryo understands your codebase as a graph, not a pile of text. It parses your repo with tree-sitter, ranks symbols with PageRank and git co-change, and edits code at the symbol level — so it reads what matters and changes exactly what it means to.

It runs in a fast terminal UI, a native desktop app, and a scriptable headless mode. Free to use — bring your own provider key, or run fully local with Ollama. Your code never leaves your machine.

| | | |---|---| | Live code graph | tree-sitter parse, PageRank + git co-change, blast-radius tags, FTS5 + trigram search | | Symbol-level editing | AST edits via ts-morph (65+ ops, atomic batches) + structural edits across 30+ languages | | Multi-agent | parallel explore/edit agents with a shared I/O cache | | Task router | route each slot to a different model per tab — cheap to explore, strong to code | | Time machine | every prompt is a checkpoint with a git tag; rewind and redo conversation and files | | 22 providers | Anthropic, OpenAI, Google, Groq, DeepSeek, Bedrock, Ollama, LM Studio … + any OpenAI-compatible | | Desktop app | native window, embedded browser, and the full agent | | LSP + MCP | 576+ language servers via Mason, any MCP server, 13 lifecycle hooks |

Runs on macOS, Linux, and Windows.

Install

# macOS / Linux
curl -fsSL https://empryo.com/install.sh | bash

# Windows (PowerShell)
irm https://empryo.com/install.ps1 | iex
brew install proxysoul/tap/empryo
winget install ProxySoul.Empryo

Desktop app and prebuilt binaries: empryo.com/download.

empryo --set-key anthropic sk-ant-...   # or run local with Ollama, no key
cd your-project
empryo

Benchmarks

Same models, same repo, same tasks — Empryo's graph does more with less.

| | Empryo | Pi | |---|:---:|:---:| | Bugs fixed | 8 / 9 | 7 / 9 | | Cost | $1.13 | $1.58 | | Wall-clock | 4m 16s | 10m 0s | | Input tokens | 1.09M | 6.21M |

Empryo navigates by symbols and call hierarchies instead of grep-and-read, so it takes fewer steps and burns fewer tokens. Full methodology and transcripts: empryo.com/benchmarks · reproduce it at proxysoul/pi-vs-empryo-bench.

SoulForge

SoulForge remains available to download and install, and we'll keep fixing bugs and critical issues. New features and active development move to Empryo.

brew tap proxysoul/tap && brew install soulforge
# or
bun install -g @proxysoul/soulforge

This repository

  • Issues and Discussions — the home for Empryo bug reports, questions, and ideas.
  • The SoulForge source stays archived here under its existing license (see LICENSE).

Sponsors

One API, 200+ models, up to 30% off frontier. Wired in as the llmgateway provider.

Sponsor · PayPal · All backers