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/voiceboxor
Install via npx
npx @hexmos/ipm i jamiepine/voiceboxPrerequisites
Bun
package_managerVersion: >=1.0
Rust
languageVersion: >=1.60
Python
languageVersion: >=3.11
Tauri Prerequisites
development_toolXcode
development_toolVersion: >=14.3
just
toolManual 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/VoiceboxmacOS (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/VoiceboxWindows
curl -L -o voicebox-setup.exe https://voicebox.sh/download/windows
voicebox-setup.exe /SILENTDocker
git clone https://github.com/jamiepine/voicebox.git
cd voicebox
docker compose upLinux (Build from Source)
git clone https://github.com/jamiepine/voicebox.git
cd voicebox
just setup
just build
just dev