Every Amulet tool is one HTML file. Confirm the file you downloaded is exactly what we published — in three steps, no install required.
Open the SHA-256 hash list — one hash per tool, the fingerprint of the exact code we shipped. You can also browse each tool's individual hash file in the source repository.
Run one command on the file (e.g. amulet_vault_v1.74.html):
# Windows (PowerShell) Get-FileHash .\amulet_vault_v1.74.html -Algorithm SHA256 # macOS shasum -a 256 amulet_vault_v1.74.html # Linux sha256sum amulet_vault_v1.74.html
If your hash matches the one in the list, the file is authentic and untampered. If it doesn't match, don't use it — re-download from the source and check again.