Skip to content

measure-sh/holo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

435 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Holo

CI Release

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.

holo screenshot

Setup

Prerequisites

  • adb must be in your PATH
  • $EDITOR or $VISUAL set to your preferred editor (used to open files and logs)
  • scrcpy (optional, required for device mirroring)

Install

macOS / Linux

curl -sSL https://raw.githubusercontent.com/measure-sh/holo/main/install.sh | sh

From source (any platform with Rust)

cargo install holo

Usage

$ holo

Features

  • 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.

Themes

Holo ships with 4 built-in themes. Switch themes from the settings menu.

Dark

Dark theme

Light

Light theme

Tokyo Night

Tokyo Night theme

Akaito

Akaito theme

Tokyo Night and Akaito themes are based on Omarchy color palettes.

Credits

  • UI heavily inspired by btop

About

A terminal UI for Android developers. Monitor performance, browse logs, query databases, record traces, and control devices — without leaving the terminal.

Resources

License

Stars

Watchers

Forks

Packages