https://github.com/builderio/native-app-distribution
https://github.com/builderio/native-app-distribution
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/builderio/native-app-distribution
- Owner: BuilderIO
- Created: 2025-07-14T09:54:54.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-02-25T23:49:07.000Z (4 months ago)
- Last Synced: 2026-02-26T01:47:44.378Z (4 months ago)
- Size: 76.2 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:**
- 🍎 **macOS (Apple Silicon)**: [Download Builder.io-0.3.10-arm64.dmg](https://github.com/BuilderIO/native-app-distribution/releases/download/v0.3.10-alpha/Builder.io-0.3.10-arm64.dmg)
- 🍎 **macOS (Intel)**: [Download Builder.io-0.3.10.dmg](https://github.com/BuilderIO/native-app-distribution/releases/download/v0.3.10-alpha/Builder.io-0.3.10.dmg)
- 🪟 **Windows**: [Download BuilderInstaller.exe](https://github.com/BuilderIO/native-app-distribution/releases/download/v0.3.10-alpha/BuilderInstaller.exe)
## Installation via GitHub CLI (Optional)
If you prefer using GitHub CLI:
```bash
# Install GitHub CLI first: https://cli.github.com/
gh auth login
```
### macOS (Apple Silicon - M1/M2/M3)
```bash
gh release download "v0.3.10-alpha" --repo "BuilderIO/native-app-distribution" --pattern "Builder.io-0.3.10-arm64.dmg"
open Builder.io-0.3.10-arm64.dmg
```
### macOS (Intel)
```bash
gh release download "v0.3.10-alpha" --repo "BuilderIO/native-app-distribution" --pattern "Builder.io-0.3.10.dmg"
open Builder.io-0.3.10.dmg
```
### Windows
```bash
gh release download "v0.3.10-alpha" --repo "BuilderIO/native-app-distribution" --pattern "BuilderInstaller.exe"
./"BuilderInstaller.exe"
```
---
*Made with ❤️ by the Builder.io team*