|
6 | 6 |
|
7 | 7 | [](LICENSE) |
8 | 8 | [](agent/go.mod) |
| 9 | +[](agent-mac/) |
9 | 10 | [](packages/relay/package.json) |
10 | 11 | [](packages/web/package.json) |
11 | 12 | [](Dockerfile) |
@@ -106,14 +107,37 @@ The agent is a single Go binary that runs on your local machines. |
106 | 107 |
|
107 | 108 | Go to the [Releases](https://github.com/finch-xu/RemoteTTYs/releases) page and download the binary for your platform: |
108 | 109 |
|
109 | | -| Platform | File | |
110 | | -|----------|------| |
111 | | -| **macOS menu bar app (recommended)** ⭐ | `RttysAgent.zip` | |
112 | | -| macOS CLI (Apple Silicon) | `rttys-agent-macOS-arm64` | |
113 | | -| macOS CLI (Intel) | `rttys-agent-macOS-x64` | |
114 | | -| Linux (x86_64) | `rttys-agent-Linux-x64` | |
115 | | -| Linux (ARM64) | `rttys-agent-Linux-arm64` | |
116 | | -| Windows (x86_64) | `rttys-agent-Windows-x64.exe` | |
| 110 | +<table> |
| 111 | + <tr> |
| 112 | + <td rowspan="7" align="center"><img src="images/rttys-agent-logo-rounded.png" width="160" /></td> |
| 113 | + <th>Platform</th> |
| 114 | + <th>File</th> |
| 115 | + </tr> |
| 116 | + <tr> |
| 117 | + <td><b>macOS menu bar app (recommended)</b> ⭐</td> |
| 118 | + <td><code>RttysAgent.zip</code></td> |
| 119 | + </tr> |
| 120 | + <tr> |
| 121 | + <td>macOS CLI (Apple Silicon)</td> |
| 122 | + <td><code>rttys-agent-macOS-arm64</code></td> |
| 123 | + </tr> |
| 124 | + <tr> |
| 125 | + <td>macOS CLI (Intel)</td> |
| 126 | + <td><code>rttys-agent-macOS-x64</code></td> |
| 127 | + </tr> |
| 128 | + <tr> |
| 129 | + <td>Linux (x86_64)</td> |
| 130 | + <td><code>rttys-agent-Linux-x64</code></td> |
| 131 | + </tr> |
| 132 | + <tr> |
| 133 | + <td>Linux (ARM64)</td> |
| 134 | + <td><code>rttys-agent-Linux-arm64</code></td> |
| 135 | + </tr> |
| 136 | + <tr> |
| 137 | + <td>Windows (x86_64)</td> |
| 138 | + <td><code>rttys-agent-Windows-x64.exe</code></td> |
| 139 | + </tr> |
| 140 | +</table> |
117 | 141 |
|
118 | 142 | **macOS menu bar app:** unzip and drag `RttysAgent.app` to `/Applications`. Launching it adds a menu bar icon with live connection status, log viewer, and a built-in config editor — no terminal commands needed. Universal binary (arm64 + x86_64), Developer ID signed, notarized, and self-updates via [Sparkle](https://sparkle-project.org/). If you install the app, skip sections 2–3 below and configure via the menu bar UI instead. |
119 | 143 |
|
|
0 commit comments