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/voiceboxInstall 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 devUseful Links
Voicebox Website
Main website with demo and overview
Voicebox Docs
Official documentation
Latest Release
Download latest release binaries
Linux Install Guide
Instructions for building on Linux
CONTRIBUTING.md
Detailed developer setup and contribution guidelines
Adding New Voice Models Guide
Information on adding new TTS engines
