PC Inspector
Hover any window → lock with Alt+Shift+P → get a full element tree with properties, bounds, roles, and code generation. Works with any app via Windows UIAutomation, macOS AX API, or Linux AT-SPI2.
UIScope inspects the live element tree of any Android app (via ADB, no root) and any desktop app on Windows, macOS, or Linux. Copy XPath in one click, generate uiautomator2, Appium, pywinauto and Maestro code instantly. 100% offline — no server, no account, no configuration.
Four modes, one install. Every mode shares the same session history, bookmarks, export, and code generation engine.
Hover any window → lock with Alt+Shift+P → get a full element tree with properties, bounds, roles, and code generation. Works with any app via Windows UIAutomation, macOS AX API, or Linux AT-SPI2.
Connect via USB or wireless ADB. Get a live screencap with bidirectional node selection — tap a node in the tree to highlight it on-screen, or tap the screen to select the node. No on-device agent needed.
Pick any two saved inspection sessions and instantly see what was added, removed, or changed between them. Great for verifying UI changes after code updates.
Define a condition — element appears, disappears, text matches — and monitor a device continuously. UIScope fires a notification the moment the condition is met. Perfect for automated QA workflows.
Free forever. All builds are produced by GitHub Actions CI and published to GitHub Releases.
Windows 10 / 11 (x64)
Ubuntu 22.04+ / Debian (x64)
Install .deb: sudo dpkg -i uiscope_*.deb
Built with Kotlin 2.0 + Compose Multiplatform Desktop. Contributions welcome.