Add Mobile SSH - #56
Open
dkozlov wants to merge 1 commit into
Open
Conversation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adds Mobile SSH to
## Platforms, appended at the end of the category as the contributing guidelines require.Mobile SSH is an Android and iOS SSH/SFTP/terminal client for running terminal coding agents — Claude Code, Codex — on remote machines from a phone. It sits in the same slot as the existing Onepilot entry, with two differences: it runs on Android as well as iOS, and it raises a phone notification the moment a remote agent is waiting on input (integrating with Claude Code's documented
agent_needs_input/agent_completednotification hooks rather than scraping the terminal). It also ships a multi-server tmux session/window/pane manager, so you can attach to the session the agent is running in and answer it directly.Website: https://mobile-ssh.github.io
Disclosure: I am the author. The app is free — no account, no cloud, no ads, no paid tier. It is closed source; per CONTRIBUTING, open source is preferred but not required. Android is currently a Google Play closed test and iOS is a public TestFlight beta, so install links are on the website rather than a store listing — happy to close this and resubmit after the public listings land if you would rather wait.
Format follows the guidelines:
[Name](link) - Description., ends with a period, does not begin with "A"/"An". Single line added, nothing else changed.🤖 Generated with Claude Code