Show HN: Linggen – Open-source AI agent with P2P remote access from your phone
linggen.devHi 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 Linggen is an agent with a WebUI and P2P architecture, which sets it apart from tools like Claude Code and OpenClaw. The name is inspired by the Chinese fantasy novel Fanren Xiuxian Zhuan. It started as a fan project but is designed for practical daily use.
Built in Rust, it is fast to install (seconds) and remains lightweight under heavy workloads, including multiple sessions, extensive tool usage, and sub-agent execution.