Skip to content

Releases: termly-dev/termly-cli

v1.9.0 - Pi Coding Agent and Kilo Code CLI support

18 Feb 13:29
8857f0b

Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.9.0

v1.3.0 - First Public Release

12 Nov 15:57

Choose a tag to compare

🎉 Termly CLI v1.3.0 - First Public Release!

Termly CLI is now open source! Mirror your AI coding sessions to mobile - control Claude Code, Aider, GitHub Copilot, and
20+ tools from your phone.


✨ What's New in v1.3.0

🚀 No Build Tools Required

  • Prebuilt binaries for all platforms (Windows, macOS, Linux)
  • Installation now takes 10-30 seconds instead of minutes
  • No Visual Studio, Xcode, or build-essential needed
  • Just run: npm install -g @termly-dev/cli

🪟 Improved Windows Support

  • Fixed PATH issues - npm bin always added to environment
  • Fixed .cmd/.bat file execution
  • Fixed command escaping and path quoting
  • Better ConPTY handling and terminal stability

🔄 Auto-Update Check

  • CLI validates version on startup
  • Outdated versions are blocked for security
  • Automatic prompts to update when needed

🎯 Enhanced Terminal Handling

  • Better resize management
  • Output normalization for cross-platform consistency
  • Improved session resume and catchup

📦 Installation

npm install -g @termly-dev/cli

That's it! Works out-of-the-box on:

  • ✅ macOS (Intel & Apple Silicon)
  • ✅ Linux (x64 & ARM64)
  • ✅ Windows 10+ (x64 & ARM64)

🚀 Quick Start

cd /path/to/your/project
termly start

The CLI will auto-detect installed AI tools or let you choose.


🤖 Supported AI Tools (20+)

Official Tools

  • Claude Code (Anthropic)
  • GitHub Copilot CLI (Microsoft)
  • Google Gemini CLI (1M token context)
  • Grok CLI (xAI)
  • OpenAI Codex CLI
  • Cursor CLI
  • Cody CLI (Sourcegraph)
  • Amazon Q Developer (AWS)

Popular Open-Source

  • Aider - AI pair programming (35k+ stars)
  • Continue CLI - Modular architecture
  • OpenHands - Open-source Devin alternative
  • Ollama - Run LLMs locally
  • ChatGPT CLI, ShellGPT, Mentat, Blackbox AI

And more... Works with any terminal-based AI tool!


🔒 Security

  • End-to-end encryption (AES-256-GCM + DH-2048)
  • Zero-knowledge server - server never sees your unencrypted data
  • Fingerprint verification - prevent MITM attacks
  • Version enforcement - automatic security updates
  • Open source - audit the code yourself

📚 Documentation


🤝 Contributing

We welcome contributions! See https://github.com/termly-dev/termly-cli/blob/main/CONTRIBUTING.md for:

  • How to report bugs
  • How to suggest features
  • How to add support for new AI tools
  • Development setup guide

🌐 Links


🙏 Acknowledgments

Thank you to:

  • All contributors and early testers
  • The open-source community
  • Users who provided feedback

📝 Full Changelog

See https://github.com/termly-dev/termly-cli/blob/main/CHANGELOG.md for complete version history.

Previous versions:

  • v1.2.0 - Windows output deduplication and PowerShell optimization
  • v1.0.0 - Stable release with session management and E2EE
  • v0.9.x - Terminal resize support and improved reconnection
  • v0.8.x - Demo mode for Apple App Review

Made with ❤️ by the Termly Team

🤖 This is the first public release of Termly CLI. Star the repo if you find it useful!