#135 · Primary category: AI Coding Assistants
pi-web
Web UI for the pi coding agent
Project last updated:08/26/26
GitHub Stars
5.6K
Forks
757
Contributors
73
License
MIT
Why we included this project
Pi Web gives the pi coding agent a browser-based workspace that reads the same local session files the CLI writes, so you can keep working from the terminal or switch to a fuller view without losing context. Conversations show up as structured Markdown with tool calls and project navigation, and you can browse past sessions by project, fork one onto a different path, or resume from an earlier message. Model settings, API keys, and skill toggles move into a panel, and a file explorer with previews for source, images, audio, PDFs, and documents sits beside the chat. Because everything runs on your own machine and the server binds to 127.0.0.1 by default, it suits developers and small teams who want a readable, reviewable surface for agent work without shipping sessions to a hosted service. The standard proxy environment variables are honored, which keeps it simple to run behind a corporate proxy or VPN.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.