Mobile-first local workspace UI for browsing files, reading/editing code, and chatting with Pi through ACP.
bun install
bun run devOpen http://localhost:5173. The API runs on 3001 and the Vite proxy forwards /api requests.
For a production-style local run:
bun run build
bun run startThen open http://localhost:3001.
The API starts one pi-acp process per workspace on the first chat message. pi-acp is included as a dependency and uses the locally installed pi command. Configure Pi and its model provider on the machine running the API first (for example, npm install -g @earendil-works/pi-coding-agent).
To use another adapter executable:
PI_ACP_COMMAND=/path/to/adapter PI_ACP_ARGS='["--flag"]' bun run dev:apiNo login or application authentication is included by design.