One command to install, one command to connect. Works on macOS and Linux. Claude Code must already be installed and authenticated on the machine you connect.
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. Claude Code works anywhere.
Prerequisite: Claude Code must be installed and authenticated on your machine. If you don't have it yet, follow the official install guide first.
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. Console uses the Claude Code installation already authenticated on that machine.
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 panel --enable | Enable the interactive side panel |
| 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).