How to install altic-dev/FluidVoice. 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.
altic-dev/FluidVoice Installation Guide
How to install altic-dev/FluidVoice. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for altic-dev/FluidVoice. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i altic-dev/FluidVoiceor
Install via npx
npx @hexmos/ipm i altic-dev/FluidVoicePrerequisites
macOS
Operating SystemVersion: 15.0 or later
Microphone Access
PermissionAccessibility Permissions
PermissionManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install with Homebrew
brew install --cask fluidvoiceManual Download
curl -L https://github.com/altic-dev/FluidVoice/releases/latest/download/Fluid-oss.dmg -o Fluid.dmg
hdiutil attach Fluid.dmg
sudo cp -R /Volumes/Fluid/Fluid.app /Applications/
hdiutil detach /Volumes/FluidBuild from Source
git clone https://github.com/altic-dev/FluidVoice.git
cd FluidVoice
open Fluid.xcodeproj
xcodebuild -project Fluid.xcodeproj -scheme Fluid -destination 'platform=macOS' build CODE_SIGNING_ALLOWED=NO