@epsilondelta-ai/pi-web
v1.4.2
Published
Browser UI for operating the local pi coding agent.
Downloads
627
Readme

Installation
Install the latest GitHub release binary:
curl -fsSL https://raw.githubusercontent.com/Epsilondelta-ai/pi-web/main/scripts/install.sh | shUpdate the installed binary:
pi-web updateRun after installation:
pi-web
# Listens on 0.0.0.0:8732. Open http://127.0.0.1:8732
pi-web --port 9999
# Open http://127.0.0.1:9999Introduction
A web UI for viewing and controlling the local pi coding agent in your browser.
It bundles an Astro-based frontend and a Go backend into a single executable, so you can run the workspace/session UI in a local browser without configuring a separate server.
Features
- Workspace management: Open local folders, view recent workspaces, and open workspaces after cloning Git repositories.
- Session UI: Browse existing pi sessions, create new sessions, and stream prompts/responses in real time.
- File browsing and preview: Browse the workspace file tree, read files, edit them, and save changes from the UI.
- Local command execution: Run shell commands in the selected workspace.
- Single executable: Distribute the Astro static build embedded in a Go binary.
