Packaged builds
- macOS (Apple Silicon): Arbor.dmg. Unsigned pre-release. If macOS says the app is “damaged”, that is Gatekeeper quarantine — not a corrupt download. After installing to Applications, run
xattr -cr /Applications/Arbor.app, then open the app (or Control-click → Open). - Windows (x64): Arbor.msi. SmartScreen may warn; More info → Run anyway.
- Linux (x64 AppImage): Arbor.AppImage. chmod +x, then run.
Files live on v0.1.0-pre.2.
Build from source
git clone https://github.com/Eerielettuce3717/arbor-cae.git cd arbor-cae npm install npm run tauri
You need a current Node toolchain and the Tauri 2 / Rust prerequisites for your OS. See specifications. Source: Eerielettuce3717/arbor-cae.