by termly-dev
# Add to your Claude Code skills
git clone https://github.com/termly-dev/termly-cliAccess your AI coding assistants from any device. Works with Claude Code, Aider, GitHub Copilot, and any terminal-based AI tool.
Previous versions:
No comments yet. Be the first to share your thoughts!
Termly CLI includes prebuilt binaries for all platforms - no compilation required!
All Platforms:
npm install -g @termly-dev/cli
After installation, the termly command is available globally.
That's it! Works out-of-the-box on:
For beta testers and development:
npm install -g @termly-dev/cli-dev
This installs the termly-dev command which connects to the development environment.
Node.js 18+ - That's all you need!
Termly CLI uses @lydell/node-pty with prebuilt binaries for all platforms:
Installation typically completes in 10-30 seconds.
Termly CLI supports three environments:
| Environment | Package | Command | Server URL | Use Case |
|------------|---------|---------|------------|----------|
| Production | @termly-dev/cli | termly | wss://api.termly.dev | End users |
| Development | @termly-dev/cli-dev | termly-dev | wss://dev-api.termly.dev | Beta testers |
| Local | Run from source | TERMLY_ENV=local termly | ws://localhost:3000 | Developers only |
*...