<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Hân Nguyễn</title>
    <description>The latest articles on DEV Community by Hân Nguyễn (@hiterm).</description>
    <link>https://dev.to/hiterm</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3955249%2Fbdaab4f6-739a-4436-b926-baca5d1452d5.png</url>
      <title>DEV Community: Hân Nguyễn</title>
      <link>https://dev.to/hiterm</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hiterm"/>
    <language>en</language>
    <item>
      <title>HiTerm: A Free Remote Terminal for AI Coding Agents (Claude Code, Codex, Gemini CLI)</title>
      <dc:creator>Hân Nguyễn</dc:creator>
      <pubDate>Wed, 27 May 2026 21:58:04 +0000</pubDate>
      <link>https://dev.to/hiterm/claude-code-remote-control-monitor-ai-coding-from-your-phonehiterm-a-free-remote-terminal-for-ai-2h82</link>
      <guid>https://dev.to/hiterm/claude-code-remote-control-monitor-ai-coding-from-your-phonehiterm-a-free-remote-terminal-for-ai-2h82</guid>
      <description>&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Claude Code, Codex, Gemini CLI, and other AI coding agents are powerful tools. But they have one limitation: you need to stay at your PC to monitor them.&lt;/p&gt;

&lt;p&gt;What if you could:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Start a Claude Code task and grab coffee?&lt;/li&gt;
&lt;li&gt;Get notified when your AI agent finishes?&lt;/li&gt;
&lt;li&gt;Monitor your terminal from your phone?&lt;/li&gt;
&lt;li&gt;Debug production issues from anywhere?&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Solution: HiTerm
&lt;/h2&gt;

&lt;p&gt;HiTerm is a free, open-source remote terminal that syncs your PC to your phone in real-time.&lt;/p&gt;

&lt;h3&gt;
  
  
  Key Features
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Real-time sync&lt;/strong&gt;: Terminal content is identical on phone and PC&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Free&lt;/strong&gt;: No cost, no subscriptions, no hidden fees&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Zero data loss&lt;/strong&gt;: Your work survives disconnects, reboots, and network switches&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No server&lt;/strong&gt;: All data stays on your devices - nothing goes through our servers&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Secure&lt;/strong&gt;: TLS encrypted VPN via Tailscale, zero-trust network&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Same experience&lt;/strong&gt;: Your phone works exactly like your PC terminal&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Works with ANY AI Agent
&lt;/h3&gt;

&lt;p&gt;HiTerm works with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Claude Code&lt;/li&gt;
&lt;li&gt;Codex&lt;/li&gt;
&lt;li&gt;Gemini CLI&lt;/li&gt;
&lt;li&gt;Cursor&lt;/li&gt;
&lt;li&gt;Windsurf&lt;/li&gt;
&lt;li&gt;Aider&lt;/li&gt;
&lt;li&gt;Any terminal-based AI tool&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How It Works
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Install hiterm CLI on your PC&lt;/li&gt;
&lt;li&gt;Install Hi Term app on Android&lt;/li&gt;
&lt;li&gt;Scan QR code to pair&lt;/li&gt;
&lt;li&gt;Your phone now has a real-time remote terminal to your PC&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Use Cases
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Monitor Claude Code from Your Phone
&lt;/h3&gt;

&lt;p&gt;Start a Claude Code task, grab coffee, get notified when it's done. No more screen-watching.&lt;/p&gt;

&lt;h3&gt;
  
  
  Debug Production Issues from Anywhere
&lt;/h3&gt;

&lt;p&gt;SSH through the jump box to the production server from your phone. Mosh keeps the connection alive through signal fluctuations.&lt;/p&gt;

&lt;h3&gt;
  
  
  Manage Servers on the Go
&lt;/h3&gt;

&lt;p&gt;Check logs, restart services, manage your infrastructure - all from your phone.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;CLI&lt;/strong&gt;: Go&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Android&lt;/strong&gt;: Java (Termux fork)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Network&lt;/strong&gt;: Tailscale (P2P, TLS encrypted)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Sessions&lt;/strong&gt;: tmux (persistent)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Getting Started
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Install Tailscale&lt;/strong&gt;: &lt;a href="https://tailscale.com/download" rel="noopener noreferrer"&gt;https://tailscale.com/download&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Install hiterm&lt;/strong&gt;: &lt;code&gt;curl -fsSL https://hiterm.yinbin.ink/install.sh | bash&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Install Hi Term&lt;/strong&gt;: Download from &lt;a href="https://hiterm.yinbin.ink/download/" rel="noopener noreferrer"&gt;https://hiterm.yinbin.ink/download/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pair your phone&lt;/strong&gt;: &lt;code&gt;hiterm pair&lt;/code&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Website&lt;/strong&gt;: &lt;a href="https://hiterm.yinbin.ink" rel="noopener noreferrer"&gt;https://hiterm.yinbin.ink&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GitHub&lt;/strong&gt;: &lt;a href="https://github.com/wsyb/hiterm-releases" rel="noopener noreferrer"&gt;https://github.com/wsyb/hiterm-releases&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Documentation&lt;/strong&gt;: &lt;a href="https://hiterm.yinbin.ink/docs" rel="noopener noreferrer"&gt;https://hiterm.yinbin.ink/docs&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;HiTerm solves a simple problem: monitoring AI coding agents without being tied to your computer. It's free, secure, and works with any AI agent.&lt;/p&gt;

&lt;p&gt;Give it a try and let me know what you think!&lt;/p&gt;

</description>
      <category>aiproductivityopensource</category>
      <category>claude</category>
    </item>
  </channel>
</rss>
