Warning
This is an unofficial distribution of Mozc for Homebrew. This project is not affiliated with or endorsed by the official Mozc project. For the official Mozc project, visit google/mozc.
This repository provides a Homebrew tap for installing Mozc, a Japanese Input Method Editor (IME), on macOS.
Inspired by siketyan/homebrew-mozc, this repository automatically downloads macOS build artifacts from the official google/mozc GitHub Actions builds and makes them available for installation via Homebrew.
brew install --cask yellow-seed/brew_mozc/mozcAfter installation:
- Open "System Preferences" (or "System Settings" on macOS Ventura+)
- Go to "Keyboard" > "Input Sources"
- Click the "+" button to add a new input source
- Select "Japanese" > "Mozc"
- Log out and log back in for changes to take full effect
To uninstall Mozc:
brew uninstall --cask yellow-seed/brew_mozc/mozcTo remove user data and preferences as well, add the --zap flag:
brew uninstall --cask --zap yellow-seed/brew_mozc/mozcThis repository uses GitHub Actions to:
- Run on a scheduled basis (weekly)
- Check for the latest successful macOS build from google/mozc
- Download the build artifacts (arm64, intel64, and universal binary packages)
- Use the same version tag as google/mozc when available
- Create GitHub releases with the downloaded packages
- Make them available for Homebrew installation
This cask only supports Apple Silicon (ARM64) Macs.
Intel Mac support is not available as the maintainer cannot test on Intel hardware.
This repository only contains build automation and packaging scripts. The Mozc software itself is licensed under the BSD 3-Clause License by Google. See the official Mozc repository for details.
- google/mozc - Official Mozc project