@xynogen/pix-footer
Pi extension — status bar footer (model, tokens, git, TPS)
Package details
Install @xynogen/pix-footer from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@xynogen/pix-footer- Package
@xynogen/pix-footer- Version
0.2.3- Published
- Sep 3, 2026
- Downloads
- 2,352/mo · 680/wk
- Author
- xynogen
- License
- MIT
- Types
- extension
- Size
- 19 KB
- Dependencies
- 3 dependencies · 2 peers
Pi manifest JSON
{
"extensions": [
"src/extension.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pix-footer
Pi extension — status bar footer.
What it does
Renders a persistent status bar at the bottom of the Pi TUI, showing:
- Current mode.
- Working directory with git branch (dirty/ahead/behind markers).
- Session token counts (in/out), context usage %, session cost, active model.
- Live tokens-per-second (TPS) during streaming, held 4s after the turn ends.
- Extension statuses (e.g. plan mode) as right-side segments.
Model spec (context window, pricing) comes from ~/.cache/pi/models-dev.json via pix-data.
Install
pi install npm:@xynogen/pix-footer
Also included in
@xynogen/pix-core:pi install npm:@xynogen/pix-core
Full distro
Source: github.com/xynogen/pix-mono
To install the complete pix suite (all packages + Pi itself):
curl -fsSL https://raw.githubusercontent.com/xynogen/pix-mono/main/scripts/install.sh | sh
License
MIT