Early Beta — We're just getting started
DeskForge is in active development. Expect breaking changes, rough edges, and rapid iteration. We're building in public—your feedback shapes the roadmap.
v0.0.1-beta
LatestInitial beta release
The first public release of DeskForge. This beta includes the core CLI, cloud build infrastructure, and web dashboard. We're shipping early to gather feedback from developers who want to turn their web apps into native desktop applications.
3
Platforms
7
CLI Commands
∞
Possibilities
Core Features
- CLI tool (@deskforge/cli): Initialize projects, trigger builds, manage deployments from your terminal.
- Cloud build infrastructure: Remote builds for macOS, Windows, and Linux with parallel execution.
- Web dashboard: Manage projects, view build history, and download artifacts from the browser.
- Tauri wrapper: Wrap any web app in a native Tauri shell—no Electron bloat.
- Multi-arch support: Build for x64 and ARM64 (Apple Silicon) from a single config file.
CLI Commands
deskforge initInitialize new project
deskforge buildTrigger cloud builds
deskforge devLocal dev environment
deskforge loginAuthenticate CLI
deskforge projectsManage projects
deskforge logsView build logs
deskforge configManage configuration
Known Limitations
- •Code signing and notarization require manual certificate setup
- •Auto-update infrastructure is not yet implemented
- •Build logs are basic—no real-time streaming yet
- •Local builds (--local) are experimental
What's Next
- →Real-time build log streaming
- →Automated code signing pipeline
- →Built-in auto-updater with CDN distribution
- →GitHub Actions integration for CI/CD
- →Custom Tauri plugins and native modules