Skip to content

Pi Native v0.2.5

Choose a tag to compare

@github-actions github-actions released this 21 Aug 18:02
· 4 commits to main since this release
v0.2.5
89e706c

Desktop shell for the pi coding agent (Native SDK).

Install

One-key:

  • Linux/macOS: curl -fsSL https://raw.githubusercontent.com/linuxing3/pi-native/main/scripts/install.sh | bash
  • Windows: irm https://raw.githubusercontent.com/linuxing3/pi-native/main/scripts/install.ps1 | iex

Details: docs/INSTALL.md

Assets

  • linux-x64 / linux-arm64 — tarball with binary + scripts/pi_bridge.py
  • macos-arm64 — packaged app (.app / DMG when available)
  • windows-x64 / windows-arm64 — zip with .exe + bridge script

Set PI_NATIVE_ROOT to the extracted directory (or keep the bundled layout) and ensure pi + python3 are on PATH.

What's Changed

  • Restyle Chat shell with pi-web-inspired chrome by @linuxing3 in #1

New Contributors

Full Changelog: v0.2.4...v0.2.5