Skip to content

Tauri WebApp on Demand v3.0.5

Choose a tag to compare

@AtmanActive AtmanActive released this 20 Feb 18:29
· 2 commits to main since this release

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_instance option: "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

  1. Download the ZIP for your platform below
  2. Extract both files (app.exe + app.json) into the same folder
  3. Edit app.json — set "url" to the website you want to wrap:
    {
      "url": "https://music.youtube.com"
    }
  4. Run app.exe (or app on macOS/Linux)
  5. Rename to customize: rename app.exeMyApp.exe and app.jsonMyApp.json to 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.