| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| tode-darwin-arm64.tar.gz | 2026-08-21 | 130.7 MB | |
| tode-linux-arm64.tar.gz | 2026-08-21 | 135.6 MB | |
| tode-linux-x64.tar.gz | 2026-08-21 | 137.7 MB | |
| README.md | 2026-08-21 | 1.2 kB | |
| v0.2.0 source code.tar.gz | 2026-08-21 | 12.9 MB | |
| v0.2.0 source code.zip | 2026-08-21 | 12.9 MB | |
| Totals: 6 Items | 429.9 MB | 0 | |
SSH Mode
This release includes a new --ssh flag you can pass to the tode cli:
# from your local shell
tode --ssh <ssh arguments>
This is the new recommended way to use terminal-code over ssh.
Previously, the only way to run terminal-code over ssh was running tode in the machine you were ssh'd into. This had some drawbacks:
- every frame drawn by vscode needed to be sent over the network
- all user input had to be sent over the network before vscode could respond
- it missed out on some extra optimizations
By using the new --ssh option, terminal-code only runs the backend on your remote machine, and runs the frontend on your local device, allowing most interactions to be ~instant. Under the hood terminal-code proxies network requests made by the vscode frontend over ssh to a vscode backend installed on the remote machine.
Demo
https://github.com/user-attachments/assets/433862e6-f4ef-435f-b29f-4736cbf0b83f
Install:
:::sh
curl -fsSL https://tode.sh/install | bash
Pinned to this version:
:::sh
curl -fsSL https://tode.sh/install/v/v0.2.0 | bash