mirror of
https://github.com/block/goose.git
synced 2026-04-28 03:29:36 +00:00
blog: on terminal and mobile (#6174)
Co-authored-by: Rizel Scarlett <rizel@squareup.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
70ac4b4322
commit
f232e6518a
3 changed files with 64 additions and 0 deletions
64
documentation/blog/2025-12-19-goose-mobile-terminal/index.md
Normal file
64
documentation/blog/2025-12-19-goose-mobile-terminal/index.md
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
---
|
||||
title: "goose Mobile Access and Native Terminal Support"
|
||||
description: "Two new ways to use goose"
|
||||
authors:
|
||||
- mic
|
||||
---
|
||||
|
||||

|
||||
|
||||
# 2 new ways to use goose
|
||||
|
||||
We're excited to announce two new ways to interact with goose: a <a href="https://apps.apple.com/au/app/goose-ai/id6752889295">native iOS app</a> for mobile access and native terminal integration. Both give you more flexibility in how and where you use your AI agent.
|
||||
|
||||
<!-- truncate -->
|
||||
|
||||
## goose iOS App
|
||||
|
||||
goose is now available on the App Store! The iOS app connects to your desktop goose instance via a secure tunnel, letting you interact with your agent from anywhere.
|
||||
|
||||
### Getting Started with Mobile
|
||||
|
||||
1. **Install the app** - Download [goose from the App Store](https://apps.apple.com/au/app/goose-ai/id6752889295)
|
||||
2. **Enable remote access** - In the goose desktop app, go to App Settings and turn on "Remote Access"
|
||||
3. **Scan the QR code** - Use the iOS app to scan the QR code displayed in your desktop app
|
||||
4. **Start working** - You're connected! Your mobile app now tunnels to your goose desktop instance
|
||||
|
||||
This means you get the full power of your desktop goose setup—all your extensions and configurations—accessible from your phone. Whether you're on the train, grabbing coffee, or just away from your desk, you can still ask goose to help with tasks or check on long-running things. Throw an idea out there for it to go to work on and pick it up later.
|
||||
|
||||
The goose iOS app also runs natively on macOS (Apple Silicon Macs), giving you another lightweight option for accessing your goose instance from another device.
|
||||
|
||||
## Native Terminal Support
|
||||
|
||||
At the other end of things, there is a brand new way to use goose natively in your favoured terminal.
|
||||
No need to switch to another terminal or app or TUI, you can use goose right where you are in your terminal.
|
||||
See the [Terminal Integration guide](/docs/guides/terminal-integration) for a guide on how to set it up.
|
||||
|
||||
Once set up, you can call `@goose` from anywhere in your terminal. It automatically manages sessions for you and keeps context with what you've been working on—even when goose isn't running. When you ask it something, it jumps right in and helps with full awareness of your recent work.
|
||||
|
||||

|
||||
|
||||
## Use Goose Your Way
|
||||
|
||||
These two new modes—mobile and native terminal—work together with the desktop app to give you seamless access to goose however you prefer to work.
|
||||
A session in goose from native terminal, cli, desktop, IDE and now mobile are all the same set of sessions which can now be accessed from anywhere.
|
||||
|
||||
- **Mobile** lets you access your goose sessions and tasks from anywhere, any time. Start something on your desktop, check in from your phone, pick it back up later.
|
||||
- **Terminal** integration means goose is always just a `@goose` away while you're working in the shell—no context switching needed.
|
||||
|
||||
It doesn't matter how you use goose. Your sessions are yours, and you can use and re-use them from anywhere: desktop, terminal, or mobile (and all on your machine).
|
||||
|
||||
Try them out and let us know what you think in our [Discord](https://discord.gg/goose-oss)!
|
||||
|
||||
<head>
|
||||
<meta property="og:title" content="goose Mobile Access and Native Terminal Support" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://block.github.io/goose/blog/2025/12/19/goose-mobile-terminal" />
|
||||
<meta property="og:description" content="Two new ways to use goose" />
|
||||
<meta property="og:image" content="https://block.github.io/goose/blog/2025/12/19/goose-mobile-terminal/mobile_shots.png" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta property="twitter:domain" content="block.github.io/goose" />
|
||||
<meta name="twitter:title" content="goose mobile access and native terminal support" />
|
||||
<meta name="twitter:description" content="Two new ways to use goose" />
|
||||
<meta name="twitter:image" content="https://block.github.io/goose/blog/2025/12/19/goose-mobile-terminal/mobile_shots.png" />
|
||||
</head>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 475 KiB |
BIN
documentation/blog/2025-12-19-goose-mobile-terminal/shell.png
Normal file
BIN
documentation/blog/2025-12-19-goose-mobile-terminal/shell.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 218 KiB |
Loading…
Add table
Add a link
Reference in a new issue