Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview
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/VoiceStudio
or

Install via npx

npx @hexmos/ipm i debpalash/VoiceStudio

Prerequisites

Python

runtime

Version: 3.11+

git

tool

bun

runtime

Manual 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/VoiceStudio

Install 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 /qn

Install 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.AppImage

Run with Docker

docker pull ghcr.io/debpalash/VoiceStudio:latest

docker run --gpus all -p 3900:3900 ghcr.io/debpalash/VoiceStudio:latest

Run from source

git clone https://github.com/debpalash/VoiceStudio.git

cd VoiceStudio

bun install

bun run desktop

Post 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.