惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

有赞技术团队
有赞技术团队
美团技术团队
博客园 - 司徒正美
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
阮一峰的网络日志
阮一峰的网络日志
S
SegmentFault 最新的问题
博客园_首页
雷峰网
雷峰网
V
V2EX
The Cloudflare Blog
博客园 - 三生石上(FineUI控件)
量子位
Last Week in AI
Last Week in AI
人人都是产品经理
人人都是产品经理
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 聂微东
V
Visual Studio Blog
Hugging Face - Blog
Hugging Face - Blog
博客园 - 【当耐特】
Jina AI
Jina AI
月光博客
月光博客
L
LangChain Blog

Cline

Cline Desktop: An open-source app for open-weight models How We Migrated 11 Million Users to Cline's Biggest Refactor How We Migrated 11 Million Users to Cline's Biggest Harness Upgrade DeepSeek wins IMO Gold on 12 cents Building a code review agent on the Cline loop Open-sourcing evals for open-weight agents NVIDIA Nemotron 3.5 Lightning just landed in Cline Top 5 Open Weight Models That Matter to Developers in 2026 Recursive Self Improvement for Coding Agents How to Save Millions by Self-Hosting LLMs ClinePass, Best of Value for Open-Weight models Extending the Cline loop with plugins and hooks Introducing Cline SDK: the upgraded agent runtime, and we rebuilt Cline upon it Three AIs enter. One survives. What a SIGKILL race reveals about inference speed Architects or Tenants: Modern AI Stacks Are Being Built on Rented Foundations 20 one-shot prompts that turn Kanban into an autonomous coding machine Announcing Cline Kanban: a CLI-agnostic app for multi-agent orchestration. The Invisible Trap: The decisions quietly transferring control of your stack to model providers Prompts as playbooks; how infrastructure teams codify operational knowledge One API key for Claude, Gemini, GPT, and everything else A practical guide to hill climbing Post-mortem: Unauthorized Cline CLI npm publish on February 17, 2026 Commit messages aren't just for humans Introducing Cline CLI 2.0: from sidebar to the terminal MiniMax M2.5 in Cline: Built for a World Where Agents Work Together ClawCon SF: Cline's $1M open source grant meets OpenClaw builders
Cline mobile: how to vibe code from your phone
Tony Loehr · 2026-04-16 · via Cline
Guides
Cline mobile: how to vibe code from your phone
Cline mobile: how to vibe code from your phone

An engineer at Cline told me he was vibe coding on a road trip from his phone. His Mac was at home running Cline agents; he was checking on them from the passenger seat. Here's the setup.

What you need

Your phone and your Mac both need Tailscale installed and signed in to the same tailnet. Tailscale is a free mesh VPN; once both devices are on it, your phone can reach your Mac's local services from anywhere.

Step 1: Start Kanban on your Mac

By default, Cline's Kanban board binds to 127.0.0.1, which only accepts connections from your Mac itself. To make it reachable over Tailscale, set the host to 0.0.0.0 when you launch:

KANBAN_RUNTIME_HOST=0.0.0.0 cline

You should see it running at http://0.0.0.0:3484/kanban.

Cline Kanban running and accessible to remote client

Step 2: Open it from your phone

In your phone's browser, go to your Mac's Tailscale address on port 3484. The full address reads as follows:

http://your-machine-name.tail1234.ts.net:3484
Cline Kanban executed a task autonomously, and the task is ready for review

Your address will be different; check Tailscale for your Mac's hostname.

Step 3: That's it

You're managing Cline agents from your phone. Check task progress, see what's running, kick off new work.

Cline Kanban handles tasks autonomously

What you can do from your phone

The Kanban board is the same interface you'd see on your Mac. You can review what each Cline agent is working on, check diffs, approve file changes, and start new tasks. It's a full control panel for your coding agents, just in a smaller viewport.

This works on anything with a browser: iPhone, Android, iPad, homemade cyberdeck, etc. As long as the device has Tailscale and is on your tailnet, you're good.

No extra config beyond Tailscale. Just the app and a browser. For more ways to access Kanban remotely, check out the remote access docs.

Download Cline, set up Tailscale, and try it yourself. If you get a good mobile setup going, share it on Discord or Reddit.