Back

Install Tedigo CLI

One command to install, one command to connect. Works on macOS and Linux. Supports Claude Code, Codex CLI, and Cursor Agent.

Latest CLIv1.7.27
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.

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

Other commands

tedigo updateUpdate to the latest version
tedigo linkRe-link device to a different account
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).