https://github.com/builderio/native-app-distribution
https://github.com/builderio/native-app-distribution
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/builderio/native-app-distribution
- Owner: BuilderIO
- Created: 2025-07-14T09:54:54.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-18T20:34:35.000Z (26 days ago)
- Last Synced: 2025-12-21T21:58:53.735Z (23 days ago)
- Size: 58.6 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.2.32-arm64.dmg](https://github.com/BuilderIO/native-app-distribution/releases/download/v0.2.32-alpha/Builder.io-0.2.32-arm64.dmg)
- 🍎 **macOS (Intel)**: [Download Builder.io-0.2.32.dmg](https://github.com/BuilderIO/native-app-distribution/releases/download/v0.2.32-alpha/Builder.io-0.2.32.dmg)
- 🪟 **Windows**: [Download BuilderInstaller.exe](https://github.com/BuilderIO/native-app-distribution/releases/download/v0.2.32-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.2.32-alpha" --repo "BuilderIO/native-app-distribution" --pattern "Builder.io-0.2.32-arm64.dmg"
open Builder.io-0.2.32-arm64.dmg
```
### macOS (Intel)
```bash
gh release download "v0.2.32-alpha" --repo "BuilderIO/native-app-distribution" --pattern "Builder.io-0.2.32.dmg"
open Builder.io-0.2.32.dmg
```
### Windows
```bash
gh release download "v0.2.32-alpha" --repo "BuilderIO/native-app-distribution" --pattern "BuilderInstaller.exe"
./"BuilderInstaller.exe"
```
---
*Made with ❤️ by the Builder.io team*