Note: This is a temporary placeholder repository for alpha releases of the Builder.io native app.
Direct Download Links:
- 🍎 macOS (Apple Silicon): Download Builder.io-0.1.27-arm64.dmg
- 🍎 macOS (Intel): Download Builder.io-0.1.27.dmg
- 🪟 Windows: Download Builder.io Setup 0.1.27.exe
If you prefer using GitHub CLI:
# Install GitHub CLI first: https://cli.github.com/
gh auth login
gh release download "v0.1.27-alpha" --repo "BuilderIO/native-app-distribution" --pattern "Builder.io-0.1.27-arm64.dmg"
open Builder.io-0.1.27-arm64.dmg
gh release download "v0.1.27-alpha" --repo "BuilderIO/native-app-distribution" --pattern "Builder.io-0.1.27.dmg"
open Builder.io-0.1.27.dmg
gh release download "v0.1.27-alpha" --repo "BuilderIO/native-app-distribution" --pattern "Builder.io Setup 0.1.27.exe"
./"Builder.io Setup 0.1.27.exe"
Made with ❤️ by the Builder.io team