Note
To leverage MFA tools like alignment in VoxKit, Montreal Forced Aligner must be installed separately on your system using Conda as the package manager. VoxKit will detect it automatically if it's available on your PATH.
Installation
- Download VoxKit-macOS.dmg
- Drag the application bundle to your Applications folder
- Open a terminal:
# Run the following
xattr -cr ../VoxKit.app
# This disables macOS quarantine mode (for apps downloaded from the internet)- You're all set to open the application, the startup script will download some assets like models and initialize the local storage on the first open (be patient please)
# FYI deleting local storage will trigger a fresh startup the next time the app is opened
rm -rf ~/.voxkitSystem Requirements
- macOS 26 or later
- Works on Apple Silicon Macs (arm64)
- Montreal Forced Aligner (installed via Conda); required for MFA engine tools
Changes
- Enhance dataset registration with optional hand alignment by @BeckettFrey in #129
Full Changelog: v0.3.2-macos-VoxKit...v0.4.0-macos-VoxKit