Requirements: 4.1 and up
Overview: Termius is the best way to manage, UNIX and Linux systems, whether that would be a local machine, a remote service, Docker Container, VM, Raspberry Pi, or AWS instance. In other words, Termius is Putty for Android but with awesome design.
Free Features:
· SSH client with support of ECDSA, ed25519, and chacha20-poly1305
· Desktop app for Windows, Mac, and Linux
· Mosh & Telnet protocol support
· Local terminal with bash
· Built-in RSA/DSA/ECDSA key generator and Putty keys importer
· XTerm-256 colors, VT100 and vanilla terminal types support
· Local, Remote, and Dynamic port forwarding
· Automatic icon recognition, e.g., Raspberry Pi, Ubuntu, Fedora
· Hardware keyboard support
· Password, key, and 2FA authentication
· 11 awesome color schemes
· Terminal Touch with the support of arrow keys, Ctrl and Alt.
· Organize hosts into groups to share settings among them
· No ads or banners
Premium Features, $29,99 annually.
· Cross-device sync *
· SSH key agent forwarding
· SFTP client
· Terminal tabs
· HTTP/SOCKS proxy
· CLI tool to export ~/.ssh/config
· Fingerprint protection
· Home Screen Widget
· AWS EC2 and Digital Ocean host import
· Host chaining
· Save and run snippets
· Env variables
* Using zero-knowledge cloud storage with 2FA protection. All the data encrypted on the client-side using AES-256.
What's New
- Added OperatorMono font.
- Fixed working with AWS S3 Buckets.
- Fixed execution of Snippets on hosts in a group
● Premium features Unlocked
● Sync features Disabled
● No account Needed
● Analytics Disabled
● Notes:
This app is packaged as multiple split APKs.
You will have to install the base APK and also some split APKs.
- Download the Base APK and the split APKs archive.
Extract the archive that contains 4 APK files of 2 different categories:
I) CPU Architecture: split_config.arm64_v8a.apk, split_config.armeabi_v7a.apk
II) Screen Configuration: split_config.xxhdpi.apk, split_config.tvdpi.apk
To perform the installation you need the base APK and at least one APK in each split category.
Make your choice regarding you device configuration.
Finally, use «adb install-multiple -r » command to install or to update APKs.
Example:
- with a tablet based on armv7:
Code: Select alladb install-multiple -r Termius-v3.2.27.apk split_config.armeabi_v7a.apk split_config.tvdpi.apk
- with a mobile based on armv8:
Code: Select alladb install-multiple -r Termius-v3.2.27.apk split_config.arm64_v8a.apk split_config.xxhdpi.apk