Mirror any CLI tool in a browser with a public URL. Share your terminal with anyone over the internet.
The user wants to:
remotego is installed globally via npm. Run it with any command:
remotego <command> [command-args...] [options]
| Goal | Command |
|---|---|
| ------ | --------- |
| Mirror Claude Code | remotego claude |
| Mirror bash | remotego bash |
| Mirror Python REPL | remotego python3 -i |
| Mirror vim | remotego vim |
| Mirror Node.js REPL | remotego node |
| Custom port | remotego --port 9000 bash |
| Custom tunnel domain | remotego --domain myterm.localhost.run bash |
| Pass flags to command | remotego -- git log --oneline |
| Flag | Description | Default |
|---|---|---|
| ------ | ------------- | --------- |
--port | Local HTTP port | 7681 |
--cwd | Working directory | Current dir |
--domain | Custom localhost.run domain | Random |
--help, -h | Show help |
npm install -g @remotego/remotego
Or use without installing:
npx @remotego/remotego bash
Press Ctrl+C in the terminal running remotego.
| Issue | Solution |
|---|---|
| ------- | ---------- |
node not found | Install from https://nodejs.org/ |
| Tunnel fails | Check if SSH port 22 is blocked; falls back to localhost |
| Port in use | Use --port to specify a different port |
| Browser doesn't open | Manually open the URL shown in terminal output |
共 1 个版本