DEV Community

nuyb
nuyb

Posted on

I built an open-source macOS app that lets you inspect native UI elements like the web

I’ve always loved how easy it is to inspect elements on the web, so I decided to build something similar for native macOS apps...

It’s called Xray. It lets you hover over any window or button on your screen to inspect it, and you can capture it to your clipboard with a single click.

It’s built with Tauri (Rust) and React, so it’s pretty lightweight.

I just open-sourced it and would love to hear your feedback or suggestions.

https://github.com/wlswo/xray

Top comments (0)