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

@talex-touch/touch-pie

v0.1.21

Published

One-command Talex Touch Pi experience kit: startup UI, powerline footer, quiet WeChat bridge, setup, verify, and rollback tools.

Readme

@talex-touch/touch-pie

One-command Talex Touch Pi experience package.

Install

npm install -g @talex-touch/touch-pie

The global install creates pie / touch-pie command shims, saves an uninstall restore point, and adds the shim directory to user PATH. Open a new terminal, then run:

touch-pie

This installs the package into Pi, creates a backup/restore point, installs a safe default AGENTS.md only when missing, removes conflicting old pi-powerline-footer / zlab-weixin-bridge / @narumitw/pi-plan-mode packages from settings, sets quietStartup: true, refreshes the persistent commands, prints a first-run change notice, and verifies the setup.

After install, use:

pie
pie --help
pie -p "hello"
pie touchx info
pie update

Local development:

node /absolute/path/to/pi-experience-kit/packages/touch-pie/bin/touch-pie.mjs

What It Includes

  • Customized powerline footer and startup welcome.
  • Large centered startup splash screen, customizable with /persona.
  • Startup message and live clock, with the message customizable through local persona settings.
  • Animated colorful border.
  • Real effective thinking level badge.
  • Effort / thinking level switching with Ctrl+Alt+E, /effort, and the footer badge.
  • Dynamic shimmer for think:xhigh and think:ultra.
  • Quiet WeChat bridge startup.
  • TouchX account, subscription, quota, and masked API key usage via pie touchx info or /touchx-sub status.
  • /about shows app, build, author, and base package information without reading runtime .git.
  • /persona stores local startup title/message, Agent salutation, and tone in ~/.pi/agent/touch-pie/persona.json.
  • Built-in Plan mode with image reading and instant Shift+Tab toggle.
  • Safe default AGENTS.md template installed only when the user has no global agent instructions.
  • CLI for setup, verify, backup, rollback, and daily pie usage.

Commands

touch-pie
pie [pi args...]
pie update
pie touchx info
touch-pie install --apply-core-patch
touch-pie doctor
touch-pie backup
touch-pie setup --write-settings
touch-pie setup --write-settings --update-path
touch-pie path --update-path
touch-pie uninstall
touch-pie setup --write-settings --apply-core-patch
touch-pie verify
touch-pie verify --core-patch
touch-pie rollback --backup <manifest-path>

In Pi TUI:

/about
/persona
/persona title Talexs
/persona message Powered by TaGzxia.
/persona salutation 老板
/persona tone professional|friendly|cute
/persona reset

Safety

  • postinstall only creates command shims, saves a restore point, and updates user PATH; it does not modify Pi settings, AGENTS, core files, tokens, or history.
  • Set TOUCH_PIE_NO_POSTINSTALL=1 to skip postinstall PATH setup.
  • setup creates a backup first.
  • Settings changes are field-level and only set quietStartup: true, move Pi's thinking-cycle keybinding to Ctrl+Alt+E, plus remove known conflicting legacy package entries.
  • Touch Pie owns /plan and --plan; the installer removes the older external @narumitw/pi-plan-mode package to avoid extension conflicts.
  • AGENTS.md is installed only if missing and never overwrites an existing file.
  • Persona settings are local-only and limited to startup title/message, salutation, and controlled tone; users cannot edit the full system prompt.
  • PATH changes require explicit --update-path and apply to user PATH/profile only.
  • Core patch requires explicit --apply-core-patch and validates Pi core version/signatures.
  • Backup avoids token, cache, history, and log directories.