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

@decku/cli

v0.1.33

Published

decku 브릿지 — Claude Desktop 세션을 웹앱에 연결 (로컬, E2EE)

Readme

decku

decku 로컬 브릿지 — 내 Mac의 Claude Desktop 세션을 웹앱에 E2EE로 연결한다. 세션 목록·대화를 암호화해 중계하고, 웹에서 친 채팅을 claude --resume으로 주입한다.

사용

# 한 줄이면 끝 — 처음엔 자동 페어링(QR 출력) 후 watch + realtime
npx @decku/cli

출력된 QR/URL을 브라우저에서 열면 세션 목록·대화가 뜬다. 이후엔 페어링이 저장돼 decku 만으로 재연결.

자동 시작 (macOS)

npm i -g @decku/cli
decku               # 한 번 실행해 페어링(QR 스캔)
decku install       # launchd 등록 (로그인 시 자동 실행)
decku uninstall     # 해제

로그: ~/.decku/bridge.log. Windows=작업 스케줄러, Linux=systemd user에 decku run을 등록.

동작 / 보안

  • ~/.claude/sessions·~/.claude/projects(transcript)만 읽는다. 데스크탑 앱은 안 건드림.
  • 모든 본문은 로컬 생성 e2eeKey(AES-256-GCM)로 암호화 → 중계 서버·벤더는 ciphertext만 본다.
  • 페어링 정보·키는 ~/.decku/config.json(0600)에만. 채팅 전송은 같은 sessionId를 claude -p --resume으로 이어받아 주입.
  • 필요: Node ≥ 20, 로컬에 claude CLI(Claude Desktop이 설치).

⚠ decku 목록엔 Desktop/interactive 세션만 뜬다(claude -p 헤드리스 세션은 registry 미등록).