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