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.2.16-arm64.dmg
- 🍎 macOS (Intel): Download Builder.io-0.2.16.dmg
- 🪟 Windows: Download BuilderInstaller.exe
If you prefer using GitHub CLI:
# Install GitHub CLI first: https://cli.github.com/
gh auth logingh release download "v0.2.16-alpha" --repo "BuilderIO/native-app-distribution" --pattern "Builder.io-0.2.16-arm64.dmg"
open Builder.io-0.2.16-arm64.dmggh release download "v0.2.16-alpha" --repo "BuilderIO/native-app-distribution" --pattern "Builder.io-0.2.16.dmg"
open Builder.io-0.2.16.dmggh release download "v0.2.16-alpha" --repo "BuilderIO/native-app-distribution" --pattern "BuilderInstaller.exe"
./"BuilderInstaller.exe"Made with ❤️ by the Builder.io team