Keyman cross platform input methods system running on Android, iOS, Linux, macOS, Windows and mobile and desktop web
Find a file
2020-05-27 12:45:10 +07:00
.github chore: use alternate automerge 2020-02-01 13:41:06 +11:00
android fix(android): Additional cleanup 2020-05-25 07:13:43 +07:00
common auto: increment master version to 14.0.80 2020-05-22 14:01:17 -04:00
developer chore(developer/compiler): depend on new @keymanapps/models-types package 2020-05-19 19:52:50 -06:00
docs docs(common): update npm-packages.md 2020-05-19 19:47:32 -06:00
ios change(common): makes VERSION_ENVIRONMENT -> release logic common code 2020-05-25 14:08:28 +07:00
linux chore: merge stable history 2020-04-29 06:33:31 +10:00
mac fix(mac): invalid build script params removed 2020-02-17 14:58:45 +11:00
oem/firstvoices Merge pull request #3113 from keymanapp/modify/android/use-keyboards-list-json 2020-05-20 13:17:58 +07:00
resources change(ios): better UPLOAD_SENTRY default implementation 2020-05-27 12:45:10 +07:00
web auto: increment master version to 14.0.80 2020-05-22 14:01:17 -04:00
windows/src Merge pull request #3138 from keymanapp/fix/developer/3004-sentry-startup-crash 2020-05-20 13:15:22 +10:00
.editorconfig fix(linux): add more package requirements 2020-02-06 18:26:57 +01:00
.gitignore feat(web/engine): splits recorder-core from full, DOM-aware recorder 2020-05-01 08:11:15 +07:00
configure-repo.sh feat(common): Support git worktree when configuring local hooks 2020-02-24 18:30:57 +01:00
HISTORY.md auto: increment master version to 14.0.80 2020-05-22 14:01:17 -04:00
lerna.json auto: increment master version to 14.0.80 2020-05-22 14:01:17 -04:00
linux.code-workspace default platform and baselayout for linux 2018-12-18 15:49:56 +07:00
package-lock.json feat(common): lerna now npm-installed locally 2020-04-21 15:55:43 +07:00
package.json change(common): better lerna use, adds version script to base package 2020-04-27 12:05:17 +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.80 2020-05-22 14:01:17 -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.