Keyman cross platform input methods system running on Android, iOS, Linux, macOS, Windows and mobile and desktop web
Find a file
2020-10-07 14:00:57 -04:00
.github fix: add resources to common 2020-06-12 13:44:07 +10:00
android fix(android/app): Switch system keyboard in KMPBrowserActivity 2020-10-02 10:55:58 +07:00
common auto: increment master version to 14.0.156 2020-10-07 14:00:57 -04:00
developer auto: increment master version to 14.0.156 2020-10-07 14:00:57 -04:00
docs chore(linux): Add sample settings files 2020-08-14 11:11:18 +02:00
ios Merge pull request #3623 from keymanapp/feat/ios/engine/mark-preinstalled-resources 2020-09-30 11:40:14 +07:00
linux Merge pull request #3593 from keymanapp/fix/linux/json-decoder 2020-09-18 11:42:11 +07:00
mac fix(mac): altool second call report ci errors 2020-06-22 11:32:15 +10:00
oem/firstvoices fix(windows): remove obsolete releaseCapture calls 2020-09-18 10:20:14 +10:00
resources auto: increment master version to 14.0.156 2020-10-07 14:00:57 -04:00
web auto: increment master version to 14.0.156 2020-10-07 14:00:57 -04:00
windows/src Merge pull request #3649 from keymanapp/fix/engine/coverity-keyman32 2020-10-05 13:47:08 +11:00
.editorconfig fix(linux): add more package requirements 2020-02-06 18:26:57 +01:00
.flake8 feat(linux): Install keyboard on Gnome 2020-06-24 19:13:40 +02:00
.gitignore chore(linux): Add comment to .gitignore 2020-06-18 10:18:19 +02:00
configure-repo.sh feat(common): Support git worktree when configuring local hooks 2020-02-24 18:30:57 +01:00
crowdin.yml feat(linux): Add i18n for Linux 2020-08-19 19:22:33 +02:00
HISTORY.md auto: increment master version to 14.0.156 2020-10-07 14:00:57 -04:00
lerna.json auto: increment master version to 14.0.156 2020-10-07 14:00:57 -04:00
linux.code-workspace default platform and baselayout for linux 2018-12-18 15:49:56 +07:00
package-lock.json fix(common): specifies version of hoisted TypeScript 2020-05-25 10:04:13 +07:00
package.json fix(common): specifies version of hoisted TypeScript 2020-05-25 10:04:13 +07:00
README.md chore(common): readme re: filepath length of repo base 2020-04-29 14:19:26 +07:00
TIER.md chore: start history/version infrastructure 2020-01-29 08:54:32 +11:00
VERSION.md auto: increment master version to 14.0.156 2020-10-07 14:00:57 -04:00

Keyman

Keyman makes it possible for you to type in any language on Windows, macOS, Linux, iPhone, iPad, Android tablets and phones, and even instantly in your web browser. Create keyboard layouts with Keyman Developer and share them with the community in the keyboards repository. The Keyman Community have already contributed keyboard layouts for over 1,500 languages!

Keyman is an open source project distributed under the MIT license.

Get Involved

Get involved

Development Status on status.keyman.com

Platform Alpha Beta Stable
Windows Alpha Beta Stable
macOS Alpha Beta Stable
Web Alpha Beta Stable
Android Alpha Beta Stable
iOS Alpha Beta Stable
Linux Alpha Beta Stable

Getting Started

Desktop Platforms

Web & Mobile Platforms

Release Types

Each platform maintains multiple types of releases:

  • Stable: A released version. On a stable or stable-<version> branch.
  • Beta: A version that is nearing full "stable" release. On the beta branch.
  • Alpha: Contains the very latest code. These versions are published daily whenever the code changes. On master branch.

License

Copyright (c) 2018-2020 SIL International. All rights reserved.

Licensed under the MIT License.

Keyman for Linux is licensed under the MIT License apart from ibus-kmfl which is licensed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Notes for Contributors

When cloning this repo for local development on a Windows machine, take care not to place it overly deep in your file system.
Some of the paths for compilation can push character lengths around 160 characters long, while certain operations on Windows systems may be limited to paths of 260 characters or less.
For example, git clean on Windows with msys is limited due to dependence on older Windows APIs.