Termly CLI enables AI coding assistants on any device. It supports Claude Code, Aider, GitHub Copilot, and terminal-based tools. Operators can integrate with TUI apps like OpenCode for enhanced coding workflows.
git clone https://github.com/termly-dev/termly-cli.gitTermly CLI provides universal access to terminal-based AI coding assistants like Claude Code, Aider, GitHub Copilot, and Cursor from any device—desktop, mobile, or tablet. It uses AES-256-GCM end-to-end encryption with a zero-knowledge server architecture, ensuring your code and conversations remain private. The tool automatically detects installed AI tools, supports multiple simultaneous sessions, and resumes connections with state synchronization. Installation requires only Node.js 18+ with prebuilt binaries for macOS, Linux, and Windows. Teams and individual developers benefit from the ability to run multiple AI tools in parallel, control coding assistants remotely, and maintain encrypted sessions across different environments.
[{"step":"Install termly-cli on your device. Use the official installer: `curl -fsSL https://termly.dev/install | sh` or follow platform-specific instructions from https://termly.dev/docs.","tip":"Ensure you have Node.js 18+ installed for full template compatibility."},{"step":"Choose a project template and path. Run `termly-cli templates` to see available options (e.g., nextjs-fullstack, django-rest, spring-boot).","tip":"Use absolute paths to avoid permission issues. For shared projects, use `~/dev/[project-name]` to keep paths consistent across devices."},{"step":"Initialize your project with termly-cli. Include flags like `--template`, `--no-git`, or `--docker` based on your needs. Example: `termly-cli new ~/dev/my-api --template=fastapi --docker`","tip":"Add `--verbose` to see detailed installation logs, helpful for debugging dependency issues."},{"step":"Integrate with your preferred coding environment. For TUI apps like OpenCode: `opencode ~/dev/my-project`. For IDEs, configure termly-cli as an external tool.","tip":"Use `termly-cli --help` to discover advanced commands like `termly-cli update` for project maintenance."},{"step":"Execute development commands through termly-cli. Examples: `termly-cli dev`, `termly-cli test`, or `termly-cli build` depending on your project type.","tip":"Set up shell aliases for frequent commands: `alias tdev='termly-cli dev'` in your .zshrc or .bashrc."}]
Control Claude Code or Aider from a mobile device on-the-go
Run multiple AI coding assistants simultaneously across different project directories
Access GitHub Copilot CLI securely from remote machines with encrypted WebSocket connections
Resume interrupted AI coding sessions automatically with state synchronization
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/termly-dev/termly-cliCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Use the termly-cli to [TASK] in [PROJECT_PATH]. For example: 'Set up a new Python project with termly-cli in ~/dev/my-project using FastAPI template. Install dependencies, initialize Git, and create a basic REST endpoint at /api/health'. Include any required flags like --template or --no-git if needed.
```bash $ termly-cli new ~/dev/saas-platform --template=nextjs-fullstack --no-git ✅ Project initialized in /Users/alice/dev/saas-platform 📦 Dependencies installed: - [email protected] - [email protected] - [email protected] - @clerk/[email protected] 🔧 Git initialized (skipped via --no-git flag) 📝 Created basic structure: - /app/api/health/route.ts (GET /api/health) - /app/(auth)/login/page.tsx - /prisma/schema.prisma 🚀 Ready to run: $ cd ~/dev/saas-platform $ termly-cli dev ``` The project now includes: - Next.js 14 with App Router - TypeScript strict mode - Prisma ORM with SQLite - Clerk authentication pre-configured - Dockerfile for containerized deployment - GitHub Actions workflow for CI/CD To integrate with OpenCode TUI: 1. Install OpenCode: `brew install opencode` 2. Launch: `opencode ~/dev/saas-platform` 3. Use termly-cli commands directly from the TUI interface
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan