From c4b3fdafe03c8970672506258b9d3193f8eb089f Mon Sep 17 00:00:00 2001 From: butler Date: Wed, 17 Jun 2026 11:57:36 -0400 Subject: [PATCH] Downloads: surface the macOS universal build We ship a universal macOS zip (Apple Silicon + Intel), but the site read as macOS being source-only. Add a macOS download row and lead the meta + hero microcopy with the prebuilt binary; keep build-from-source as the alternative. Co-Authored-By: Claude Opus 4.8 --- index.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 20cc961..1411b17 100644 --- a/index.html +++ b/index.html @@ -63,9 +63,7 @@

- Linux · Windows · Android today — macOS - builds from source. - Apache-2.0, sha256 checksums on every build. + Linux · macOS · Windows · Android. Apache-2.0, sha256 checksums on every build.

@@ -199,6 +197,11 @@ Windows x86_64 · zip + + + macOS universal · zip + + Android armv7 + arm64 · apk @@ -211,7 +214,8 @@

- macOS: build from source — + macOS build is universal — Apple Silicon and Intel in one. Prefer to compile? + Build from source — clone with --recursive, then cargo build --release.