Skip to content

Commit 8d7dfe2

Browse files
Document desktop platform support
1 parent 60ee2ce commit 8d7dfe2

3 files changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@ npx codex-marketplace add ZainTechnologiesLTD/codex-remote-ssh --plugins --globa
2626

2727
See [plugins/remote-ssh/README.md](./plugins/remote-ssh/README.md) for setup, security, and development details.
2828

29+
## Platform Support
30+
31+
Codex Remote SSH supports cross-platform desktop use on:
32+
33+
- Windows
34+
- macOS
35+
- Linux
36+
37+
The plugin requires a local Codex plugin/MCP runtime, Node.js, filesystem access, and the system `ssh` client. Mobile platforms such as iOS and Android are not currently supported unless Codex provides a compatible local MCP runtime there.
38+
2939
## Troubleshooting Visibility
3040

3141
After global install, restart Codex. If Remote SSH still does not appear in the plugin UI, confirm that `~/.codex/config.toml` includes both the plugin entry and the marketplace source:

plugins/remote-ssh/CONFIGURATION.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Configuration Reference
22

3+
Codex Remote SSH supports cross-platform desktop use on Windows, macOS, and Linux. It requires Node.js, the system `ssh` client, and a local Codex plugin/MCP runtime.
4+
35
Codex Remote SSH can save connection profiles automatically. Most users should ask Codex to add a connection instead of editing JSON by hand.
46

57
```text

plugins/remote-ssh/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Enterprise-grade Remote SSH tools for OpenAI Codex, built by [Zain Technologies
44

55
Codex Remote SSH connects Codex to trusted servers, devboxes, and private infrastructure through a local MCP bridge. It is designed for professional engineering and operations workflows where security, auditability, and least-privilege access matter.
66

7+
## Platform Support
8+
9+
Codex Remote SSH supports cross-platform desktop use on:
10+
11+
- Windows
12+
- macOS
13+
- Linux
14+
15+
The plugin requires a local Codex plugin/MCP runtime, Node.js, filesystem access, and the system `ssh` client. Mobile platforms such as iOS and Android are not currently supported unless Codex provides a compatible local MCP runtime there.
16+
717
## Why This Exists
818

919
Modern teams often keep source code, logs, services, and deployment tools on remote Linux hosts or private networks. Codex can already run local shell commands, but a marketplace-grade remote plugin should provide safer primitives than raw SSH strings.

0 commit comments

Comments
 (0)