An experimental Android terminal app combining features from Termux and Ghostty.
⚠️ NOTICE: This is an unofficial fork and is not affiliated with ghostty-org or termux. It combines features from both projects under their respective licenses (GPLv3 and MIT).
- Ghostty integration — Uses Ghostty-backed VT parsing and terminal state management inside the app.
- Android session bubbles — Open terminal sessions as native Android 11+ bubbles without killing the underlying session when the bubble UI is dismissed.
- Bubble unread dots for OSC notifications — Bubbled sessions use conversation-style unread state instead of separate system notifications, and opening the session clears the unread indicator.
- Clickable terminal links — Optional
termux.propertiessupport for tap-to-open links in Ghostty sessions viaterminal-onclick-url-open=true, withterminal-onclick-url-open-when-mouse-tracking-active=trueto prefer link taps over terminal mouse tracking. - Remember soft keyboard state — Optional
termux.propertiessupport viaremember-soft-keyboard-state=trueto restore the last soft keyboard visibility state when reopening the app. - Material You theming — Optional
termux.propertiessupport viamaterial-you-theme=disabled|light|dark|black|systemto theme the entire app (chrome + terminal ANSI palette) with wallpaper-derived Material 3 colors on Android 12+.blackuses dynamic accent colors with pure black backgrounds. When enabled,colors.propertiesis ignored. Recreates automatically on wallpaper changes.
Experimental and fast-moving.