What Is the Bridge?
The Bridge is a lightweight program that runs on your computer and creates a secure tunnel between the Coder1 web IDE and your local Claude Code CLI.Installation
Option A: One-Line Install
- Checks for Node.js (won’t proceed if missing)
- Downloads the Bridge CLI
- Makes
coder1-bridgeavailable in your terminal - Creates
~/.coder1/config directory
sudo required — everything installs in your user directory.
Option B: Install from Source
For security-conscious users who want to review the code first:Verify Installation
Connecting to the IDE
Open Coder1 IDE
Go to coder1.ai/ide. Click the Bridge button (cyan, top right) to get your pairing code.
Open YOUR local terminal
Not the web terminal — open the Terminal app on your computer:
- Mac: Cmd+Space → type “Terminal”
- Windows: Win+R → type “cmd”
- Linux: Ctrl+Alt+T
Enter the pairing code
Type the 6-digit code shown in the IDE. Codes expire after 5 minutes and are single-use.
Using the Bridge
Once connected, commands you type in the web terminal run on your machine:Disconnecting
Press Ctrl+C in the terminal wherecoder1-bridge start is running. Your computer is immediately disconnected.
Troubleshooting
'Command not found: coder1-bridge'
'Command not found: coder1-bridge'
The installer may not have added it to your PATH. Try:
'Invalid pairing code'
'Invalid pairing code'
Codes expire after 5 minutes. Click the Bridge button in the IDE to generate a fresh code.
'Connection failed'
'Connection failed'
- Check your internet connection
- Verify you can reach coder1.ai
- Restart: Ctrl+C, then
coder1-bridge startagain
'Claude Code not found'
'Claude Code not found'
Install Claude Code first: claude.ai/download. Then retry.
Bridge connects but commands time out
Bridge connects but commands time out
After a server restart, wait a few seconds and refresh the browser before sending commands. The bridge infrastructure needs a moment to warm up.