FantasiaΒ©
AI-Powered Living WorldsVerify your download
Every release is published with a fingerprint. Run the command for your system and compare the result with the value below β if they match, the file you have is exactly the file we published.
Windows β PowerShell
$b = [IO.File]::ReadAllBytes("$HOME\Downloads\<file>")
[Convert]::ToBase64String([Security.Cryptography.SHA512]::Create().ComputeHash($b))macOS β Terminal
shasum -a 512 -b ~/Downloads/<file> | cut -d' ' -f1 | xxd -r -p | base64