# Download OmniGet for Windows

- URL: https://getomniget.com/download/windows
- Updated: 2026-09-21
- OmniGet 0.10.1

> OmniGet is a free, open-source desktop app for Windows, macOS and Linux that downloads video, audio and files from more than 1,000 sites through yt-dlp and, since version 0.10, runs AI coding agents such as Claude Code, Codex and local Ollama models.

---

[Download OmniGet](https://getomniget.com/download) / Windows

# OmniGet for Windows

For Windows 10 and later, 64-bit. The installer is the easiest choice; the portable build runs from any folder or USB stick.

[Download for Windows](https://getomniget.com/dl/v0.10.1/omniget_0.10.1_x64-setup.exe)

Choose a file

Windows

-   [Installer .exe · x64 · 37 MB](https://getomniget.com/dl/v0.10.1/omniget_0.10.1_x64-setup.exe)
-   [Portable .exe · x64 · 117 MB](https://getomniget.com/dl/v0.10.1/omniget_0.10.1_x64-portable.exe)
-   [MSI package .msi · x64 · 48 MB](https://getomniget.com/dl/v0.10.1/omniget_0.10.1_x64_en-US.msi)

[All files and checksums](https://getomniget.com/download)

Free · no account · 37 MB · .exe

Windows may show a SmartScreen warning the first time. [Here is what to do](https://getomniget.com/download/windows#first-launch).

Not on Windows? [See every platform](https://getomniget.com/download).

## Requirements and formats

-   **Installer (.exe)**: the usual choice. Updates arrive inside the app.
-   **Portable (.exe)**: no install. Put an empty `portable.txt` next to it and settings, cookies, yt-dlp and FFmpeg stay in a `data` folder beside the file.
-   **MSI package**: for IT departments that deploy software.
-   On Windows on ARM, the x64 build runs through emulation.

## First launch

OmniGet is not code-signed yet, so Windows asks you to confirm once.

1.  1 Open the downloaded `.exe`. If a blue **Windows protected your PC** box appears, click **More info**.
2.  2 Check that the file name is the one you downloaded, then click **Run anyway**.
3.  3 The installer runs as usual. You only do this once per version.

**Antivirus warnings**: some antivirus programs flag unsigned installers. Before you allow it, [compare the SHA-256](#checksums) with the one on GitHub. If they match, the file is the one the author published, and you can report a false positive to your antivirus.

**Smart App Control**: if it is turned on, Windows blocks apps that are not signed, and OmniGet cannot run until it is signed. Checking the file does not change this.

OmniGet draws its window with Microsoft Edge WebView2, which Windows 10 and 11 already include. If it is missing, the installer adds it.

 

## After you install

1.  1
    
    The first screen asks for your language, then installs yt-dlp and FFmpeg with one click.
    
2.  2
    
    Copy a link, paste it on the home screen, pick a quality and press Enter.
    
3.  3
    
    Optional: add the browser extension from Settings to save what you see while logged in.
    

## Checksums

### Windows

-   Installer (.exe) · x64
    
    omniget\_0.10.1\_x64-setup.exe · 37 MB
    
    [Download](https://getomniget.com/dl/v0.10.1/omniget_0.10.1_x64-setup.exe) [GitHub](https://github.com/tonhowtf/omniget/releases/download/v0.10.1/omniget_0.10.1_x64-setup.exe "Same file on GitHub")
    
    SHA-256
    
    `7b8d9fdac695acba2868f8c350cbf55ea43319e528ed47861467bfef2277c664` 
    
-   Portable (.exe) · x64
    
    omniget\_0.10.1\_x64-portable.exe · 117 MB
    
    [Download](https://getomniget.com/dl/v0.10.1/omniget_0.10.1_x64-portable.exe) [GitHub](https://github.com/tonhowtf/omniget/releases/download/v0.10.1/omniget_0.10.1_x64-portable.exe "Same file on GitHub")
    
    SHA-256
    
    `fc4211fe1c311382e4c835b0c7e20c4f43152e5b5e6dcf39e9f1553ab33df3e4` 
    
-   MSI package · x64
    
    omniget\_0.10.1\_x64\_en-US.msi · 48 MB
    
    [Download](https://getomniget.com/dl/v0.10.1/omniget_0.10.1_x64_en-US.msi) [GitHub](https://github.com/tonhowtf/omniget/releases/download/v0.10.1/omniget_0.10.1_x64_en-US.msi "Same file on GitHub")
    
    SHA-256
    
    `6fad57184e6496e40e6ea9d857d705292f27af166517d7c256fb8c24465b7d8b` 
    
-   Command line · x64
    
    omniget-cli-0.10.1-x86\_64-pc-windows-msvc.zip · 4.4 MB
    
    [Download](https://getomniget.com/dl/v0.10.1/omniget-cli-0.10.1-x86_64-pc-windows-msvc.zip) [GitHub](https://github.com/tonhowtf/omniget/releases/download/v0.10.1/omniget-cli-0.10.1-x86_64-pc-windows-msvc.zip "Same file on GitHub")
    
    SHA-256
    
    `7a3be40ae0e0e8af4f7b9bca4ab74a379c44f0d537d20c75c0c8e9942d848ef2` 
    

Every file above is the same file published on GitHub, copied to this site only after its SHA-256 matched. The reference hash lives on GitHub; this page is a convenience. [How to check a file](https://getomniget.com/security#verify).

## Other ways to install

Windows Package Manager

`>winget install -e --id tonhowtf.OmniGet` 

## Questions

Is the SmartScreen warning a sign of a virus?

No. SmartScreen warns about files it has not seen signed before. It does not scan them. The way to be sure is to compare the file's SHA-256 with the one published on GitHub.

Installer or portable?

The installer, unless you need to run OmniGet from a USB stick or a folder without installing anything.

Can I install it with winget?

Yes: `winget install -e --id tonhowtf.OmniGet`.

OmniGet only downloads what your own session can already open. It does not break DRM or paywalls; DRM-protected lessons are skipped.
