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

tracker-bridge

v1.5.0

Published

Tracker Bridge — local save finder for The Tower Run Tracker (emulator, USB, Mac)

Readme

tracker-bridge

Tracker Bridge is a tiny localhost HTTP + WebSocket helper so the published Tower Run Tracker website can find and read playerInfo.dat on your computer (emulator, USB phone, or Mac App Store install).

It only reads your save file — it does not modify the game or inject code.

Usage

npx tracker-bridge

On first run the terminal walks you through setup:

  1. Trust intro and npm source links
  2. Self-update check — if a newer Tracker Bridge is published it offers to update before continuing
  3. Automatic adb discovery or platform-tools install
  4. Optional OS startup registration
  5. Optional background mode (safe to close the terminal)

Optional flags

npx tracker-bridge --daemon        # Run in background
npx tracker-bridge --boot          # Register OS login startup
npx tracker-bridge --no-boot       # Skip startup prompts
npx tracker-bridge --remove-boot   # Remove OS startup entry
npx tracker-bridge --install-path  # Add adb to user PATH
npx tracker-bridge --no-update     # Skip the newer-version check
npx tracker-bridge --help

Platform notes

  • Windows USB: Uses host adb in the bridge terminal. Autoplay can cause reconnect loops — set your phone to Take no action in Autoplay settings.
  • macOS: Mac save scan checks the App Store bundle-id container, non-App-Store (random-UUID) sandbox containers, and non-sandboxed / Steam-style installs under ~/Library/Application Support, then runs a bounded case-insensitive search under those roots. macOS hides ~/Library in Finder — see the on-site import guide for how to reveal it (Go to Folder with ⇧⌘G, or the Go menu with Option held).
  • Linux: Emulator connect tries adb first, then common on-disk save paths for Waydroid/Anbox installs.
  • Published site: Click Allow when Chrome or Edge asks for local network access so the site can reach 127.0.0.1:43781.

Environment variables

  • LOCAL_ADB_BRIDGE_PORT — default 43781
  • ADB_PATH or LOCAL_ADB_BRIDGE_ADB — full path to adb / adb.exe
  • LOCAL_ADB_BRIDGE_SKIP_AUTO_INSTALL=1 — do not install or modify PATH

Platform-tools zip installs are stored under ~/.local-adb-bridge/platform-tools/.

Legacy package name

The previous npm package was local-adb-bridge. New releases ship as tracker-bridge.