hrzlgnm / mdns-browser

A cross platform mDNS-Browser app written in Rust using tauri and leptos
MIT License
4 stars 0 forks source link
leptos mdns-sd rust tauri thaw winget-pkgs

mDNS-Browser

This application allows you to browse services using mDNS.

Building

For instructions on building the application, checkout the document BUILDING.

Where to find the executables?

GitHub Releases

You can download the latest version of the application from the GitHub Release page

Winget installation

To install via Winget, run the following command:

winget install mdns-browser

Arch Linux (AUR)

To install on Arch Linux using the AUR, you can use an AUR helper like yay or paru:

With yay:

yay -S mdns-browser

Alternatively using the -bin package:

yay -S mdns-browser-bin

With paru:

paru -S mdns-browser

Alternatively using the -bin package:

paru -S mdns-browser-bin

Privacy

For a privacy statement checkout the document PRIVACY.

Acknowledgments

This app uses the fantastic mdns-sd libraryto handle all mDNS functionality. If you find this app helpful, consider giving the library a star on GitHub!