Install
Swabble currently builds from source. It requires macOS 26, Swift 6.2, and the Speech.framework assets available on the target Mac.
#Clone
git clone https://github.com/openclaw/swabble.git
cd swabble
#Tooling
The development checks use SwiftFormat and SwiftLint:
brew install swiftformat swiftlint
#Build
swift build
#Create config
swift run swabble setup
This writes the default JSON config to ~/.config/swabble/config.json.