Releases: dzevs/zynk
Release list
zynk v3.0.0
zynk v3.0.0
First public installable release of the native Zynk terminal app.
Zynk is a terminal-native command center for AI agents: tmux-style workspaces plus a native message bus. This release ships the native app under AGPL-3.0-or-later.
Downloads
Prebuilt binaries are attached for:
linux-x86_64— GNU/glibc dynamic, requires glibc >= 2.30linux-aarch64— GNU/glibc dynamic, requires glibc >= 2.30macos-x86_64— unsignedmacos-aarch64— unsignedwindows-x86_64— unsigned
Verify downloads with SHA256SUMS.
Linux quick install
curl -LO https://github.com/dzevs/zynk/releases/download/v3.0.0/zynk-v3.0.0-linux-x86_64.tar.gz
curl -LO https://github.com/dzevs/zynk/releases/download/v3.0.0/SHA256SUMS
sha256sum --ignore-missing -c SHA256SUMS
mkdir -p ~/.local/bin
tar -xzf zynk-v3.0.0-linux-x86_64.tar.gz
install -m 755 zynk ~/.local/bin/zynk
zynk --versionmacOS / Windows notes
The macOS and Windows binaries are not signed yet.
On macOS, after extracting:
xattr -dr com.apple.quarantine ./zynk
./zynk --versionOn Windows, unzip the archive and use SmartScreen's "More info → Run anyway" if prompted.
Versioning / lineage
The earlier 2.x zynk crate on crates.io was a now-retired ACP portable protocol/helper CLI (MIT). Zynk 3.x is the native terminal app line under AGPL-3.0-or-later.
cargo install zynk does not install the native app yet; crates.io 3.x publishing is deferred until cargo package/docs.rs/offline build blockers are fixed.
Deferred
- Homebrew tap/formula
- crates.io
zynk3.x publish - self-update / release manifest channels
- signed/notarized macOS and signed Windows binaries
- static-musl Linux artifacts
Checksums
57c5ca4e38893a0c84cf7a2c647cf7e82c74e96245bacdf8de7fb1d79bb709bc zynk-v3.0.0-linux-aarch64.tar.gz
599aaabde8ddbf1f2273798deb3169cfc31521b978762321bddbe190aaa2ada8 zynk-v3.0.0-linux-x86_64.tar.gz
b9c1c04dbd00aad0d603ff944f9c785bff969841d7318f04d61870fd811137ea zynk-v3.0.0-macos-aarch64.tar.gz
a7b723163a39f239ab7329679b2276195f16d7652fee333b530440ef1fea085c zynk-v3.0.0-macos-x86_64.tar.gz
eab1e01be1a0631d239c53b663ed3207413ac96e8734c5c2d1226ecae7f84adf zynk-v3.0.0-windows-x86_64.zip
Built from public commit 42ff76decb04b59d35af95f31c5996dc4168b355.