<?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: Chun Pai Yang</title>
    <description>The latest articles on DEV Community by Chun Pai Yang (@steve_yang_2dc146312b1cf8).</description>
    <link>https://dev.to/steve_yang_2dc146312b1cf8</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%2F3853556%2F24525d5a-3722-482b-a2c9-81cf5b6c7e2e.png</url>
      <title>DEV Community: Chun Pai Yang</title>
      <link>https://dev.to/steve_yang_2dc146312b1cf8</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/steve_yang_2dc146312b1cf8"/>
    <language>en</language>
    <item>
      <title>I built an iOS app to control your Mac terminal — no SSH setup needed</title>
      <dc:creator>Chun Pai Yang</dc:creator>
      <pubDate>Tue, 31 Mar 2026 13:29:41 +0000</pubDate>
      <link>https://dev.to/steve_yang_2dc146312b1cf8/i-built-an-ios-app-to-control-your-mac-terminal-no-ssh-setup-needed-5k7</link>
      <guid>https://dev.to/steve_yang_2dc146312b1cf8/i-built-an-ios-app-to-control-your-mac-terminal-no-ssh-setup-needed-5k7</guid>
      <description>&lt;p&gt;I'm an indie developer and I just launched &lt;strong&gt;TermOnMac&lt;/strong&gt; — an iOS app that connects to your Mac terminal over an E2E encrypted relay.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;I kept needing access to my Mac while away from my desk — checking build logs, restarting services, running quick commands. SSH clients exist, but they all need key setup, port forwarding, or a public IP.&lt;/p&gt;

&lt;p&gt;I wanted something I could set up in 30 seconds.&lt;/p&gt;

&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;code&gt;brew install termonmac&lt;/code&gt; on your Mac&lt;/li&gt;
&lt;li&gt;Open the iOS app and scan the QR code&lt;/li&gt;
&lt;li&gt;You're in — full terminal, E2E encrypted&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That's it. No SSH keys, no port forwarding, no public IP needed.&lt;/p&gt;

&lt;h2&gt;
  
  
  What makes it different
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Zero setup&lt;/strong&gt; — QR code pairing, no configuration&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Remote Xcode build&lt;/strong&gt; — build, archive, and upload to App Store from your phone&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;E2E encrypted&lt;/strong&gt; — Curve25519 + AES-256-GCM. The relay server only forwards ciphertext and cannot read your terminal content&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Auto-reconnect&lt;/strong&gt; — network switches, subway tunnels, device sleep — your session stays alive with terminal history replay&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;iOS: SwiftUI + SwiftTerm&lt;/li&gt;
&lt;li&gt;Mac Agent: Swift CLI with forkpty()&lt;/li&gt;
&lt;li&gt;Relay: Cloudflare Workers + Durable Objects (WebSocket hibernation)&lt;/li&gt;
&lt;li&gt;Crypto: Apple CryptoKit (Curve25519, HKDF-SHA256, AES-GCM)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Pricing
&lt;/h2&gt;

&lt;p&gt;Free with optional Pro ($0.99/mo) and Premium ($2.99/mo) upgrades.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://apps.apple.com/us/app/termonmac/id6759218342" rel="noopener noreferrer"&gt;App Store&lt;/a&gt; | &lt;a href="https://termonmac.com" rel="noopener noreferrer"&gt;Website&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love to hear your feedback!&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>swift</category>
      <category>terminal</category>
      <category>ios</category>
    </item>
  </channel>
</rss>
