Skip to content

OmniGet v0.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Jun 23:51
· 18 commits to e910a3858a1221da4b99537ca9225b86609a1f08 since this release
adcdcc4

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