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

tabby-vault-keepassxc

v1.0.1

Published

Automatically unlock Tabby Vault using KeePassXC Browser Integration (macOS, Windows, Linux).

Readme

tabby-vault-keepassxc

Tabby plugin that automatically unlocks Tabby Vault using KeePassXC Browser Integration — no external CLI, works on macOS, Windows, and Linux.

中文说明

Features

  • Native KeePassXC Browser Integration protocol (NaCl + local socket/pipe)
  • No Rust / keepassxc-proxy-getpw CLI required
  • Associate directly from Tabby settings
  • Falls back to Tabby unlock modal on failure
  • Cross-platform: macOS, Windows, Linux (including Flatpak socket path)

Requirements

  • Tabby with Vault enabled (encrypted config)
  • KeePassXC with Settings → Browser Integration → Enable browser integration
  • A KeePassXC entry whose URL matches the plugin setting (default tabby://vault) and whose password is your Tabby Vault master passphrase

Important: Your Tabby Vault passphrase must not be the same as your KeePassXC database master password.

Install from Tabby plugin market (Windows / any platform)

  1. Open Tabby → Settings → Plugins
  2. Search for tabby-vault-keepassxc
  3. Install and restart Tabby

Or install via npm:

# Windows
cd "%APPDATA%\tabby\plugins"
npm install tabby-vault-keepassxc

# macOS
cd ~/Library/Application\ Support/tabby/plugins
npm install tabby-vault-keepassxc

macOS local development

cd tabby-vault-keepassxc
pnpm install
pnpm run deploy:local-tabby

Restart Tabby. Settings appear under Settings → Tabby Vault KeePassXC.

Setup

  1. Enable Browser Integration in KeePassXC
  2. Create a KeePassXC entry with URL tabby://vault and password = Tabby Vault passphrase
  3. In Tabby: Settings → Tabby Vault KeePassXC
  4. Click Associate with KeePassXC and approve the prompt in KeePassXC
  5. Click Test fetch to verify
  6. Restart Tabby

Settings

| Setting | Default | Description | |---------|---------|-------------| | Enable plugin | on | Master toggle | | Entry URL | tabby://vault | KeePassXC URL match | | Wait for unlock | on | Prompt to unlock KeePassXC when database is locked | | Remember passphrase | 24 hours | In-memory cache (0 = always query KeePassXC) | | Fallback | Tabby modal | On failure: show modal or throw error |

Plugin settings: {tabbyConfigDir}/tabby-vault-keepassxc-settings.json
Association keys: {tabbyConfigDir}/tabby-vault-keepassxc-association.json
Logs: {tabbyConfigDir}/tabby-vault-keepassxc/

Verification

  1. KeePassXC Browser Integration enabled
  2. KeePassXC entry with URL tabby://vault and correct password
  3. Plugin settings → Associate with KeePassXC → success
  4. Test fetch → success
  5. Restart Tabby → no Vault modal when KeePassXC is running
  6. Quit KeePassXC → restart Tabby → falls back to Tabby unlock modal

Publish to npm

pnpm install
pnpm run build
npm publish --access public

License

MIT


中文说明

Tabby 插件:通过 KeePassXC Browser Integration 原生协议自动获取 Vault 主密码,支持 macOS / Windows / Linux,无需 CLI。

安装

  • Windows:Tabby → Settings → Plugins → 搜索 tabby-vault-keepassxc
  • macOS 本地测试pnpm run deploy:local-tabby

配置

  1. KeePassXC 开启 Browser Integration
  2. 创建 URL=tabby://vault 条目
  3. 设置页 与 KeePassXC Associate
  4. 测试取密码
  5. 重启 Tabby