# Æfusio v0.1.9-preview Preview release. Binaries are **not yet notarized** (Apple Developer organization conversion in progress) and **not yet code-signed** on Windows (Azure Trusted Signing onboarding in progress). Until that lands, expect Gatekeeper / SmartScreen warnings on first launch. ## macOS (Apple Silicon) - **GUI:** `aefusio-gui-macos-arm64-v0.1.9-preview.zip` - **CLI:** `aefusio-cli-macos-arm64-v0.1.9-preview.tar.gz` First-launch Gatekeeper workaround: ```bash xattr -d com.apple.quarantine /Applications/Aefusio.app ``` Or right-click → Open → Open. > Apple Silicon only for this preview. Intel / Universal build planned for v0.2.0. ## Windows Ships via GitHub Actions in the next tagged build. See [`build-release`](https://github.com/aegyrix/aefusio/actions/workflows/build.yml) on GitHub once the repo is public. ## Linux (x86_64) Standalone tarball. No installer. Extract and run: ```bash tar -xzf aefusio-linux-x86_64-v0.1.9-preview.tar.gz ./aefusio --help ``` ## Verify integrity ```bash shasum -a 256 -c SHA256SUMS.txt ``` Expected hashes are committed in `SHA256SUMS.txt` alongside the binaries.