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/omior
Install via npx
npx @hexmos/ipm i BasedHardware/omiPrerequisites
Xcode
dependencyVersion: 14+
Node.js
dependencyRust
dependencySwift
dependencyManual 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 --yolomacOS 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.shMobile App Setup (iOS)
git clone https://github.com/BasedHardware/omi.git
cd omi/app
bash setup.sh iosMobile App Setup (Android)
git clone https://github.com/BasedHardware/omi.git
cd omi/app
bash setup.sh androidDownload macOS App
curl -L -o omi.dmg https://github.com/BasedHardware/omi/releases/download/v0.11.324%2B11324-macos/omi.dmg