Skip to content

A cross platform mDNS-Browser app written in Rust using tauri and leptos

License

Notifications You must be signed in to change notification settings

hrzlgnm/mdns-browser

Repository files navigation

mDNS-Browser

This app allows for browsing of services using mDNS

Building

See BUILDING document.

Where EXE?

github releases

The latest release can be downloaded here Release

winget

winget install mdns-browser

Acknowledgments

The main workhorse of this application is the great library mdns-sd used to do all the mDNS magic happening in the backend of the app. Consider giving the repo a star if you like this application.