This is a cross-platform WebView application that demonstrates IPC communication between a WebView and a separate web server process.
- Cross-platform support (macOS, Linux, Windows, iOS, Android)
- WebView with custom protocol handling
- IPC communication using Unix domain sockets
- Built using Rust and Tauri
- Automatic updates
- Installer creation for all platforms
- macOS 10.15 (Catalina) or later
- Supports both x64 and ARM64 architectures
- Major distributions with kernel version 4.4 or later
- x64 architecture only
- Windows 10 version 1803 or later
- Supports both x64 and ARM64 architectures
- iOS 13 or later
- Android 8.0 (API level 26) or later
Please refer to the build-env.md file for detailed instructions on setting up the development environment, building the project, and creating installers.