Installation
Homebrew
bash
brew tap hexagone-studio/localekit https://github.com/hexagone-studio/LocaleKit.git
brew install localekit-cliShell completions are installed automatically with Homebrew.
Build from Source
Requires Swift 6.2+ and macOS 26+.
bash
git clone https://github.com/hexagone-studio/LocaleKit.git
cd LocaleKit/LocaleKitCore
swift build -c release
sudo cp .build/release/LocaleKitCLI /usr/local/bin/localekitVerify
bash
localekit --versionNext Steps
- Configure your project — set up
.localekitrc.yml - Check translation status —
localekit status - Translate missing keys —
localekit translate
