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

vexp-cli

v2.0.12

Published

Vexp — Context Engine for AI Coding Agents. Pre-indexes your codebase into a dependency graph and delivers ranked context to any MCP-compatible agent. 58% lower cost per task, 90% fewer tool calls (SWE-bench Verified). Works with Claude Code, Cursor, Copi

Readme

vexp — Context Engine for AI Coding Agents

58% Less Cost. 90% Fewer Tool Calls. 100% On Your Machine.

vexp is a local-first context engine that gives AI coding agents the right code context — automatically. One install, and every agent gets smarter answers with fewer tokens.

Works with 14+ AI coding agents and 30 programming languages out of the box.

SWE-bench Verified: 73% pass@1 at $0.67/task

Why vexp?

AI coding agents waste more than half their budget exploring codebases before writing a single line of code — 23 tool calls on average just to orient themselves. vexp pre-indexes your project into a dependency graph and delivers only the code that matters, ranked by relevance.

  • 23 tool calls → 2 — the agent stops guessing and starts coding
  • $0.78 → $0.33 per task — measured on SWE-bench Verified
  • 117s → 74s per task — less context to process = faster answers
  • Local-first — your code never leaves your machine
  • Zero config — auto-detects your agents and configures MCP
  • Universal — works with any agent that supports MCP or custom rules
  • Optional local AI — unlock +30% extra savings with vexp-devmind, a ~3.5 GB model that runs 100% on your machine. GPU-accelerated on NVIDIA (CUDA) and Apple Silicon (Metal). Opt in with one command.

Supported AI Coding Agents

| Agent | Auto-Configured | |-------|:-:| | Claude Code | ✓ | | Cursor | ✓ | | Windsurf | ✓ | | GitHub Copilot | ✓ | | Continue.dev | ✓ | | Augment | ✓ | | Zed | ✓ | | Codex (OpenAI) | ✓ | | Cline | ✓ | | Aider | ✓ | | Kilo Code | ✓ | | Kiro | ✓ | | Antigravity | ✓ | | Opencode | ✓ |

Your agents don't compete with each other — they all share the same context layer.

Supported Languages (30)

TypeScript, JavaScript, Python, Go, Rust, Java, C#, C, C++, Ruby, Kotlin, Scala, Swift, Dart, Elixir, Haskell, OCaml, Lua, R, PHP, Zig, HCL/Terraform, Objective-C, Bash/Shell, Dockerfile, Clojure, F#, SQL, HTML/CSS, YAML/JSON

Quick Start

npm install -g vexp-cli
vexp

That's it. The interactive CLI guides you through setup, indexing, and agent configuration.

What You Get

  • Semantic + graph-ranked context — finds the right symbols even when keywords don't match
  • Intent detection in 15 languages — English, Italian, French, German, Spanish, Portuguese, Russian, Chinese, Japanese, Korean, Arabic, Hindi, Turkish, Dutch, Polish
  • Cross-session memory — your agent picks up exactly where it left off, even days later
  • Stale-knowledge alerts — when code changes, outdated memory is automatically flagged
  • Pattern & anti-pattern detection — recurring changes surface as guidelines; dead-end explorations get flagged early
  • Change awareness — files frequently modified together are automatically linked
  • Security filter.env, credentials, and SSH keys are excluded automatically

Platforms

Native binaries — no runtime dependencies:

| Platform | Architecture | GPU Acceleration | |----------|:-:|:-:| | Linux | x64, ARM64 | CUDA (NVIDIA) | | macOS | x64, ARM64 (Apple Silicon) | Metal (built-in) | | Windows | x64 | CUDA (NVIDIA) |

GPU acceleration applies to the optional local AI layer. Vexp's core context engine runs on any modern CPU.

VS Code Extension

For the best experience, install the vexp VS Code extension — it manages the daemon automatically and adds a sidebar dashboard with token savings tracking.

Local AI — Optional +30% Savings

Turn on vexp-devmind — a code-specialised AI model that runs entirely on your machine — for an extra +30% token savings on top of the baseline.

  • 100% local — the model never calls out. Your code stays on your hardware.
  • GPU-accelerated — Metal on Apple Silicon, CUDA on NVIDIA. Auto-detected.
  • One-command install — ~3.5 GB one-time download. Minimum 6 GB RAM.
  • Always up to date--check-updates compares your local version to the published release without downloading anything.

Sharper context ranking, higher-quality session memory, smarter prompt preprocessing. All without sending a single byte to any server.

vexp setup-llm --install        # ~3.5 GB one-time download
vexp setup-llm --check-updates  # no-op if already up to date
vexp setup-llm --status         # show current config + hardware
vexp setup-llm --disable        # turn it off any time

Links

License

MIT