# Build Desktop

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

- Skill: `tomevault-io/build-desktop` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/build-desktop`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/build-desktop/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/build-desktop

---


Build the desktop application using Tauri.

```bash
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](https://tomevault.io/claim/zatsit-oss) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

