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

devez-vibe

v1.6.20

Published

Stable terminal UI for Codex and Claude Agent SDK

Readme

Devez Vibe

공식 codex app-server와 Claude Agent SDK를 위한 차분한 터미널 클라이언트입니다. 각 공식 런타임이 인증·도구·스킬·프로젝트 지침을 담당하고, 이 프로젝트는 공통 화면과 입력 계층을 소유합니다.

설치

npm install -g devez-vibe

설치하면 dvz 명령을 사용할 수 있습니다.

| 요건 | 값 | | --- | --- | | OS | Windows x64 | | Node.js | 18 이상 (Claude Agent SDK 런타임 포함) | | Codex 전제 | Codex CLI 설치 및 로그인 완료 | | Claude 전제 | Claude Code 설치 후 claude 구독 로그인 완료 |

현재 Windows x64 빌드만 배포합니다. 다른 플랫폼에서는 EBADPLATFORM으로 설치가 거부됩니다.

사용

Codex CLI가 설치되고 로그인된 환경에서:

dvz

개인 Claude 구독 로그인 재사용:

dvz --model claude
dvz --model sonnet --effort high

Claude SDK 자식 프로세스는 API 키 환경변수를 제거하고 설치된 Claude Code 로그인만 사용합니다. 본인 계정의 로컬 개인 사용만 대상으로 하며 로그인 공유나 제3자 인증은 제공하지 않습니다.

주요 옵션:

dvz [--resume [SESSION] | --continue] [--model MODEL] [--effort EFFORT]
    [--cwd PATH] [--codex PATH] [--claude PATH] [--theme THEME]

--resume만 입력하면 검색 가능한 세션 피커를 열고, --continue는 현재 폴더의 가장 최근 세션을 바로 이어갑니다. 실행 중 전체 명령은 /help에서 확인합니다.

업데이트

새 버전이 배포되면 시작 시 안내 배너가 표시됩니다. 배너의 안내대로 실행하면 됩니다.

dvz update

npm install -g devez-vibe@latest와 동일합니다. 별도 창이 열린 뒤 모든 dvz 세션이 종료되기를 기다렸다가 설치하며, npm 레지스트리 전파가 늦으면 자동으로 재시도합니다.

업데이트 확인을 끄려면 DEVEZ_VIBE_NO_UPDATE_CHECK 환경변수를 설정합니다.

라이선스

MIT. 자세한 내용은 저장소를 참고하세요.