Replies: 2 comments
-
|
@kvnloo Been wanting this myself :D I have noted it as a feature for 2.9.0 version as it should rely on the new infrastructure of the cloud/web app. |
Beta Was this translation helpful? Give feedback.
-
|
Strong +1 on decoupling connectivity from the product and going fully headless-first. The core issue here isn’t “mobile vs desktop” or even “remote monitoring” — it’s that Auto-Claude currently conflates execution, UI, and network topology. That’s what’s creating friction and premature constraints (e.g. Tailscale assumptions). Headless Auto-Claude as the foundationAuto-Claude should run as a headless service with a well-defined API. Key implications:
This aligns perfectly with your goal of “AI runs while I live my life”, without locking users into a single networking strategy. API-first architecture (suggested)
From there, users choose their own transport:
Auto-Claude doesn’t care. That’s the point. Mobile app becomes trivial (and optional)Once the API exists:
At that point, Tauri vs native vs web becomes an implementation detail, not a blocker. Notifications & long-running tasksWith a headless server:
No relay infrastructure required by default — but not forbidden either. Why not bake in Tailscale?Tailscale is great — but:
If someone wants Tailscale, they can add it in 5 minutes. This also future-proofs Auto-ClaudeHeadless + API unlocks:
All without revisiting core architecture. MVP scope feedbackThe MVP you outlined is solid, but I’d reframe it slightly: True MVP
Phase 2
Phase 3
Mobile app can start at Phase 1 and grow naturally. TL;DR
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
📱 RFC: Mobile Companion App for Auto-Claude
The Problem
We've all been there: you kick off an autonomous build, walk away to grab coffee or run an errand, and then spend the next hour wondering:
Auto-Claude is designed for autonomous, long-running tasks—but we're still tethered to our desks to monitor them. The irony is that the more autonomous the tool becomes, the more we should be able to step away. But right now, stepping away means flying blind.
The Proposal
A mobile companion app that turns your phone into a remote control for Auto-Claude:
Core Features (MVP)
Stretch Goals
Technical Approach
I'm proposing Tauri 2 Mobile for cross-platform support (Android + iOS from a single Rust/React codebase). This aligns with Auto-Claude's existing tech choices and keeps the stack cohesive.
Connectivity: Rather than building relay infrastructure, I'm proposing Tailscale for direct, encrypted connections between your phone and workstation. This means:
Why This Matters
Auto-Claude already solves the "I want AI to code for me" problem. This solves the "I want AI to code for me while I live my life" problem.
For power users running multiple parallel agents across projects, this becomes even more valuable—a single dashboard to monitor everything, from anywhere.
Prior Art & Inspiration
What I'm Looking For
I've already done some initial planning and have a draft PRD. Happy to share more details or start a working group if there's interest.
I ran this by the Discord and got initial support. Posting here to open it up for broader community input before diving into implementation. I believe that we will need to create a dedicated API with swagger support to get started.
Beta Was this translation helpful? Give feedback.
All reactions