Packaged builds
- macOS (Apple Silicon): Arbor.dmg. Unsigned. Gatekeeper will warn; 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.1.
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.