Security and official downloads

Where to get OmniGet, how to check that a file is the real one, and what is signed today.

Check a download

Compare the SHA-256 of your file with the one listed for it. If they match, the file is exactly the one the author published.

Windows (PowerShell)

Get-FileHash .\omniget_0.10.1_x64-setup.exe -Algorithm SHA256

macOS

shasum -a 256 omniget_0.10.1_aarch64.dmg

Linux

sha256sum omniget_0.10.1_amd64.deb

Build provenance (when the release has it)

gh attestation verify omniget_0.10.1_x64-setup.exe --repo tonhowtf/omniget

The reference hash lives on GitHub. This site shows the same value for convenience. Hashes come from the SHA-256 that GitHub records for each file of this release.

Checksums for version 0.10.1

  • Installer (.exe) · x64

    omniget_0.10.1_x64-setup.exe · 37 MB

    SHA-256

    7b8d9fdac695acba2868f8c350cbf55ea43319e528ed47861467bfef2277c664
  • Portable (.exe) · x64

    omniget_0.10.1_x64-portable.exe · 117 MB

    SHA-256

    fc4211fe1c311382e4c835b0c7e20c4f43152e5b5e6dcf39e9f1553ab33df3e4
  • MSI package · x64

    omniget_0.10.1_x64_en-US.msi · 48 MB

    SHA-256

    6fad57184e6496e40e6ea9d857d705292f27af166517d7c256fb8c24465b7d8b
  • Command line · x64

    omniget-cli-0.10.1-x86_64-pc-windows-msvc.zip · 4.4 MB

    SHA-256

    7a3be40ae0e0e8af4f7b9bca4ab74a379c44f0d537d20c75c0c8e9942d848ef2
  • Disk image (.dmg) · Apple Silicon (M1 and later)

    omniget_0.10.1_aarch64.dmg · 42 MB

    SHA-256

    8b9702aaef118921e2597f7d448dd7d4d8c7cda89b07c1b904232073f8b2f6f3
  • Disk image (.dmg) · Intel

    omniget_0.10.1_x64.dmg · 45 MB

    SHA-256

    c4c6198caa7556c71dc3370fbc1f35940eea3f900339ece0939c567008120ff7
  • Command line · ARM64

    omniget-cli-0.10.1-aarch64-apple-darwin.tar.gz · 3.7 MB

    SHA-256

    b6c475a68fb117886c2f9ac8d744ca2e58bc2b081ec1f560bcb7bc855b0d0bd8
  • Command line · x64

    omniget-cli-0.10.1-x86_64-apple-darwin.tar.gz · 4.0 MB

    SHA-256

    8253a1489cf4bb5c889c1304969be55a3384cc663a5c6bec5897b41f9a087257
  • .deb (Ubuntu, Debian, Mint) · x64

    omniget_0.10.1_amd64.deb · 46 MB

    SHA-256

    6fb37e12d6c412f3a0780e383833ad97efc0fb6d87b3a173eb36662fa66fa104
  • .deb (Ubuntu, Debian, Mint) · ARM64

    omniget_0.10.1_arm64.deb · 44 MB

    SHA-256

    12509e772183d2f915c5d61caa142998c5c327549b770f88b72ad2f130491e59
  • .rpm (Fedora, openSUSE) · x64

    omniget-0.10.1-1.x86_64.rpm · 46 MB

    SHA-256

    e26dfca13730ca80f3b2923261a415f0f9858e9691d626a1b3dea64a4c3c050c
  • .rpm (Fedora, openSUSE) · ARM64

    omniget-0.10.1-1.aarch64.rpm · 44 MB

    SHA-256

    31e86e9ac4eb33911f8a82c956cff3d7cfd5071a92b97960c20979b7b67c1391
  • AppImage (other distributions) · x64

    omniget_0.10.1_amd64.AppImage · 119 MB

    SHA-256

    a67182c1dcf649eb88e1ce1f24bc712cdbc3ccb2e04d9c6ddf9b106c540950bf
  • AppImage (other distributions) · ARM64

    omniget_0.10.1_aarch64.AppImage · 113 MB

    SHA-256

    b49f768d7a17815ff18afebbcb21e71353f3021b22761794d207bb9f6fc33ebc
  • Command line · x64

    omniget-cli-0.10.1-x86_64-unknown-linux-gnu.tar.gz · 4.1 MB

    SHA-256

    d8f14272791c0bfb51736a43fbf25ec8f4d297f694ffb73c388892a00d840400

Code signing

  • Windows: not signed yet. SmartScreen asks for one confirmation, and Smart App Control blocks the app while it is on.
  • macOS: not notarized yet. macOS asks you to allow the app once in Privacy & Security.
  • Linux: packages are not signed with a distribution key. Use the checksums above.

Signing for Windows and notarization for macOS are planned. This section changes the day they ship.

Antivirus false positives

Unsigned installers are sometimes flagged. If the SHA-256 matches, report the file to your antivirus vendor as a false positive. Known cases are noted on this page with a date.

Report a vulnerability

Loop looks at a shield with a magnifying glass, checking a file.