Hi HN, I built Linggen — a local-first, open-source AI coding agent written in Rust. What's new in 0.9.2:
- P2P remote access via WebRTC — control your agent from your phone, no port forwarding or cloud relay needed. Just
`ling login` and scan a QR code.
- Plan mode — the agent proposes a step-by-step plan before writing code, you approve or edit before execution.
- Works with any model — Ollama, OpenAI-compatible APIs, Gemini, DeepSeek. Bring your own keys or run fully local.
It's like Claude Code but model-agnostic, extensible through skills (markdown files), and now accessible from
anywhere.
Demo video on the landing page showing install → plan → build → mobile sync.
Install: curl -fsSL https://linggen.dev/install.sh | bash
GitHub: https://github.com/linggen/linggen