zy v1.0.38
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 matchesFull 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:
(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.38Install (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 zyOr direct .deb install:
sudo dpkg -i zy_1.0.38_amd64.deb
sudo apt-get install -f