3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Yume-IME - 軽量な日本語IME

3
Last updated at Posted at 2026-04-16

軽量・モダンな完全OSS(MIT)の日本語IME

1. 特徴

  • 不要な仕様を排除
    → 全角英数字・半角カタカナを廃止し、入力をシンプルに
  • モダンで使いやすいUI
    → 視認性と操作性を重視した設計
  • 高速・軽量動作
    → C++20で実装し、快適な入力体験を実現
  • 完全オープンソース(MIT)
    → 商用利用・改変・再配布すべて自由

2. ほかのIMEとの違い

項目 Yume 一般的なIME
ライセンス MIT 独自/制限あり
カスタマイズ性 高い 低い
不要機能 なし 多い
UI モダン 従来型
安定性 改善中 安定

3. デモ

  • シンプルな変換フロー
  • リアルタイムで候補生成


実際の動作の様子

4. インストール方法

簡単インストール(推奨)

  1. 管理者権限でPowerShellを開く
  2. GitHubからクローンする
git clone https://github.com/cyan-cs/yume-ime.git
  1. クローンした場所へ移動する
cd yume-ime
  1. 登録コマンドを実行する
.\scripts\Register-YumeIME.ps1

5. 対応OS

  • Windows 10/11 (x64)

6. GitHub

気に入ったらGitHubでスターをいただけると励みになります。

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?