Skip to content

0.3.7 — 2026-06-15

Choose a tag to compare

@github-actions github-actions released this 15 Jun 09:23

Release Notes

Added

  • Configurable streaming frame rate (max_fps) — the TUI's streaming redraw rate is now a config knob. Add max_fps = 144 (or 240, or whatever your display runs) to ~/.synaps-cli/config; default is 60. Until now streaming redraws were hard-capped at ~10fps — a deliberate throttle from when each redraw rebuilt the whole transcript (O(n)). With 0.3.4's incremental cache (O(changed)) and 0.3.6's O(viewport) publish, a streaming frame is cheap, so the cap is now a real, tunable frame rate. Values are validated (1–1000) with a boot warning on bad input; user input (scroll/typing) always redraws immediately regardless of the cap.

Install synaps 0.3.7

Install prebuilt binaries via shell script

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

Download synaps 0.3.7

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