How to install debpalash/VoiceStudio. 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.
debpalash/VoiceStudio Installation Guide
How to install debpalash/VoiceStudio. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for debpalash/VoiceStudio. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i debpalash/VoiceStudioor
Install via npx
npx @hexmos/ipm i debpalash/VoiceStudioPrerequisites
Python
runtimeVersion: 3.11+
git
toolbun
runtimeManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install on macOS
curl -L https://github.com/debpalash/VoiceStudio/releases/download/v0.5.1/VoiceStudio_0.5.1_aarch64.dmg -o VoiceStudio_0.5.1_aarch64.dmg
hdiutil attach VoiceStudio_0.5.1_aarch64.dmg
sudo cp -R /Volumes/VoiceStudio/VoiceStudio.app /Applications
hdiutil detach /Volumes/VoiceStudioInstall on Windows
curl -L https://github.com/debpalash/VoiceStudio/releases/download/v0.5.1/VoiceStudio_0.5.1_x64_en-US.msi -o VoiceStudio_0.5.1_x64_en-US.msi
msiexec /i VoiceStudio_0.5.1_x64_en-US.msi /qnInstall on Linux
curl -L https://github.com/debpalash/VoiceStudio/releases/download/v0.5.1/VoiceStudio_0.5.1_amd64.AppImage -o VoiceStudio.AppImage
chmod +x VoiceStudio.AppImage
./VoiceStudio.AppImageRun with Docker
docker pull ghcr.io/debpalash/VoiceStudio:latest
docker run --gpus all -p 3900:3900 ghcr.io/debpalash/VoiceStudio:latestRun from source
git clone https://github.com/debpalash/VoiceStudio.git
cd VoiceStudio
bun install
bun run desktopPost Installation Steps
- First launch creates a managed Python environment and downloads the default model. Later launches reuse both.
- On macOS, first launch needs a one-time right-click, then Open approval.
