Skip to content

Synth 0.6.9 - macOS ARM64 (Apple Silicon)

Latest

Choose a tag to compare

@AlexMikhalev AlexMikhalev released this 21 Feb 23:07

Synth 0.6.9 - Multi-Platform Release

This release includes fixes for Rust nightly compatibility:

  • Removed deprecated `concat_idents` feature
  • Fixed all clippy warnings

Changes from upstream

Binaries

Platform Architecture Size Asset
macOS ARM64 (Apple Silicon) 8MB synth-macos-arm64.tar.gz
Linux x86_64 7.6MB synth-linux-x86_64.tar.gz
Linux ARM64 7.2MB synth-linux-arm64.tar.gz

Installation

macOS (Apple Silicon):

curl -LO https://github.com/AlexMikhalev/synth/releases/download/v0.6.9-fix/synth-macos-arm64.tar.gz
tar -xzf synth-macos-arm64.tar.gz
./synth version

Linux (x86_64):

curl -LO https://github.com/AlexMikhalev/synth/releases/download/v0.6.9-fix/synth-linux-x86_64.tar.gz
tar -xzf synth-linux-x86_64.tar.gz
./synth version

Linux (ARM64):

curl -LO https://github.com/AlexMikhalev/synth/releases/download/v0.6.9-fix/synth-linux-arm64.tar.gz
tar -xzf synth-linux-arm64.tar.gz
./synth version

Build Info

All binaries built with:

  • Rust: nightly
  • Features: telemetry enabled
  • Toolchain: cargo-zigbuild (for Linux cross-compilation)

Verification

All binaries tested with:

  • ✅ cargo check --all
  • ✅ cargo test --all (228 tests)
  • ✅ cargo clippy --tests --all-targets --all-features -- -D warnings
  • ✅ cargo fmt --all -- --check