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

@indoulia/ferret

v2.0.0

Published

Ferret — local-first code & document search with an MCP server for AI agents.

Readme

@indoulia/ferret

Install Ferret via npm. This package downloads the official, checksum-verified Ferret binary for your platform from GitHub Releases — it does not bundle or build anything.

Install

npm install -g @indoulia/ferret
ferret --version

Upgrade

npm update -g @indoulia/ferret

Uninstall

npm uninstall -g @indoulia/ferret

Removes only the Ferret binary. Your .ferret workspaces, indexes, and configuration are left untouched.

Where the binary is installed

  • Windows: %LOCALAPPDATA%\Programs\Ferret
  • macOS: ~/Library/Application Support/Ferret
  • Linux: ~/.local/share/ferret

Failure recovery

  • Checksum mismatch / corrupted download: rerun npm install -g @indoulia/ferret. The installer is atomic — a failed install never overwrites a working one.
  • "Ferret binary not found": the postinstall did not complete; rerun the install command.
  • Unsupported platform: supported targets are Windows x64, Linux x64, macOS arm64, and macOS x64.
  • macOS Gatekeeper prompt: macOS builds are currently unsigned; allow the binary in System Settings → Privacy & Security.
  • Behind a firewall / no GitHub access: point the installer at a mirror with FERRET_DIST_RELEASE_ENDPOINT=<base-url> (and optionally FERRET_DIST_OWNER / FERRET_DIST_REPO).

Configuration (advanced)

| Env var | Default | Purpose | | ------------------------------ | ---------- | ------------------------------------------- | | FERRET_DIST_OWNER | indoulia | GitHub owner | | FERRET_DIST_REPO | Ferret | Repository name | | FERRET_DIST_RELEASE_ENDPOINT | (unset) | Custom release base URL (enterprise mirror) |