Note
早期ベータ版です。基本的なローマ字→カタカナ入力が利用できます。
Early beta. Basic romaji → Ainu katakana input works; more features are on the way.
Tan porokram anakne Windows or ta Aynuitak ani aeynuyep ne.
このソフトはWindowsでアイヌ語を入力するためのIMEです。
This software is an IME for the Ainu language on Windows. It is a Text Services Framework (TSF) text input processor written in Rust.
Type Latin romanization and the in-progress text appears underlined as a
composition. Press Space or Enter to convert it to Ainu
katakana and commit; Backspace edits, Esc cancels. Input
is forgiving — e.g. ti becomes ci (チ). Conversion is powered by
ainconv.
From the Releases page:
- Installer (recommended): download
ainuKey-vX.Y.Z-x86_64-windows-setup.exeand run it. It installs toC:\Program Files\ainuKeyand registers the input method; uninstall from Settings → Apps. - Portable zip: download
…-x86_64-windows-msvc.zip, unzip, right-clickinstall.ps1→ Run with PowerShell (self-elevates). Remove withinstall.ps1 -Uninstall.
Then switch input method (Win+Space) to ainuKey.
(The installer is unsigned, so SmartScreen may warn — choose "More info → Run anyway".)
v0.1 registers under the
ja-JPlangid, so Japanese may need to be added under Settings → Time & language → Language for ainuKey to appear in the switcher.
Requires Rust and the MSVC toolchain + Windows SDK ("Desktop development with C++").
.\build.ps1 # cargo build --release --target x86_64-pc-windows-msvc
.\install.ps1 # install + register (elevated)https://zenn.dev/mkpoli/scraps/6dc57fcd0335cf
MIT © 2024–2026 mkpoli — see LICENSE.