Skip to content

ZKas Light Wallet 0.3.3

Choose a tag to compare

@firecash firecash released this 19 Jul 06:04

Which file do I download?

Normal PC or laptop (Intel/AMD) — Windows, Linux, or an Intel Mac — take the x86_64 file.
The aarch64 / arm64 files are for ARM machines only (Raspberry Pi, ARM servers). Installing one on a normal PC fails with an "architecture" error — that is the wrong file, not a broken package.

Your machine File
Windows PC ZKas-Wallet-windows-x86_64.msi
Linux PC (Intel/AMD) ZKas-Wallet-linux-x86_64.deb or .AppImage
Linux on ARM ZKas-Wallet-linux-aarch64.deb or .AppImage
Mac, Apple Silicon (M1–M4) ZKas-Wallet-macos-aarch64.dmg
Mac, Intel ZKas-Wallet-macos-x86_64.dmg
Android zkas-wallet-0.3.3.apk

Not sure on Linux? Run uname -mx86_64 means take the x86_64 file.

The .AppImage needs no install: chmod +x it and run it. The .deb needs libwebkit2gtk-4.1-0 and libgtk-3-0.


Fixes payments disappearing from History.

A payment you had just made would show in History for a moment and then vanish — and sometimes reappear under the Received filter instead of Sent. Two separate causes, both fixed:

  • Your own payment sends change back to you. Until the wallet worked out that the spend was yours, it filed that change under the payment's transaction id as "received", and the wallet treated that as proof the chain already had your send covered — so it hid the row it had. Your send now only steps aside for a chain record that is actually a send.
  • The wallet's once-a-second refresh could clear this device's own record of your sends when the wallet was switched, restored, or rescanned. Refreshing now only updates confirmations; it can no longer remove a payment from your list.

Also includes everything from 0.3.2: large sends split across as many transactions as they need, with progress shown, instead of the send limit that appeared to move between 899 and 359.

Installs over 0.3.2 — same signing key, your wallet is kept.