Skip to content

Releases: BuilderIO/native-app-distribution

Builder.io Desktop App v2025.07.29-prerelease

29 Jul 15:32
a2953c4

Choose a tag to compare

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 "v2025.07.29-prerelease" --repo "BuilderIO/native-app-distribution" --pattern "Builder.io-0.1.14-arm64.dmg"
open Builder.io-0.1.14-arm64.dmg

macOS (Intel)

gh release download "v2025.07.29-prerelease" --repo "BuilderIO/native-app-distribution" --pattern "Builder.io-0.1.14.dmg"
open Builder.io-0.1.14.dmg

Windows

gh release download "v2025.07.29-prerelease" --repo "BuilderIO/native-app-distribution" --pattern "Builder.io Setup 0.1.14.exe"
./"Builder.io Setup 0.1.14.exe"

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.1.14-arm64.dmg

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

Windows Verification:

certutil -hashfile "Builder.io Setup 0.1.14.exe" SHA256

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


Download via terminal, browser downloads will damage the file

Builder.io Desktop App v2025.07.21-prerelease

21 Jul 17:38
ddeb44a

Choose a tag to compare

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 "v2025.07.21-prerelease" --repo "BuilderIO/native-app-distribution" --pattern "Builder.io-0.1.0-arm64.dmg"
open Builder.io-0.1.0-arm64.dmg

macOS (Intel)

gh release download "v2025.07.21-prerelease" --repo "BuilderIO/native-app-distribution" --pattern "Builder.io-0.1.0.dmg"
open Builder.io-0.1.0.dmg

Windows

gh release download "v2025.07.21-prerelease" --repo "BuilderIO/native-app-distribution" --pattern "Builder.io Setup 0.1.0.exe"
./"Builder.io Setup 0.1.0.exe"

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.1.0-arm64.dmg

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

Windows Verification:

certutil -hashfile "Builder.io Setup 0.1.0.exe" SHA256

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


Download via terminal, browser downloads will damage the file

Builder.io Desktop App v2025.07.15-prerelease

15 Jul 07:19
f9f853a

Choose a tag to compare

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 "v2025.07.15-prerelease" --repo "BuilderIO/native-app-distribution" --pattern "*arm64*.dmg"
open Builder.io-*arm64*.dmg

macOS (Intel)

gh release download "v2025.07.15-prerelease" --repo "BuilderIO/native-app-distribution" --pattern "*x64*.dmg"
open Builder.io-*x64*.dmg

Windows

gh release download "v2025.07.15-prerelease" --repo "BuilderIO/native-app-distribution" --pattern "*.exe"
./Builder.io*.exe

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-*arm64*.dmg

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

Windows Verification:

certutil -hashfile "Builder.io*.exe" SHA256

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


Download via terminal, browser downloads will damage the file