Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview
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/omniget
or

Install via npx

npx @hexmos/ipm i tonhowtf/omniget

Prerequisites

Rust

tool

Version: >=1.70.0

Node.js

tool

Version: >=18.0.0

pnpm

tool

WebkitGTK

library

Version: >=2.42.0

GStreamer

library

Version: >=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') -Wait

Windows Portable

Invoke-WebRequest -Uri https://github.com/tonhowtf/omniget/releases/download/v0.9.2/omniget_0.9.2_x64-portable.exe -OutFile omniget-portable.exe

Windows via winget

winget install -e --id tonhowtf.OmniGet --accept-source-agreements

macOS 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.app

macOS 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.app

macOS via Homebrew

brew install --cask tonhowtf/tap/omniget

Linux .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 -y

Linux .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 -y

Linux .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.rpm

Linux .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.rpm

Linux 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.AppImage

Linux 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.AppImage

Linux Media Plugins (Debian/Ubuntu)

sudo apt update

sudo apt install -y gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-libav

Linux Media Plugins (Fedora)

sudo dnf install -y gstreamer1-plugins-good gstreamer1-plugins-bad-free gstreamer1-plugin-libav

Linux Media Plugins (Arch Linux)

sudo pacman -Syu --noconfirm gst-plugins-good gst-plugins-bad gst-libav

Build 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.