Skip to content

A 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.

License

Notifications You must be signed in to change notification settings

DraviaVemal/tauri-remote-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tauri Remote UI

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

Features

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

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
  • Network Latency Tracking
  • Custom Starting window name options
  • Dynamic Port mapping
  • SSL Certificate ingration
  • Authendication system for remote access (User_id,Password)

Refer document central for detailed information docs

About

A 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.

Resources

License

Stars

Watchers

Forks

Sponsor this project