You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bun --compile embeds the full runtime, so each binary is ~60MB — the
download looked frozen and was slow. release.yml now gzips the unix
binaries (Bun compresses ~3×); install.sh fetches <asset>.gz and gunzips,
with a raw-binary fallback for older releases. Checksums cover the
DECOMPRESSED artifact (what runs), so integrity still verifies end-to-end.
Windows .exe stays raw (manual download). Verified the gzip→verify flow
locally.
Claude-Session: https://claude.ai/code/session_01GMbAe5K1RfwaAcge5inX7P
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
0 commit comments