Build Desktop

Build the Tauri desktop application for production Use when this capability is needed.

tomevault-io 66969f1 2 files · 1.3 KB Updated

File contents

Build the desktop application using Tauri.

npm run build:desktop

This will:

  1. Build the Astro frontend
  2. Compile the Rust backend
  3. Package the native app for the current platform

The output will be in src-tauri/target/release/bundle/.

Platform-specific outputs

  • macOS: .dmg and .app
  • Windows: .msi and .exe
  • Linux: .deb, .AppImage, .rpm

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/zatsit-oss--zats-greenscore--build-desktop commit 66969f118a

Frequently asked questions

npx skillmds@latest add tomevault-io/build-desktop