Parchment Docs
Development

Mobile & Desktop Apps

Build and run Parchment with Tauri on desktop and mobile.

Parchment includes Tauri-based applications for desktop and mobile.

Desktop App

From web/:

bun run dev:desktop    # Development
bun run build:desktop  # Production build

Mobile Apps

From web/:

Android:

bun run dev:android        # Development
bun run build:android      # Production AAB
bun run build:android:apk # Production APK

iOS:

bun run dev:ios      # Development
bun run build:ios    # Production build

See Development for release and store publishing.