Skip to content

Releases: lightdash/hello-lightdash-binary-example

v1.0.1

26 Sep 20:13
Compare
Choose a tag to compare

Downloads

macOS

  • Apple Silicon (M1/M2/M3): hello-lightdash-v1.0.1-macos-arm64.tar.gz
  • Intel: hello-lightdash-v1.0.1-macos-x64.tar.gz

Installation

# Download and extract (replace with your architecture)
tar -xzf hello-lightdash-v1.0.1-macos-arm64.tar.gz

# Make executable (if needed)
chmod +x hello-lightdash-arm64

# Run
./hello-lightdash-arm64

Verification

The binaries are signed and notarized by Apple. To verify:

codesign --verify --verbose hello-lightdash-arm64

Checksums

Verify download integrity:

shasum -a 256 -c checksums.txt

Full Changelog: v1.0.0...v1.0.1