Install on macOS
Prafka Desktop for macOS is distributed as a disk image file .dmg, an installation file .pkg and .tar.gz
Validate checksum
Before installation, you can validate checksum.
Go to the folder with downloaded distribution and run the command:
- dmg
- pkg
- tar.gz
curl -L -O 'https://dist.prafka.com/desktop/mac/prafka-1.1.0.dmg.sha256' && shasum -a 256 -c prafka-1.1.0.dmg.sha256 && rm prafka-1.1.0.dmg.sha256
curl -L -O 'https://dist.prafka.com/desktop/mac/prafka-1.1.0.pkg.sha256' && shasum -a 256 -c prafka-1.1.0.pkg.sha256 && rm prafka-1.1.0.pkg.sha256
curl -L -O 'https://dist.prafka.com/desktop/mac/prafka-1.1.0.tar.gz.sha256' && shasum -a 256 -c prafka-1.1.0.tar.gz.sha256 && rm prafka-1.1.0.tar.gz.sha256
dmg or pkg
Run .dmg or .pkg and follow the instructions.
If your Mac displays an alert when you open an app, follow the instructions https://support.apple.com/en-us/102445.
tar.gz
tar.gz allows you to run Prafka Desktop without installation.
Unpack the archive, make the script executable and run it:
tar -xf prafka-1.1.0.tar.gz
chmod +x prafka-1.1.0/Contents/MacOS/Prafka
./prafka-1.1.0/Contents/MacOS/Prafka