documentation/docs/experimental/remote-access/mobile-access.md
import { PanelLeft } from 'lucide-react';
Mobile access lets you connect to goose remotely from an iOS mobile device using secure tunneling.
:::warning Experimental Feature Mobile access is a preview feature in active development. Behavior and configuration may change in future releases. :::
Mobile access connects your iOS device to goose Desktop through a secure tunnel. After you install and configure the goose AI app, you can access goose from anywhere.
Key details:
:::tip App Store QR Code
Follow the steps below to open the Remote Access section, then click "scan QR code" in the info box for quick access to the App Store.
:::
Settings in the sidebarAppRemote Access section and click Start TunnelOnce the tunnel starts, you'll see a Remote Access Connection QR code for configuring the app.
:::info
Click Stop Tunnel at any time to close the connection.
:::
Remote Access Connection QR code displayed in goose DesktopYou can now access goose Desktop from your mobile device.
The mobile app gives you full access to goose:
import ContentCardCarousel from '@site/src/components/ContentCardCarousel'; import mobileShots from '@site/blog/2025-12-19-goose-mobile-terminal/mobile_shots.png';
<ContentCardCarousel items={[ { type: 'blog', title: 'goose Mobile Access and Native Terminal Support', description: 'Learn about two new ways to use goose: iOS app for mobile access and native terminal support with seamless session continuity.', thumbnailUrl: mobileShots, linkUrl: '/blog/2025/12/19/goose-mobile-terminal', date: '2025-12-19', duration: '4 min read' } ]} />