releases · 22 versions

Every version we've shipped,
with the receipts.

Notes, sha256, per-platform downloads, and a one-line command to install (or roll back to) any version. Same data the CLI's zippytal update reads.

latest stable
v1.0.1
released
last month
versions tracked
22
oldest in manifest
v0.4.5
filter
raw manifest.json

What changed

  • Zippytal Node v1.0.1 — reliability + Drive-sharing improvements on the v1.0.0 viable baseline. Still UNSTABLE; don't put anything on it you can't afford to lose.
  • What's new:
  • Drive sharing: 'Shared with me' can now be grouped by the person or group who shared each item, and groups show what's been shared to them — backed by a new group-shares listing plus a record of who created each share.
  • Calls: more reliable rejoin — when someone leaves and comes back, their audio AND video now reliably re-reach everyone already in the call (fanout reconcile), instead of one side missing a stream.
  • Connectivity: a node now self-heals its signaling key on its regular heartbeat, so Community/Drive data channels keep working without a manual re-link.
  • Pairs with the matching Meet/Chat/Drive/Community web apps + central.

Install this version

curl-bash · pinned
$curl -fsSL node.zippytal.com/install.sh | VERSION=v1.0.1 sh 

Or set the env var anywhere install.sh runs.

Already installed? Roll over

cli · in-place
$zippytal versions install v1.0.1 && zippytal versions use v1.0.1 

Restart the daemon afterwards if it was running: zippytal stop & zippytal start.

Downloads & checksums

platformsizesha-256download
darwin/arm6433.3 MB5e0796626b330f653132133947be7c70f0ea69f52c394fa1c667f522e02635f7binary
darwin/amd6435.4 MBbac118c8a7ee9e1765d4475a72157712145e656f73b8be1a47862697c1c0b3c4binary
linux/arm6432.3 MBee41c67c7218f7d6da100f3f223d94ef6da8392f2758566ae8943891974ecbb2binary
linux/amd6434.5 MBf1ca91209954e0a37f27f125dfc8076e483d54d2c12ae68c7b87024cb9a8bbaebinary
windows/amd6435.1 MBdc04437a50c01a95438fb1a275f807df9e8790be0df823d986779666cfebce1abinary

verify with shasum -a 256 zippytal-* or Get-FileHash zippytal-*.exe.

Always on the latest?

The CLI checks this same manifest. Run zippytal update to roll forward, or zippytal versions use vX.Y.Z to roll back.