Releases: termly-dev/termly-cli
v1.9.0 - Pi Coding Agent and Kilo Code CLI support
What's Changed
- Add push notification support with CLI status tracking by @sprotasovitsky in #14
- Update README for v1.5 release by @sprotasovitsky in #15
- Document --ai-args usage for session continuation by @sprotasovitsky in #16
- Add TUI mode support for OpenCode (v1.7.0) by @sprotasovitsky in #17
- v1.7.0: TUI Mode Support for OpenCode by @sprotasovitsky in #18
- Add Pi Coding Agent and Kilo Code CLI support by @sprotasovitsky in #26
Full Changelog: v1.3.0...v1.9.0
v1.3.0 - First Public Release
🎉 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/cliThat'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
- https://github.com/termly-dev/termly-cli/blob/main/README.md - Getting started guide
- https://github.com/termly-dev/termly-cli/blob/main/SECURITY.md - Security policy
- https://github.com/termly-dev/termly-cli/blob/main/CONTRIBUTING.md - Contribution guidelines
- https://github.com/termly-dev/termly-cli/blob/main/CHANGELOG.md - Full version history
- https://github.com/termly-dev/termly-cli/blob/main/docs/ARCHITECTURE.md - Technical details
🤝 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
- Website: https://termly.dev
- GitHub: https://github.com/termly-dev/termly-cli
- Issues: https://github.com/termly-dev/termly-cli/issues
- Discussions: https://github.com/termly-dev/termly-cli/discussions
- Support: hello@termly.dev
- Sponsor: https://ko-fi.com/termly
🙏 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!