Skip to content

v4.25.1

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Sep 06:57

[4.25.1] - 2026-09-06

Bug Fixes

  • preserve Pi hooks when the daemon is unavailable

Installation

One-paste (no npm needed)

Paste this into Claude Code (or any AI agent):

curl -sSL https://raw.githubusercontent.com/prjct-app/cli/main/scripts/install-standalone.sh | bash

The script downloads the standalone binary for your platform
from this release — no Node, no npm, no Bun required at install time.

Package manager (fallback)

bun install -g prjct-cli@4.25.1
# or
npm install -g prjct-cli@4.25.1

View on npm