A terminal UI for Android. Built for developers who don't like leaving the terminal. Manage app data, browse logs, record traces, run database queries, and control your device settings directly from the TUI with simple commands.
Built by the team behind Measure.
- adb must be in your
PATH $EDITORor$VISUALset to your preferred editor (used to open files and logs)- scrcpy (optional, required for device mirroring)
macOS / Linux
curl -sSL https://raw.githubusercontent.com/measure-sh/holo/main/install.sh | shFrom source (any platform with Rust)
cargo install holo$ holo- Logcat — filter by tag, search text, or log level. Scroll back through history or tail live.
- SQLite databases — open any app database and run SQL queries right in the TUI. Browse results or pull the whole db to your machine.
- Memory and CPU stats — live CPU, memory, and disk usage with sparkline graphs. Spot leaks at a glance.
- Perfetto traces — start and stop system traces from the TUI. Open them in ui.perfetto.dev with one keystroke.
- File browser — navigate your app's data directory as a tree. Pull any file to your machine with a single key.
- Crashes and ANRs — see crash stack traces and ANR reasons as they happen.
- Permission management — grant and revoke runtime permissions.
- Quick commands — open, kill, uninstall, screenshot, toggle dark mode, layout bounds, show taps, and more.
- Device mirroring via scrcpy.
- Wireless ADB setup.
- Keyboard-driven with vim-style navigation.
Holo ships with 4 built-in themes. Switch themes from the settings menu.
Tokyo Night and Akaito themes are based on Omarchy color palettes.
- UI heavily inspired by btop




