logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/FluidVoice
or

Install via npx

npx @hexmos/ipm i altic-dev/FluidVoice

Prerequisites

macOS

Operating System

Version: 15.0 or later

Microphone Access

Permission

Accessibility Permissions

Permission

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install with Homebrew

brew install --cask fluidvoice

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

Build 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