A desktop editor rethought for working with AI. Write specs, let agents do the heavy lifting, ship faster.
Capabilities
Polvo is a desktop editor built from the ground up to make AI-assisted development feel natural.
Workflow
Three steps from spec to Pull Request.
Create or edit a spec file in your repo. Polvo supports markdown, YAML, and custom formats via guides.
# specs/auth.md ## Feature: OAuth Login - Provider: GitHub - Redirect: /dashboard - Scopes: repo, user:email
The file watcher triggers a pipeline. Polvo selects the right agent, renders the prompt, and calls your LLM provider.
→ Detected change: specs/auth.md → Pipeline: feature-agent → Provider: claude-sonnet-4-6 → Running agent...
Polvo opens a PR with the generated artifacts. Your team reviews, requests changes, and merges when ready.
✓ PR #42 opened: feat(auth): implement OAuth login + internal/auth/oauth.go + internal/auth/oauth_test.go + docs/auth.md
Distribution
Available on all major platforms.
brew install --cask co2-lab/tap/polvo
winget install co2-lab.Polvo
curl -fsSL https://github.com/co2-lab/polvo/releases/latest/download/polvo.AppImage -o polvo.AppImage
chmod +x polvo.AppImage && ./polvo.AppImage
git clone https://github.com/co2-lab/polvo
cd polvo && make build