Skip to content

Rust

A Terminal UI for Driving Android Apps

Most Android automation tools make you choose between two awkward modes.

You can write scripts, which are repeatable but slow to discover:

hs ui
hs tap "Continue"
hs fill "Email" "you@example.com"

Or you can use a visual tool, which is easier to explore but often separate from the thing you later automate.

hs tui is the missing middle: a terminal UI that lets you drive an Android app from the keyboard while showing the same action rows you would put in a script.

hs tui driving Android from the terminal

It is not a remote desktop. It is not a recorder. It is a live, keyboard-driven inspector for Android's interactive UI.