百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
M

mozc

> 编程语言
开源

Mozc - 一个为多平台设计的日语输入法编辑器

3.0K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

Mozc - 一个为多平台设计的日语输入法编辑器

Mozc - a Japanese Input Method Editor designed for multi-platform

Copyright 2010-2026 Google LLC

Mozc is a Japanese Input Method Editor (IME) designed for multi-platform such as Android OS, Apple macOS, Chromium OS, GNU/Linux and Microsoft Windows. This OpenSource project originates from Google Japanese Input.

Mozc is not an officially supported Google product.

Build Status

Linux Windows macOS Android lib

What's Mozc?

For historical reasons, the project name Mozc has two different meanings:

  1. Internal code name of Google Japanese Input that is still commonly used inside Google.
  2. Project name to release a subset of Google Japanese Input in the form of source code under OSS license without any warranty nor user support.

In this repository, Mozc means the second definition unless otherwise noted.

Detailed differences between Google Japanese Input and Mozc are described in About Branding.

For policies on vocabulary and conversion results, see Vocabulary Policy.

Build Instructions

  • How to build Mozc for Android: for Android library (libmozc.so)
  • How to build Mozc for Linux: for Linux desktop
  • How to build Mozc for macOS: for macOS build
  • How to build Mozc for Windows: for Windows

Release Plan

tl;dr. There is no stable version.

As described in About Branding page, Google does not promise any official QA for OSS Mozc project. Because of this, Mozc does not have a concept of Stable Release. Instead we change version number every time when we introduce non-trivial change. If you are interested in packaging Mozc source code, or developing your own products based on Mozc, feel free to pick up any version. They should be equally stable (or equally unstable) in terms of no official QA process.

Release History page may have additional information and useful links about recent changes.

License

All Mozc code written by Google is released under The BSD 3-Clause License. For third party code under src/third_party directory, see each sub directory to find the copyright notice. Note also that outside src/third_party following directories contain third party code.

src/data/dictionary_oss/

Mixed. See src/data/dictionary_oss/README.txt

src/data/test/dictionary/

The same as src/data/dictionary_oss/. See src/data/dictionary_oss/README.txt

src/data/test/stress_test/

Public Domain. See the comment in src/data/test/stress_test/sentences.txt

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

C++

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言