tauri-remote-ui

Crates.iotauri-remote-ui
lib.rstauri-remote-ui
version1.0.1-alpha.8
created_at2025-08-28 06:40:26.047584+00
updated_at2025-11-30 11:40:27.905195+00
descriptionA Tauri plugin that exposes the application’s UI to a web browser, allowing full interaction while the native app continues running. This enables frontend debug, end-to-end UI testing using existing web-based testing tools without requiring modifications to the app itself.
homepage
repositoryhttps://github.com/DraviaVemal/tauri-remote-ui
max_upload_size
id1813640
size212,780
Dravia Vemal (DraviaVemal)

documentation

README

tauri-remote-ui (AGPL-3.0)

Tauri Remote UI is a plugin that allows you to expose your Tauri application's UI to any web browser.

Badges

Crates.io Version NPM Version

📜 License

  • Open Source: AGPL-3.0 (see LICENSE)
  • Commercial: Available via sponsorship (see LICENSE)

✨ Features

  • Seamless enable/diable integration
  • Network level access control setting
  • Network latency tracking

Supports

Environment Support
Windows
Mac
Linux
Android
iOS

Use Case

  • Enabling seamless remote interaction for development debugging—without modifying your app's logic.
  • Enabling end-to-end testing of tauri application using standard web automation tools like playwright.
    • Note : Based on tauri target OS the webkit will change windows will be 100% match test case as both are chromium rest of OS around maximum 10% UI difference are expected from actual application
  • Enable remote access feature for local close ciruit hardware related application

Planned Features

  • Multiple Window of Tauri app support in Remote UI logic
  • SSO Ingration Option
  • Custom Starting window name options
  • Dynamic Port mapping
  • SSL Certificate ingration
  • Authendication system for remote access (User_id,Password)

Documents

Refer document central for detailed information docs

Commit count: 26

cargo fmt