Back to browse
Linggen – Open-source AI agent with P2P remote access from your phone

Linggen – Open-source AI agent with P2P remote access from your phone

by linggen·Apr 8, 2026·4 points·1 comment

AI Analysis

●●●BangerWizardrySlickZero to One

P2P WebRTC remote access means no cloud relay for mobile control.

Strengths
  • WebRTC P2P remote access eliminates need for cloud relays or port forwarding.
  • Markdown-based skill definitions simplify agent customization without complex code.
  • Rust implementation ensures low overhead and single-binary distribution.
Weaknesses
  • Crowded agent market dominated by Claude Code and Aider.
  • Mobile UI depends on browser compatibility for WebRTC connections.
Category
Target Audience

Developers wanting local AI coding agents

Similar To

Claude Code · Aider · Continue

Post Description

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

Similar Projects