logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install BasedHardware/omi. 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.

BasedHardware/omi Installation Guide

How to install BasedHardware/omi. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for BasedHardware/omi. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i BasedHardware/omi
or

Install via npx

npx @hexmos/ipm i BasedHardware/omi

Prerequisites

Xcode

dependency

Version: 14+

Node.js

dependency

Rust

dependency

Swift

dependency

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

macOS Quick Start

git clone https://github.com/BasedHardware/omi.git

cd omi/desktop

./run.sh --yolo

macOS Full Installation (Local Development)

xcode-select --install

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

git clone https://github.com/BasedHardware/omi.git

cd omi/desktop

cp Backend-Rust/.env.example Backend-Rust/.env

./run.sh

Mobile App Setup (iOS)

git clone https://github.com/BasedHardware/omi.git

cd omi/app

bash setup.sh ios

Mobile App Setup (Android)

git clone https://github.com/BasedHardware/omi.git

cd omi/app

bash setup.sh android

Download macOS App

curl -L -o omi.dmg https://github.com/BasedHardware/omi/releases/download/v0.11.324%2B11324-macos/omi.dmg