Skip to content

OmniGet v0.8.16

Choose a tag to compare

@github-actions github-actions released this 01 Sep 21:58
v0.8.16
7fbe756

What's Changed

  • Auto-updater in Settings: Opening Settings now checks for updates automatically. Shows download progress and restarts the app after installing.
  • Author links: Updated About page links, GitHub repository URLs, and credits to @igect across all translations.

Downloads

Windows: .exe installer or portable.
macOS: .dmg (Apple Silicon �arch64 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:

�ash 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.04+.


macOS users — "OmniGet is damaged and can't be opened"

The app is not notarized with Apple yet, so Gatekeeper quarantines it.
After moving the app to /Applications, run:

�ash xattr -cr /Applications/omniget.app

Then open it normally. If it still refuses, allow it under
System Settings → Privacy & Security.