One command to install, one command to connect. Works on macOS and Linux. Supports Claude Code, Codex CLI, and Cursor Agent.
curl -fsSL https://console.tedigo.com/install.sh | shAutomatically detects your OS and architecture. Installs to ~/.tedigo/bin and symlinks to /usr/local/bin.
1. Navigate to your project
cd ~/my-projectOpen a terminal in any folder — an existing repo, a new project, or even an empty directory.
Prerequisite: An AI coding CLI must be installed on your machine. Supported: Claude Code, Codex CLI, or Cursor Agent.
2. Connect your device
tedigo-console connectOn first run, this links the device to your Tedigo account. Then the browser asks you to name and confirm each new connection before the session goes live. Use --cli=codex or --cli=cursor to choose a different CLI.
3. Start coding
That's it. Open console.tedigo.com to access your terminal from any browser.
| tedigo update | Update to the latest version |
| tedigo link | Re-link device to a different account |
| tedigo --version | Show version and check for updates |
Native Windows support is in development. In the meantime, you can use the Linux installer inside WSL (Windows Subsystem for Linux).