Skip to content

Builder.io Desktop App v0.3.17-alpha

Choose a tag to compare

@kylefowler kylefowler released this 04 Jun 14:50
a2db900

Builder.io Desktop App

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

Installation

Prerequisites: Install GitHub CLI and authenticate: gh auth login

macOS (Apple Silicon - M1/M2/M3)

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

macOS (Intel)

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

Windows

Published by the electron-app (Windows) workflow under a separate
electron-app-v… release tag in this repository.

Security & Verification

File Integrity: You can verify the integrity of downloaded files using checksums available in the release assets.

macOS Verification:

# For Apple Silicon (ARM64)
shasum -a 256 Builder.io-0.3.17-arm64.dmg

# For Intel (x64)
shasum -a 256 Builder.io-0.3.17.dmg

Compare the output with the checksums provided in the release assets.