Back

Install Tedigo CLI

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 | sh

Automatically detects your OS and architecture. Installs to ~/.tedigo/bin and symlinks to /usr/local/bin.

macOS (Apple Silicon & Intel)Linux (x64 & ARM64)

After installing

1. Navigate to your project

cd ~/my-project

Open 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 connect

On 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.

Other commands

tedigo updateUpdate to the latest version
tedigo linkRe-link device to a different account
tedigo panel --enableEnable the interactive side panel
tedigo --versionShow version and check for updates

Coming soon

Windows

In development

Native Windows support is in development. In the meantime, you can use the Linux installer inside WSL (Windows Subsystem for Linux).