Skip to content

zy v1.0.38

Choose a tag to compare

@iskandarputra iskandarputra released this 29 May 17:59

Official binary release for zy 1.0.38.

Verify your download

curl -LO https://github.com/iskandarputra/zyshell/releases/download/v1.0.38/zy_1.0.38_amd64.deb
curl -LO https://github.com/iskandarputra/zyshell/releases/download/v1.0.38/SHA256SUMS
curl -LO https://github.com/iskandarputra/zyshell/releases/download/v1.0.38/SHA256SUMS.minisig
curl -LO https://github.com/iskandarputra/zyshell/releases/download/v1.0.38/zy-release.pub

minisign -Vm SHA256SUMS -p zy-release.pub      # confirms maintainer signature
sha256sum -c SHA256SUMS --ignore-missing       # confirms the .deb hash matches

Full signing policy: docs/RELEASE_SIGNING.md

VirusTotal scan

This release was uploaded to VirusTotal at publish time. Click through to see the live verdict from 65+ AV engines:

https://www.virustotal.com/gui/file/af2761feb8486ae281fb13b92388a27488c80e87df3be603c7f8138ad576dac3/detection

(Scans run within ~5 minutes of upload. If the page shows "Item not found", wait a moment and refresh.)

Try without installing

docker run --rm -it ghcr.io/iskandarputra/zyshell:1.0.38

Install (Debian / Ubuntu)

The recommended path is the zy APT repository which handles upgrades automatically:

curl -1sLf 'https://dl.cloudsmith.io/public/iskandarputra/zyshell/setup.deb.sh' | sudo -E bash
sudo apt install zy

Or direct .deb install:

sudo dpkg -i zy_1.0.38_amd64.deb
sudo apt-get install -f