Tauri WebApp on Demand v3.0.5
Tauri WebApp on Demand v3.0.5
Turn any website into a native desktop app with a single config file.
What's New in v3.0.5
- Single-instance control — New
allow_only_one_instanceoption:"on"/"first"keeps only the first instance (brings it to foreground if you try to launch again, even from minimized),"last"kills the existing instance and takes over. Windows only. - Multi-instance window cascading — When multiple instances are allowed, each new window opens with a +32px offset so they don't stack on top of each other.
- Minimized window state fix — Window position is no longer saved when minimized, preventing off-screen restoration.
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.5-windows-x64.zip |
| Linux x64 | Tauri2_Any_WebApp_Wrapper-v3.0.5-linux-x64.zip |
| macOS ARM64 | Tauri2_Any_WebApp_Wrapper-v3.0.5-macos-arm64.zip |
Each ZIP contains the binary and a self-documented app.json config file.