Skip to content

0.3.5 — 2026-06-14

Choose a tag to compare

@github-actions github-actions released this 14 Jun 21:33

Release Notes

Fixed

  • Shell installer failed on systems without xz — release tarballs shipped only as .tar.xz, but minimal environments (slim containers, bare CI images) lack xz/xz-utils, so extraction died with xz: Cannot exec. Release archives are now .tar.gz (gzip is universal), and the generated installer extracts with tar xzf.
  • /gamba did nothing on .deb installs — the Debian package shipped only /usr/bin/synaps, omitting the hidden companion binary, so the casino command hit its "nothing here" path. The .deb now ships both binaries (parity with the tarball, Homebrew, and crates.io channels).

Install synaps 0.3.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/HaseebKhalid1507/SynapsCLI/releases/download/v0.3.5/synaps-installer.sh | sh

Download synaps 0.3.5

File Platform Checksum
synaps-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
synaps-x86_64-apple-darwin.tar.gz Intel macOS checksum
synaps-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
synaps-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum