Version 0.1.9
Ship desktop apps
from your terminal.
The DeskForge CLI handles authentication, project management, cloud builds, and deployment—all without leaving your editor. Built for CI/CD and developer happiness.
npm install -g @deskforge/cliCommands
build
Build your desktop app on DeskForge cloudUsage
$ deskforge build [options]
Flags
--platform, -p
Target platform (mac, windows, linux)
--arch, -a
Target architecture (x64, arm64)
--local
Build locally instead of remote
--watch
Watch for changes and rebuild
Example
# Trigger cloud build for macOS $ deskforge build --platform mac --arch arm64 ⠋ Uploading project files... ✓ Project uploaded (2.4 MB) ✓ Build queued (build_k3n2m4p1) ⠋ Building for macOS (arm64)... ✓ Tauri core compiled ✓ Code signed with Apple Developer certificate ✓ Notarized by Apple ✓ Build complete! Download at: https://deskforge.app/builds/k3n2m4p1