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

jouzu

v0.1.3

Published

Agentic AI environment built on the Pi coding agent harness

Readme

Jouzu

Jouzu is an agentic AI environment built on the Pi coding agent, with CJK-safe text and path handling. jouzu and jz run exact Pi 0.84.3 with isolated Jouzu state, a language-neutral Core fallback, an optional JA preview, and non-mutating diagnostics. The optional JA profile requires explicit selection.

Install and start

Requires Node.js 22.19+, npm, Git, and Bash. Windows requires Git Bash.

npm install --global [email protected]

jz --version
jz doctor
jz

The first interactive launch asks whether to enable Japanese support. An affirmative answer selects ja; declining or pressing Enter selects the provider-neutral core profile. Non-interactive first runs use Core without recording consent. Preview either profile with:

jz profile plan --profile core
jz profile plan --profile ja

Locale, terminal settings, repository text, and branding never select JA automatically.

Profile planning does not write. Application detects user-file conflicts, retains backups for managed updates/deletions, and never prunes unknown files. Existing unsupported CP932/Shift-JIS profile targets are left unchanged.

Use /login to authenticate within Jouzu's agent root. /model or Ctrl+L opens the Jouzu Palette Models view without clearing the prompt draft. Tab/Shift+Tab cycle Recent, Favorite, and All filters. Search exact provider/model identity or display names; Enter selects for the session, Shift+Enter also stores the user-local project default, and Ctrl+F toggles a favorite. Ctrl+P and its reverse binding cycle available favorites inside the effective model scope. New sessions use the project default unless an explicit model, scoped-model set, or session-resume action takes precedence. Recents update on first request dispatch and remain local. Ctrl+/ or Ctrl+? opens help. /status reports provider-neutral session, model, context, profile, and runtime facts.

Jouzu's built-in interactive session UI adds a width-safe Prompt Frame, a Session Line with protected model identity and a left hint slot, and a responsive Status Bar for workspace, Git, project runtime, context, and active-branch token facts. It keeps Pi's editor/autocomplete/IME behavior and does not claim provider quota or session cost.

Jouzu does not import stock Pi state. Override all roots with --jouzu-home <path> or JOUZU_HOME. Trusted project .pi resources and Pi's cross-harness ~/.agents/skills read surface still follow Pi behavior. On exit, resume the isolated session with the printed jz --session SESSION_ID command; Jouzu resolves its own session root.

Use jz pi ... or jz -- ... for Pi command collisions. Pi runtime self-update is blocked; package/model updates inside Jouzu state remain available.

When the isolated Jouzu agent root has no keybindings.json, the first interactive launch seeds Ctrl+Enter for Pi's app.message.followUp action and Ctrl+Up for app.message.dequeue; Tab retains Pi autocomplete and selector behavior. On upgrade from v0.1.0, Jouzu backs up and replaces only an exact Jouzu-owned Tab follow-up entry. User-owned or modified bindings remain unchanged. Use jz keybindings status|plan|apply|reset; explicit apply merges only missing defaults with conflict checks/backups, while reset removes only Jouzu-recorded entries and disables reseeding. JOUZU_NO_KEYBINDING_DEFAULTS=1 is a one-run opt-out. Modified-key reporting is terminal-dependent; tmux should use extended-keys-format csi-u.

Eligible global npm installs default to a pre-TUI automatic Jouzu update check/restart on the first eligible launch. Successful checks are cached for 24 hours; failed checks retry no sooner than one hour later. Candidate tarball SHA-512 integrity and the installed Jouzu/Pi tuple are verified; failure restores the locally packed previous version. Source, project-local, and ephemeral npx invocations are not rewritten.

jz self-update status
jz self-update check
jz self-update apply
jz self-update policy auto-restart  # or notify/off

Set JOUZU_NO_UPDATE=1 for a one-run opt-out. Checks use npm's configured registry, proxy, and CA behavior and send no Jouzu telemetry. Updating requires write access to the active global npm prefix; permission or network failures leave the current version running.

Interactive launches show an adaptive Jouzu header and clear the viewport. Set JOUZU_NO_CLEAR=1 to retain it; set NO_COLOR=1 to disable color.

npm is the only v0.1 channel. PyPI jouzu==0.0.1 remains a non-functional reservation. Jouzu v0.1 does not bundle prerequisites, native installers, hosted models, routing, or provider privacy/retention guarantees.

See the full documentation and Windows prerequisites.