Skip to content

Installation

Homebrew

bash
brew tap hexagone-studio/localekit https://github.com/hexagone-studio/LocaleKit.git
brew install localekit-cli

Shell 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/localekit

Verify

bash
localekit --version

Next Steps

  1. Configure your project — set up .localekitrc.yml
  2. Check translation statuslocalekit status
  3. Translate missing keyslocalekit translate

LocaleKit CLI 0.7.2 · Built by Hexagone Studio