Builder.io Desktop App

Note: This is a temporary placeholder repository for alpha releases of the Builder.io native app.

Quick Download

Direct Download Links:

Installation via GitHub CLI (Optional)

If you prefer using GitHub CLI:

# Install GitHub CLI first: https://cli.github.com/
gh auth login

macOS (Apple Silicon - M1/M2/M3)

gh release download "v0.1.46-alpha" --repo "BuilderIO/native-app-distribution" --pattern "Builder.io-0.1.46-arm64.dmg"
open Builder.io-0.1.46-arm64.dmg

macOS (Intel)

gh release download "v0.1.46-alpha" --repo "BuilderIO/native-app-distribution" --pattern "Builder.io-0.1.46.dmg"
open Builder.io-0.1.46.dmg

Windows

gh release download "v0.1.46-alpha" --repo "BuilderIO/native-app-distribution" --pattern "Builder.io Setup 0.1.46.exe"
./"Builder.io Setup 0.1.46.exe"

Made with ❤️ by the Builder.io team