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 jamiepine/voicebox. 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.

jamiepine/voicebox Installation Guide

How to install jamiepine/voicebox. Official project installation instructions and setup guide.

Automated Install (Recommended)

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

Install via curl

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

Install via npx

npx @hexmos/ipm i jamiepine/voicebox

Prerequisites

Bun

package_manager

Version: >=1.0

Rust

language

Version: >=1.60

Python

language

Version: >=3.11

Tauri Prerequisites

development_tool

Xcode

development_tool

Version: >=14.3

just

tool

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

macOS (Apple Silicon)

curl -L -o voicebox.dmg https://voicebox.sh/download/mac-arm

hdiutil attach voicebox.dmg

sudo cp -R /Volumes/Voicebox/Voicebox.app /Applications

hdiutil detach /Volumes/Voicebox

macOS (Intel)

curl -L -o voicebox.dmg https://voicebox.sh/download/mac-intel

hdiutil attach voicebox.dmg

sudo cp -R /Volumes/Voicebox/Voicebox.app /Applications

hdiutil detach /Volumes/Voicebox

Windows

curl -L -o voicebox-setup.exe https://voicebox.sh/download/windows

voicebox-setup.exe /SILENT

Docker

git clone https://github.com/jamiepine/voicebox.git

cd voicebox

docker compose up

Linux (Build from Source)

git clone https://github.com/jamiepine/voicebox.git

cd voicebox

just setup

just build

just dev