Releases: zenbu-labs/terminal-code
Release list
v0.3.1
v0.3.0
Install:
curl -fsSL https://tode.sh/install | bashPinned to this version:
curl -fsSL https://tode.sh/install/v/v0.3.0 | bashv0.2.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
CleanShot.2026-08-21.at.00.15.24.mp4
Install:
curl -fsSL https://tode.sh/install | bashPinned to this version:
curl -fsSL https://tode.sh/install/v/v0.2.0 | bashv0.1.13
Install:
curl -fsSL https://tode.sh/install | bashPinned to this version:
curl -fsSL https://tode.sh/install/v/v0.1.13 | bashv0.1.12
Install:
curl -fsSL https://tode.sh/install | bashPinned to this version:
curl -fsSL https://tode.sh/install/v/v0.1.12 | bashv0.1.11
Install:
curl -fsSL https://tode.sh/install | bashPinned to this version:
curl -fsSL https://tode.sh/install/v/v0.1.11 | bashv0.1.10
Install:
curl -fsSL https://tode.sh/install | bashPinned to this version:
curl -fsSL https://tode.sh/install/v/v0.1.10 | bashv0.1.8
Install:
curl -fsSL https://tode.sh/install | bashPinned to this version:
curl -fsSL https://tode.sh/install/v/v0.1.8 | bashv0.1.7
Install:
curl -fsSL https://tode.sh/install | bashPinned to this version:
curl -fsSL https://tode.sh/install/v/v0.1.7 | bashv0.1.6
Install:
curl -fsSL https://tode.sh/install | bashPinned to this version:
curl -fsSL https://tode.sh/install/v/v0.1.6 | bash