|
19 | 19 |
|
20 | 20 | ## 💻 Install |
21 | 21 |
|
22 | | -| Platform | Download | Status | |
23 | | -|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------| |
24 | | -| Linux | [](https://github.com/theapache64/stackzy/releases/latest) | Experimental | |
25 | | -| Windows | [](https://github.com/theapache64/stackzy/releases/latest) | Experimental | |
26 | | -| MacOS | [](https://github.com/theapache64/stackzy/releases/latest) | Experimental | |
27 | | - |
28 | | -> ℹ️ To run the `jar`, you need Java 15 or above. If you hate running jar, you can clone the repo and |
29 | | -> execute `./gradlew createDistributable` to |
30 | | -> build executable for your system. |
| 22 | +| Platform | Format | Download | Status | |
| 23 | +|--------------|--------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------| |
| 24 | +| **Linux** | DEB | [](https://github.com/theapache64/stackzy/releases/latest) | Experimental | |
| 25 | +| | JAR | [](https://github.com/theapache64/stackzy/releases/latest) | Experimental | |
| 26 | +| **Windows** | MSI | [](https://github.com/theapache64/stackzy/releases/latest) | Experimental | |
| 27 | +| | JAR | [](https://github.com/theapache64/stackzy/releases/latest) | Experimental | |
| 28 | +| **MacOS** | DMG | [](https://github.com/theapache64/stackzy/releases/latest) | Experimental | |
| 29 | +| | JAR (ARM64) | [](https://github.com/theapache64/stackzy/releases/latest) | Experimental | |
| 30 | +| | JAR (x64) | [](https://github.com/theapache64/stackzy/releases/latest) | Experimental | |
| 31 | + |
| 32 | +### 📋 Installation Notes |
| 33 | + |
| 34 | +- **JAR files**: Require Java 15 or above to run |
| 35 | +- **MacOS DMG**: The DMG file is not notarized and may trigger a security warning. To resolve this: |
| 36 | + 1. Right-click the app and select "Open" |
| 37 | + 2. If prompted with a security warning, go to **System Preferences** → **Security & Privacy** |
| 38 | + 3. Click **"Open Anyway"** next to the blocked app message |
| 39 | +- **Alternative build**: If you prefer building from source, clone the repo and execute `./gradlew createDistributable` |
31 | 40 |
|
32 | 41 | ## 🏋 Dependency |
33 | 42 |
|
|
0 commit comments