Cross-platform on-screen keyboard for different languages, keyboard app supersedes virtual-keyboard
Grab the app from the latest releases
Or build locally from the source
git clone https://github.com/occamist/keyboard-app
pnpm install && pnpm tauri build Or build and install as a Desktop app (Linux only)
git clone https://github.com/occamist/keyboard-app && cd keyboard-app
chmod +x install.sh && ./install.sh- What are supported languages?
German, Italian, Korean, Lao, Thai, Turkish, Vietnamese
- What platforms are supported?
Linux (1st class), Windows, Macos
- Why Tauri?
Smallest bundles and easy to port across different platforms.

