EXE
WinGet
OmniGet
tonhowtf · 0.6.3 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
omniget_0.6.3_x64-setup.exe /S
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\omniget
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
0.6.3
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
omniget_0.6.3_x64-setup.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
tonhowtf.OmniGet
Version
0.6.3
Description
Desktop app to download videos, courses, and media from 50+ platforms.
License
GPL-3.0
↗
Homepage
https://github.com/tonhowtf/omniget
Installer URL
https://github.com/tonhowtf/omniget/releases/download/v0.6.3/omniget_0.6.3_x64-setup.exe
Upgrade Behavior
install(Install over existing)
Release Notes
Downloads
Windows: .exe installer or portable.
macOS: .dmg (Apple Silicon aarch64 or Intel x86_64).
Linux: .AppImage (universal) or .deb (Debian/Ubuntu).
Debian/Ubuntu users — AppImage compatibility
Debian 12+ ships without FUSE 2 by default, which AppImage requires.
If ./omniget.AppImage fails with a libfuse error, run:
sudo apt install libfuse2
…or use ./omniget.AppImage --appimage-extract-and-run.
Easier alternative: download the .deb instead — works out of the
box on Debian 12+ and Ubuntu 22…