Skip to content

0.3.1 — 2026-06-14

Choose a tag to compare

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

Release Notes

Fixed

  • cargo install synaps from crates.io was broken in 0.3.0 — after the A3 workspace split, synaps-engine embedded its help data via include_str!("../../../assets/help.json"), a file at the workspace root, outside the crate. cargo publish only packages files inside the crate, so the published synaps-engine/synaps 0.3.0 could not compile (No such file: assets/help.json). The asset now lives inside the crate at crates/agent-engine/assets/help.json, and the crates.io publish job runs with verification (no --no-verify) so this class of packaging bug is caught before the permanent upload. Binary installs (GitHub release, Homebrew, AUR, shell installer) were never affected — they bundle the full workspace. The broken 0.3.0 crates are yanked.

Install synaps 0.3.1

Install prebuilt binaries via shell script

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

Download synaps 0.3.1

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