-
Notifications
You must be signed in to change notification settings - Fork 4.6k
blog: mobile apps consolidation and roadmap #6580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
99243c8
draft blog
michaelneale 2f35c0e
adding footer and headings
michaelneale a828581
no card image
michaelneale ee1d776
headings
michaelneale cd0f425
Apply suggestion from @Copilot
angiejones 6b64de1
Apply suggestion from @angiejones
angiejones 7186bc1
Apply suggestions from code review
angiejones e3f1459
Apply suggestion from @angiejones
angiejones 24e8e9d
Apply suggestions from code review
angiejones 2eadaa3
Update documentation/blog/2026-01-20-goose-mobile-apps/index.md
angiejones 4adb4f9
banner image
angiejones 8edfadf
Apply suggestions from code review
angiejones 926c425
Apply suggestion from @angiejones
angiejones File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file added
BIN
+1.25 MB
documentation/blog/2026-01-20-goose-mobile-apps/goose-mobile-apps-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| --- | ||
| title: "goose mobile apps and agent clients" | ||
| description: Consolidating agent apps for iOS and Android and ACP | ||
| authors: | ||
| - mic | ||
| --- | ||
|
|
||
|  | ||
|
|
||
|
|
||
| In 2025 we did a fairly cutting edge take on whole device automation using Android (code name was gosling) which was an on-device agent that would take over your device (mic even used it to do some shopping - which he realized after some things arrived at his door that it had automatically purchased as the result of an email - hence the PoC/experimental label!) | ||
|
|
||
| Recently we consolidated the [apps for goose mobile](https://github.com/block/goose-mobile). | ||
|
|
||
| The [goose-ios client](/blog/2025/12/19/goose-mobile-terminal/) is more production ready, and in the app store (still early days). We hope to have a port of that to Android, which will be strictly a client (and won't take over your device!) to your remote agent. The aim of the client (vs an on device agent) is for you to take your work on the go with you. | ||
|
|
||
| Really great for long running tasks, checking on things, or just shooting off an idea but still keeping things local to your personal agent (where all your stuff is) securely. | ||
|
|
||
| <!-- truncate --> | ||
|
|
||
| ## Mobile Client Roadmap | ||
|
|
||
|
michaelneale marked this conversation as resolved.
|
||
| ### ACP | ||
|
|
||
| As [ACP](https://agentclientprotocol.com/overview/introduction) evolves and matures, it makes sense to have the mobile clients use that to communicate over the tunnel to the goose server (which implements ACP). This has the side benefit of the clients working with any ACP compatible agent. It is reasonable to imagine many clients, and agent servers being in the mix together due to open standards, just like MCP servers (and now skills) can be used between agent implementations, which is a great outcome for everyone. | ||
|
|
||
| ### Tunnel Technology | ||
|
|
||
| For mobile client to work for personal (ie desktop/laptop/PC agents, not really servers), there was a need to allow traffic inbound. Many solutions exist, from hole punching (STUN/TURN etc), Tor, ngrok/cloudflared like services, and VPNs. For general usage for people to try, we have [this solution](https://github.com/michaelneale/lapstone-tunnel) which is what goose uses when you enable a tunnel, using cloudflare with websockets, workers and durable objects to keep things lite and efficient (of course in some enterprise settings you will have access to a VPN so you can adapt the solution to that). | ||
|
|
||
| <head> | ||
|
angiejones marked this conversation as resolved.
|
||
| <meta property="og:title" content="goose mobile apps and agent clients" /> | ||
| <meta property="og:type" content="article" /> | ||
| <meta property="og:url" content="https://block.github.io/goose/blog/2026/01/20/goose-mobile-apps" /> | ||
| <meta property="og:description" content="Consolidating agent apps for iOS and Android and ACP" /> | ||
| <meta property="og:image" content="https://block.github.io/goose/blog/2026/01/20/goose-mobile-apps-banner-38cbd490610895a6c2781c74a34cb9c5.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 apps and agent clients" /> | ||
| <meta name="twitter:description" content="Consolidating agent apps for iOS and Android and ACP" /> | ||
| <meta name="twitter:image" content="https://block.github.io/goose/blog/2026/01/20/goose-mobile-apps-banner-38cbd490610895a6c2781c74a34cb9c5.png" /> | ||
| </head> | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.