Tauri WebApp on Demand v3.0.7
Turn any website into a native desktop app with a single config file.
Quick Start
- Download the ZIP for your platform below
- Extract both files (
app.exe+app.json) into the same folder - Edit
app.json— set"url"to the website you want to wrap:{ "url": "https://music.youtube.com" } - Run
app.exe(orappon macOS/Linux) - Rename to customize: rename
app.exe→MyApp.exeandapp.json→MyApp.jsonto give your app its own name
All options are documented with comments inside app.json.
Downloads
| Platform | File |
|---|---|
| Windows x64 | Tauri2_Any_WebApp_Wrapper-v3.0.7-windows-x64.zip |
| Linux x64 | Tauri2_Any_WebApp_Wrapper-v3.0.7-linux-x64.zip |
| macOS ARM64 | Tauri2_Any_WebApp_Wrapper-v3.0.7-macos-arm64.zip |
Each ZIP contains the binary and a self-documented app.json config file.