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

fbt-os

v0.1.0

Published

Local-first agent OS CLI: memory vault scaffold, harness/runtime detection, route-classification, and setup checks. v0 — zero deps, zero network calls.

Readme

fbt-os

v0 setup CLI for the FuckBigTech local-first agent OS. Zero deps. Zero network calls. Nothing leaves your machine.

⚠️ v0 scope. This CLI scaffolds a private local memory vault, detects which agent harnesses + runtimes + provider keys are present on your system, and runs deterministic setup checks. The full agent OS — autonomous meta-routing, prompt decomposition, cloud-burst, vault-aware harness plugins — is being built. Star the project / subscribe at fuckbigtech.ai for the v1 drop.

The npm package is fbt-os (npm's word filter blocks the full brand name). The installed binary keeps the brand: type fuckbigtech after install.

Install

npm install -g fbt-os

Requires Node 20+. Works on macOS, Linux, WSL.

Verify before running

fuckbigtech dry-run

Prints everything the CLI would do without doing it. No writes, no env reads, no shells.

Initialize a local memory vault

fuckbigtech init --with-memory

Scaffolds a private Markdown memory tree under ~/.fuckbigtech/memory/ (mode 0700, files 0600). The --with-memory flag is an explicit opt-in.

Run setup checks

fuckbigtech doctor          # detect harnesses, runtimes, provider key presence (boolean only — values never read)
fuckbigtech memory-test quick   # validate the local vault scaffold
fuckbigtech route-test demo     # exercise the v0 route classifier

Connect an existing vault

fuckbigtech connect /path/to/your/vault

Validates the path looks like an FBT-shaped memory tree before writing the config pointer.

What this CLI promises

  • No network calls. grep -rE 'fetch|http|https|net|dgram' bin/ returns zero hits.
  • No paid model calls. All routing decisions in v0 are deterministic and offline.
  • No key uploads. Provider env keys (OPENAI_API_KEY, ANTHROPIC_API_KEY, etc.) are tested for presence only with a boolean — the values are never read, logged, or written.
  • No shell mutation. Doesn't touch your .bashrc, .zshrc, PATH, or any system path. All writes are scoped to ~/.fuckbigtech/ (override via FBT_CONFIG_DIR and FBT_VAULT_PATH).
  • Permissive defaults. Vault dir is 0700, files 0600 — only your user can read.

What v0 doesn't do yet

  • Autonomous prompt routing across harnesses (Claude / Codex / OpenCode / Hermes).
  • Multi-part prompt decomposition.
  • Cloud-burst with git-worktree-based vault sync.
  • The oc meta-router with the Llama 3.3 70B routing model.

These ship in v1. For the canonical product spec see fuckbigtech.ai.

License

MIT. See LICENSE.