Luke Gustafson 385ae29a35 v1.3.2 (#10)
* feat: SSH session persistence across app background/foreground (#8)

* fix: ipad keyboard issue + paste key not wokring and disabled auto correct

* fix: ipad keyboard issues

* fix: ipad styling issues, emoji/voice dictation support, android keyboard issues

* fix: ipad styling issues

* feat: add debuging to fix ipad keyboard margins

* fix: handle physical keyboard special keys in terminal (#6)

* feat: add iPadOS build workflow without EAS dependency (#4)

* fix: handle physical keyboard special keys in terminal

Tab, Escape, and arrow keys from physical keyboards were filtered out
by the key.length === 1 check. Add explicit handling like Enter/Backspace.

* feat: add iOS native Shift+Tab support via UIKeyCommand

Add Expo native module that uses UIKeyCommand + method swizzling
to intercept Shift+Tab on iOS hardware keyboards and forward
the backtab escape sequence (\x1b[Z]) to the active terminal.

---------

Co-authored-by: swing <bestswngs@gmail.com>
Co-authored-by: Luke Gustafson <88517757+LukeGus@users.noreply.github.com>

* feat: improve ipad ui logic and improve external keyboard handling

* feat: fix arrow keys and modifier keys on hardware keybords

* fix: fix arrow keys and modifier keys on hardware keybords

* feat: add voice over support and improved terminal background conneciton

* feat: add missing files

* feat: add host key verification support

* fix: dictation issues + android IME multi character input issues on android

* fix: none auth hosts

* chore: clean

* chore: update readme

* feat: add SSH session persistence for background/foreground transitions

Adapt the mobile client to the server-side session persistence protocol
(Termix PR #594). When the app goes to background and the WebSocket dies,
the server keeps the SSH session alive. On foreground return, the client
sends attachSession instead of connectToHost, reattaching to the existing
session with buffered output replay.

- Track server sessionId from sessionCreated messages
- Send attachSession on reconnect when a sessionId exists
- Handle sessionExpired with automatic fallback to fresh connectToHost
- Handle sessionTakenOver for multi-device scenarios
- Send explicit disconnect on destroy to clean up server sessions
- Skip terminal clear and post-connection setup on reattach

---------

Co-authored-by: LukeGus <bugattiguy527@gmail.com>
Co-authored-by: swing <bestswngs@gmail.com>
Co-authored-by: Luke Gustafson <88517757+LukeGus@users.noreply.github.com>

* fix: clear terminal after reconnecting and fix letter duplcation

* chore: increment ver

* fix: use new 2.0.0 api routes and filter non ssh hosts

* chore: increment ver

---------

Co-authored-by: ZacharyZcR <PayasoNorahC@protonmail.com>
Co-authored-by: swing <bestswngs@gmail.com>
2026-03-14 20:16:27 -05:00
2025-10-25 02:25:58 -05:00
2026-03-14 20:16:27 -05:00
2025-10-26 01:58:19 -05:00
2025-12-17 01:25:57 -06:00
2025-09-18 18:40:12 -05:00
2026-02-19 00:48:49 -06:00
2025-12-17 01:25:57 -06:00
2025-10-26 01:55:32 -05:00
2026-03-14 20:16:27 -05:00
2025-11-01 02:48:51 -05:00
2026-03-14 20:16:27 -05:00
2025-10-12 01:42:40 -05:00
2025-10-24 20:19:11 -05:00
2025-09-24 20:29:37 -05:00
2025-10-11 02:24:41 -05:00
2025-09-17 00:17:57 -05:00
2025-09-17 00:17:57 -05:00
2026-03-14 20:16:27 -05:00
2026-03-14 20:16:27 -05:00
2026-02-19 00:48:49 -06:00
2025-12-17 01:25:57 -06:00
2025-09-17 00:17:57 -05:00

Repo Stats

GitHub Repo stars GitHub forks GitHub Release Discord

If you would like, you can support the project here!
GitHub Sponsor

Overview

Full remote SSH control of your servers with Termix, the ultimate SSH server management tool. It connects to your existing Termix server to provide you with SSH server access.

Planned Features

See Projects for all planned features. If you are looking to contribute, see Contributing.

Features

  • SSH Terminal - SSH terminal with multi-session support. Switch between two keyboard modes: the system keyboard and a custom terminal keyboard that is optimized for terminal use. The custom keyboard is completely configurable to your preferences. Has support for background-keepalive, VoiceOver, dication, Bluetooth/physical keyboards, emojis, etc.
  • SSH File Manager - View, edit, modify, and move files and folders via SSH.
  • SSH Server Stats - Get information on a servers status such as CPU, RAM, HDD, etc.
  • SSH Tunnels - Start, stop, and manage SSH tunnels.
  • Server Configuration - Easily connect to your existing Termix server via IP/domain. It has support for reverse proxy access login pages, logging in with OIDC, and, of course, regular username/password logins.

Installation

Termix Mobile is available for both Android and iOS platforms.

Sponsors

DigitalOcean          Crowdin          Crowdin          Crowdin

Support

If you need help or want to request a feature with Termix Mobile, visit the Issues page, log in, and press New Issue. Please be as detailed as possible in your issue, preferably written in English. You can also join the Discord server and visit the support channel, however, response times may be longer.

Show-off

Termix Demo 1 Termix Demo 2 Termix Demo 3 Termix Demo 4 Termix Demo 5

License

Distributed under the Apache License Version 2.0. See LICENSE for more information.

S
Description
Mobile app for Termix.
Readme 10 MiB
Languages
TypeScript 75.3%
HTML 22.6%
JavaScript 1.1%
Swift 0.8%
CSS 0.2%