Local Client Installation
Installation
Windows
Download the installer: Windows Installer
Verify the sha256 hash:
certutil -hashfile "C:\file\path\zk-firma-digital-0.6.3.exe" SHA256
The result should match:
c116a271668e9e430116cd335f7bb4128d1af4d387ad7593330850932281cf07 zk-firma-digital-0.6.3.exe
Run the installer if the hash matches.
Note: The Windows installer includes a couple of Javascript dependencies, Nodejs and Snarkjs. The installer also includes the zkey necessary for generating valid ZK proofs, which makes it a bit heavy.
Launch the program:
- Insert your smart card into a USB port.
- Run:
"C:\Program Files\zk-firma-digital\zk-firma-digital.exe"
- Alternatively, search for ZK Firma Digital in the Start menu.
Linux (Debian)
- Download the installer:
wget https://app.sakundi.io:9090/zk-firma-digital_0.6.3_amd64.deb
- Verify the sha256 hash:The result should match:
sha256sum zk-firma-digital_0.6.3_amd64.deb
8c8f38ceae2d6b99c07396156c7ea3ccb915e705360ba3cd8bbbe408574622c4 zk-firma-digital_0.6.3_amd64.deb
- Install the Debian package:
sudo dpkg -i zk-firma-digital_0.6.3_amd64.deb
- Launch the program:
- Insert your smart card into a USB port.
- Run:
/usr/share/zk-firma-digital/zk-firma-digital.bin
- Alternatively, search for the app in your application launcher.
MacOS
Download the installer: MacOs Installer
Verify the sha256 hash:
sha256sum zk-firma-digital.pkg
The result should match:
c671b84bcea6e6d4261947d2e612ead6db9f0b8ead99321333551172662d6a39 zk-firma-digital.pkg
Run the installer if the hash matches.
Note: The MacOS installer includes a couple of Javascript dependencies, Nodejs and Snarkjs. The installer also includes the zkey necessary for generating valid ZK proofs, which makes it a bit heavy.
Launch the program:
- Insert your smart card into a USB port.
- Run:
"open /Applications/zk-firma-digital.app/Contents/MacOS/zk-firma-digital"
- Alternatively, search for ZK Firma Digital in the Finder menu.