Termo is a minimalist, fast, and secure SSH client designed to simplify the management of multiple servers.
Our main goals are speed, security, and a keyboard-first philosophy for maximum productivity.
- 🔐 SSH connection using password or private key
- 📥 Import connections from:
- mRemoteNG
- ➕ Unlimited sessions and folder creation
- 🔍 Quick connection search with command palette
- 🌍 Languages supported: English, Spanish
- 🔑 Master key encryption for enhanced security
- ⌨️ Keyboard-first design philosophy for power users
- ✅ Secure support for legacy password-based connections
- Simplify server connection management for environments with many servers.
- Provide a clean and minimalistic interface.
- Guarantee secure storage of credentials.
- Enable fast navigation and control via keyboard shortcuts.
We welcome contributions from the community! Follow these steps:
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature/new-feature
- Commit your changes:
git commit -m "Added new feature" - Push your branch:
git push origin feature/new-feature - Open a Pull Request (PR) and describe your changes. ✔️ Once reviewed and approved, your PR will be merged into production.
- All sensitive data (SSH keys, passwords) is encrypted with a master key.
- No external servers or third-party APIs involved – everything runs locally.
- Follow best practices for SSH security.