Install on Windows
Prafka Desktop for Windows is distributed as installation files .exe, .msi and portable version .zip
Validate checksum
Before installation, you can validate checksum.
Go to the folder with downloaded distribution and run the command:
- exe
- msi
- zip
curl -L -O "https://dist.prafka.com/desktop/win/prafka-1.1.0.exe.sha256" && (for /f "tokens=1" %a in (prafka-1.1.0.exe.sha256) do set "exp=%a") && (certutil -hashfile "prafka-1.1.0.exe" SHA256 | findstr /i "%exp%" >nul && (echo OK && del prafka-1.1.0.exe.sha256) || (echo ERROR))
curl -L -O "https://dist.prafka.com/desktop/win/prafka-1.1.0.msi.sha256" && (for /f "tokens=1" %a in (prafka-1.1.0.msi.sha256) do set "exp=%a") && (certutil -hashfile "prafka-1.1.0.msi" SHA256 | findstr /i "%exp%" >nul && (echo OK && del prafka-1.1.0.msi.sha256) || (echo ERROR))
curl -L -O "https://dist.prafka.com/desktop/win/prafka-1.1.0.zip.sha256" && (for /f "tokens=1" %a in (prafka-1.1.0.zip.sha256) do set "exp=%a") && (certutil -hashfile "prafka-1.1.0.zip" SHA256 | findstr /i "%exp%" >nul && (echo OK && del prafka-1.1.0.zip.sha256) || (echo ERROR))
exe or msi
Run .exe or .msi and follow the instructions.
info
Before installing, you will most likely receive a security warning about an unknown author. You can safely ignore this warning.
info
After installation, in case of a request from Windows Firewall, allow access to private and public networks.