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

@hybridlabor-api/bdb-os-remote

v2.0.0

Published

BDB OS Remote Workspace - Zero-Trust SSE Gateway & Mobile Thin-Client Bridge for Claude Desktop and AI Agents over Tailscale

Readme

██████╗ ██████╗ ██████╗     ██████╗ ███████╗███╗   ███╗ ██████╗ ████████╗███████╗
██╔══██╗██╔══██╗██╔══██╗    ██╔══██╗██╔════╝████╗ ████║██╔═══██╗╚══██╔══╝██╔════╝
██████╔╝██║  ██║██████╔╝    ██████╔╝█████╗  ██╔████╔██║██║   ██║   ██║   █████╗  
██╔══██╗██║  ██║██╔══██╗    ██╔══██╗██╔══╝  ██║╚██╔╝██║██║   ██║   ██║   ██╔══╝  
██████╔╝██████╔╝██████╔╝    ██║  ██║███████╗██║ ╚═╝ ██║╚██████╔╝   ██║   ███████╗
╚═════╝ ╚═════╝ ╚═════╝     ╚═╝  ╚═╝╚══════╝╚═╝     ╚═╝ ╚═════╝    ╚═╝   ╚══════╝
                               O P T I M I Z E D   A G E N T   S K I L L S

🌐 BDB CONNECT (v2.0) - Zero-Trust Tailscale Gateway

npm version CI License: MIT Tailscale

The Identity-Aware Proxy & Native Menubar App for remote execution of Antigravity (AGY), Codex, and Claude Desktop over Tailscale.

Work on your powerful stationary workstation directly from your mobile laptop (e.g., on an ICE train) with zero perceived latency, under 5 KB/s bandwidth, and full access to all workstation compute, 152 BDB skills, and the memB vector memory engine.


⚡ Installation & Updates

We recommend using the interactive universal installer. It natively supports macOS, Windows, and Linux.

1. Via Native App (macOS, Windows, Linux)

Download the .dmg, .exe (NSIS), or .AppImage directly from the GitHub Releases page.

2. Via CLI (Universal)

Run the installer wizard on both your Workstation and your Laptop:

npx @hybridlabor-api/bdb-os-remote@latest installer
  • On your Workstation: Select [1] Workstation to start the Gateway.
  • On your Laptop: Select [2] Laptop to configure your agent automatically (supports AGY, Codex, and Claude).

✨ Was ist neu in v2.0 (BDB CONNECT)?

  • 🎛️ Native Desktop App (Electron): Ein wunderschönes, rahmenloses Popover-Fenster direkt in deiner macOS Statusleiste oder im Windows System-Tray. Steuere den Server-Status mit einem Klick!
  • 🌐 Cross-Platform: Voller Support für macOS (.dmg), Windows (.exe), und Linux (.AppImage) via GitHub Actions.
  • 🛡️ Zero-Trust Identity-Aware Proxy: Der Server prüft bei jedem Request, ob er von einer verifizierten 100.x.x.x oder fd7a:... Tailscale-IP stammt.
  • 🔄 Multi-Agent Support: Nahtlose Integration für Antigravity (AGY), Codex / OpenCode, und Claude Desktop.
  • 🚀 Web UI Launcher: Öffne das BDB OS Agent Workspace Web-Dashboard direkt über den neuen Button im Menüleisten-Fenster.

🏗️ Architecture

graph TD
    subgraph Laptop ["💻 Laptop (Client)"]
        UI["BDB CONNECT App"]
        AGY["Antigravity (AGY)"]
        CLAUDE["Claude Desktop"]
        CODEX["Codex"]
        MOCK["BDB Local Compatibility Mock"]
        
        AGY --> MOCK
        CLAUDE --> MOCK
        CODEX --> MOCK
    end

    subgraph Tailscale ["🔒 Tailscale WireGuard Mesh"]
        TS["Zero-Trust (100.x.x.x)"]
    end

    subgraph Workstation ["🖥️ Workstation (Server)"]
        GW["🔌 BDB CONNECT Gateway :8000"]
        MEMB["🧠 memB Vector Memory"]
        FS["📁 Workspace Filesystem"]
        GW --> MEMB
        GW --> FS
    end

    MOCK -->|HTTP/SSE| TS
    TS --> GW

🔒 Security & Requirements

  • Tailscale: Both machines must be logged into the same Tailscale network.
  • No Open Ports: Zero public port forwardings needed; protected by WireGuard encryption.
  • Node.js: Requires Node.js >= 18.0.0 (if using CLI).

📖 Documentation

Detailed technical documentation and architecture decisions are available in .openwiki/architecture.md.

📄 License

MIT © BDB Dev Team