How to install tonhowtf/omniget. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
tonhowtf/omniget Installation Guide
How to install tonhowtf/omniget. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for tonhowtf/omniget. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i tonhowtf/omnigetor
Install via npx
npx @hexmos/ipm i tonhowtf/omnigetPrerequisites
Rust
toolVersion: >=1.70.0
Node.js
toolVersion: >=18.0.0
pnpm
toolWebkitGTK
libraryVersion: >=2.42.0
GStreamer
libraryVersion: >=1.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Windows Installer
Invoke-WebRequest -Uri https://github.com/tonhowtf/omniget/releases/download/v0.9.2/omniget_0.9.2_x64-setup.exe -OutFile omniget_setup.exe
Start-Process ./omniget_setup.exe -ArgumentList @('/passive', '/norestart') -WaitWindows Portable
Invoke-WebRequest -Uri https://github.com/tonhowtf/omniget/releases/download/v0.9.2/omniget_0.9.2_x64-portable.exe -OutFile omniget-portable.exeWindows via winget
winget install -e --id tonhowtf.OmniGet --accept-source-agreementsmacOS DMG (Apple Silicon)
curl -L https://github.com/tonhowtf/omniget/releases/download/v0.9.2/omniget_0.9.2_aarch64.dmg -o omniget.dmg
hdiutil attach omniget.dmg
sudo cp -R /Volumes/OmniGet/OmniGet.app /Applications/
hdiutil detach /Volumes/OmniGet
xattr -cr /Applications/OmniGet.app
codesign --force --deep --sign - /Applications/OmniGet.appmacOS DMG (Intel)
curl -L https://github.com/tonhowtf/omniget/releases/download/v0.9.2/omniget_0.9.2_x64.dmg -o omniget.dmg
hdiutil attach omniget.dmg
sudo cp -R /Volumes/OmniGet/OmniGet.app /Applications/
hdiutil detach /Volumes/OmniGet
xattr -cr /Applications/OmniGet.app
codesign --force --deep --sign - /Applications/OmniGet.appmacOS via Homebrew
brew install --cask tonhowtf/tap/omnigetLinux .deb (Debian/Ubuntu)
curl -LO https://github.com/tonhowtf/omniget/releases/download/v0.9.2/omniget_0.9.2_amd64.deb
sudo dpkg -i omniget_0.9.2_amd64.deb
sudo apt-get install -f -yLinux .deb (ARM64)
curl -LO https://github.com/tonhowtf/omniget/releases/download/v0.9.2/omniget_0.9.2_arm64.deb
sudo dpkg -i omniget_0.9.2_arm64.deb
sudo apt-get install -f -yLinux .rpm (Fedora/openSUSE/RHEL)
curl -LO https://github.com/tonhowtf/omniget/releases/download/v0.9.2/omniget-0.9.2-1.x86_64.rpm
sudo rpm -i omniget-0.9.2-1.x86_64.rpmLinux .rpm (ARM64)
curl -LO https://github.com/tonhowtf/omniget/releases/download/v0.9.2/omniget-0.9.2-1.aarch64.rpm
sudo rpm -i omniget-0.9.2-1.aarch64.rpmLinux AppImage
curl -LO https://github.com/tonhowtf/omniget/releases/download/v0.9.2/omniget_0.9.2_amd64.AppImage
chmod +x omniget_0.9.2_amd64.AppImage
./omniget_0.9.2_amd64.AppImageLinux AppImage (ARM64)
curl -LO https://github.com/tonhowtf/omniget/releases/download/v0.9.2/omniget_0.9.2_aarch64.AppImage
chmod +x omniget_0.9.2_aarch64.AppImage
./omniget_0.9.2_aarch64.AppImageLinux Media Plugins (Debian/Ubuntu)
sudo apt update
sudo apt install -y gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-libavLinux Media Plugins (Fedora)
sudo dnf install -y gstreamer1-plugins-good gstreamer1-plugins-bad-free gstreamer1-plugin-libavLinux Media Plugins (Arch Linux)
sudo pacman -Syu --noconfirm gst-plugins-good gst-plugins-bad gst-libavBuild from source (Linux)
sudo apt update -y
sudo apt install -y build-essential curl wget file libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev patchelf libasound2-dev libpipewire-0.3-dev clang libclang-dev
curl -fsSL https://deno.land/x/install/install.sh | sh
export PATH="$HOME/.deno/bin:$PATH"
npm install -g pnpm
git clone https://github.com/tonhowtf/omniget.git
cd omniget
pnpm install
pnpm tauri build --config '{"bundle":{"createUpdaterArtifacts":false}}'Post Installation Steps
- Run the downloaded executable or the installed application.
- Follow the on-screen prompts for initial setup, including language and theme selection.
- For macOS, run the provided xattr and codesign commands in Terminal after moving the app to Applications.
