@FeitengLi: Here's how I use it: 1. Mac Mini is not carried around—it stays at home in the living room with Tailscale enabled. When outside, I use Mac's built-in Screen Sharing to connect directly via the Tailscale IP (also use Cloudflare Zero Trust as a backup in case Tailscale is accidentally disconnected, e.g., if I manually turn it off).
Summary
Introduces a method to remotely connect to a home Mac Mini via Tailscale and Screen Sharing for a development environment, using tmux to maintain sessions and a consistent setup.
View Cached Full Text
Cached at: 05/17/26, 05:29 AM
Here’s how I use it:
- I don’t carry the Mac Mini with me — it stays in the living room at home with Tailscale running. When I’m out, I use macOS’s built-in screen sharing and connect directly via the Tailscale IP. I also set up a Cloudflare Zero Trust as a backup in case Tailscale can’t connect unexpectedly (e.g., if I accidentally disable Tailscale).
- On the Mac Mini, I use
tmux -CCto create windows that can be resumed anytime. The MacBook Air I have nearby only serves as a remote display — all vibe coding is done on the Mac Mini.
I only vibe on the Mac Mini — a fixed environment reduces switching costs. It never shuts down or changes environment. I set things up before bed and check progress anytime the next day.
Kevin Ma (@kevinma_dev_zh): Recently I took my family back to my hometown for an extended stay, so I brought my main Mac Mini with me. Remote access works, but for real device debugging, not having it with me is inconvenient. It’s not practical to power up the Mac Mini on the road, so I also grabbed my idle MacBook Pro. Once I started using it, I realized how much stuff had accumulated on the Mac Mini — global
AGENT.md, various skills, agents…
Similar Articles
@mattshumer_: Just wiped the Mac Mini I set up for OpenClaw. I’m turning it into an always-on devbox to use with Codex mobile. Have a…
Matt Shumer is repurposing a Mac Mini as an always-on devbox for use with Codex mobile, expressing excitement about the setup.
@nickbaumann_: My laptop has become a “satellite device” since I started using Codex from my phone. And my Mac mini has become the “ho…
A user shares his experience setting up Codex across multiple devices (MacBook, Mac mini, phone) with SSH, creating an always-accessible AI coding assistant that feels like a persistent presence rather than being tied to a single computer.
@dingyi: 我现在都懒得用 tmux 了,直接用 https://herdr.dev 或 https://muxy.app 更方便,适合懒人。
Herdr is a terminal-based agent multiplexer offering persistent sessions, agent awareness, and a mouse-native TUI, positioned as a convenient alternative to tmux. The tweet recommends it alongside muxy.app for users seeking simpler terminal session management.
ConsoleMini
ConsoleMini turns a Mac mini into a living-room retro/PlayStation-style gaming console.
@geekbb: Great tool, a macOS sidebar utility for the Ghostty terminal that allows you to quickly create, switch between, and arrange terminal sessions. Smoothly control windows via Ghostty AppleScript and Accessibility APIs, enabling direct jumps to the Space containing a specific session from a floating panel. S…
Rig is a macOS sidebar utility developed for the Ghostty terminal, supporting rapid creation, switching, and arrangement of terminal session windows via AppleScript and Accessibility APIs.