5
5
## Quick Download
6
6
7
7
** Direct Download Links:**
8
- - 🍎 ** macOS (Apple Silicon)** : [ Download Builder.io-0.1.51 -arm64.dmg] ( https://github.com/BuilderIO/native-app-distribution/releases/download/v0.1.51 -alpha/Builder.io-0.1.51 -arm64.dmg )
9
- - 🍎 ** macOS (Intel)** : [ Download Builder.io-0.1.51 .dmg] ( https://github.com/BuilderIO/native-app-distribution/releases/download/v0.1.51 -alpha/Builder.io-0.1.51 .dmg )
10
- - 🪟 ** Windows** : [ Download Builder.io Setup 0.1.51 .exe] ( https://github.com/BuilderIO/native-app-distribution/releases/download/v0.1.51 -alpha/Builder.io.Setup.0.1.51 .exe )
8
+ - 🍎 ** macOS (Apple Silicon)** : [ Download Builder.io-0.1.54 -arm64.dmg] ( https://github.com/BuilderIO/native-app-distribution/releases/download/v0.1.54 -alpha/Builder.io-0.1.54 -arm64.dmg )
9
+ - 🍎 ** macOS (Intel)** : [ Download Builder.io-0.1.54 .dmg] ( https://github.com/BuilderIO/native-app-distribution/releases/download/v0.1.54 -alpha/Builder.io-0.1.54 .dmg )
10
+ - 🪟 ** Windows** : [ Download Builder.io Setup 0.1.54 .exe] ( https://github.com/BuilderIO/native-app-distribution/releases/download/v0.1.54 -alpha/Builder.io.Setup.0.1.54 .exe )
11
11
12
12
## Installation via GitHub CLI (Optional)
13
13
@@ -20,20 +20,20 @@ gh auth login
20
20
21
21
### macOS (Apple Silicon - M1/M2/M3)
22
22
``` bash
23
- gh release download " v0.1.51 -alpha" --repo " BuilderIO/native-app-distribution" --pattern " Builder.io-0.1.51 -arm64.dmg"
24
- open Builder.io-0.1.51 -arm64.dmg
23
+ gh release download " v0.1.54 -alpha" --repo " BuilderIO/native-app-distribution" --pattern " Builder.io-0.1.54 -arm64.dmg"
24
+ open Builder.io-0.1.54 -arm64.dmg
25
25
```
26
26
27
27
### macOS (Intel)
28
28
``` bash
29
- gh release download " v0.1.51 -alpha" --repo " BuilderIO/native-app-distribution" --pattern " Builder.io-0.1.51 .dmg"
30
- open Builder.io-0.1.51 .dmg
29
+ gh release download " v0.1.54 -alpha" --repo " BuilderIO/native-app-distribution" --pattern " Builder.io-0.1.54 .dmg"
30
+ open Builder.io-0.1.54 .dmg
31
31
```
32
32
33
33
### Windows
34
34
``` bash
35
- gh release download " v0.1.51 -alpha" --repo " BuilderIO/native-app-distribution" --pattern " Builder.io Setup 0.1.51 .exe"
36
- ./" Builder.io Setup 0.1.51 .exe"
35
+ gh release download " v0.1.54 -alpha" --repo " BuilderIO/native-app-distribution" --pattern " Builder.io Setup 0.1.54 .exe"
36
+ ./" Builder.io Setup 0.1.54 .exe"
37
37
```
38
38
39
39
---
0 commit comments