https://github.com/keycastr/keycastr
KeyCastr, an open-source keystroke visualizer
https://github.com/keycastr/keycastr
Last synced: 7 days ago
JSON representation
KeyCastr, an open-source keystroke visualizer
- Host: GitHub
- URL: https://github.com/keycastr/keycastr
- Owner: keycastr
- License: bsd-3-clause
- Created: 2009-02-19T23:59:41.000Z (about 16 years ago)
- Default Branch: main
- Last Pushed: 2025-03-27T01:14:17.000Z (19 days ago)
- Last Synced: 2025-04-01T17:15:44.568Z (14 days ago)
- Language: Objective-C
- Homepage:
- Size: 50.5 MB
- Stars: 13,423
- Watchers: 104
- Forks: 535
- Open Issues: 81
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred-test - keycastr/keycastr - KeyCastr, an open-source keystroke visualizer (Objective-C)
- awesome-services-tools - Keycastr - an open-source keystroke visualizer (Uncategorized / Uncategorized)
- awesome-services-tools - Keycastr - an open-source keystroke visualizer (Uncategorized / Uncategorized)
- starred - keycastr/keycastr - KeyCastr, an open-source keystroke visualizer (Objective-C)
- open-source-mac-os-apps - Keycastr - Keystroke visualizer. ![Objective-C_icon] (Applications / Keyboard)
- awesome-mac-app - KeyCastr
- awesome-github-star - keycastr - source keystroke visualizer | keycastr | 10879 | (Objective-C)
- awesome-list - keycastr - source keystroke visualizer | keycastr | 6947 | (Objective-C)
- my-awesome-mac-apps - KayCastr - source keystroke visualizer (Utilities)
- awesome-live-streaming - keycastr
- open-source-mac-os-apps - Keycastr - Keystroke visualizer.</summary><p><b>Languages:</b> ![Objective-C_icon] <br><b>Screenshots:</b><br><img src='https://github.com/keycastr/keycastr/blob/5a9a9e5b498aad7f3bc26e3c2c95862359dbf3e4/assets/preview.png' width='400' loading='lazy'/><br></p></details> (Applications / ⌨️ Keyboard (9))
- awesome - keycastr/keycastr - KeyCastr, an open-source keystroke visualizer (Objective-C)
- awesome - keycastr/keycastr - KeyCastr, an open-source keystroke visualizer (Objective-C)
- awesome-engineering - Keycastr
- awesome-engineering - Keycastr
- StarryDivineSky - keycastr/keycastr - C编写,支持macOS系统。KeyCastr提供简洁的界面,易于配置和使用。它能有效提升屏幕录制和演示的清晰度和专业性,让观众更容易理解操作流程。KeyCastr是免费且开源的,任何人都可以下载、使用和修改。 (前端开发框架及项目 / iOS_Swift应用开发)
README
# KeyCastr
KeyCastr, an open source keystroke visualizer.

KeyCastr enables you to share your keystrokes when creating screencasts, presenting, or collaborating with others. You can choose to display command keys, all modified keys, or all keystrokes, and there is also an option to include mouse clicks.
It is also possible to develop your own visualizer on top of KeyCastr -- pull requests are welcome!

## Installation
Download the latest release from [GitHub](https://github.com/keycastr/keycastr/releases)
Or, install using [homebrew](http://brew.sh/)
```console
brew install --cask keycastr
```## Granting Permissions
KeyCastr requires your permission to receive events from macOS in order to broadcast your keystrokes and mouse clicks.
On newer versions of macOS (10.15+) there is an Input Monitoring menu under Security & Privacy within the System Preferences app, and KeyCastr will appear there automatically the first time you run it. Simply unlock this menu and check the box next to KeyCastr to enable it.

On older versions of macOS, or if for some reason the app doesn't appear under the Input Monitoring menu (or if you want to pre-enable it) then you may manually add it to the list of apps in the Accessibility menu.

To add KeyCastr to the list click the + button and select KeyCastr from the file system, or drag it in using Finder.
If KeyCastr is already in the list you can remove it with the − button and add it again in order to be certain that the right copy of the application is specified.
### Troubleshooting permissions
There are two likely causes for the app seeming not to work:
1. Not receiving keystroke events from macOS due to security settings
1. The window being offscreen.Sometimes switching from the Default to the Svelte visualizer can help you
figure out which problem it is.To troubleshoot, We recommend that you:
- Quit the KeyCastr app
- Remove KeyCastr from any of the Privacy areas in the Security & Privacy
preferences panel (typically the Accessibility or Input Monitoring areas)
- Start the KeyCastr app
- When you see the "Keystroke Receiving" dialog from macOS, click "Open System
Preferences" or open the Preferences app yourself
- Under Input Monitoring, enable KeyCastr by unlocking your preferences and
clicking the box next to KeyCastr which should have been automatically added
to the list
- When macOS prompts you, restart KeyCastr. Or you can do it manually.## Position on Screen
The default position is on the bottom left of your display. To modify the position of displayed keystrokes, click and drag the text like so:

## Security Concerns
Any application in the Accessibility or Input Monitoring sections of the Security & Privacy pane in macOS's Preferences.app is capable of receiving all your input events. We encourage you to inspect these lists carefully, remove applications which you don't believe need to monitor your input, and ask tough questions of the companies which produce the software you use.
KeyCastr is completely free and open source, and does not employ any networking mechanisms other than that included with the ubiquitous [Sparkle framework](https://sparkle-project.org/) for managing application updates. KeyCastr will never receive or display your passwords, so long as the website or application you are using treats password entry as secure, e.g. `` or equivalent.
## History and Credits
- [sdeken](https://github.com/sdeken) wrote the original version.
- [akitchen](https://github.com/akitchen) occasional development and maintenance.
- [elia](https://github.com/elia) created `keycastr` organization and forked into it.
- [lqez](https://github.com/lqez) added a new menu bar icon.
- [QuintB](https://github.com/QuintB) designed an updated application icon to match the icon style in modern versions of macOS.## License
[BSD 3-Clause](https://opensource.org/licenses/BSD-3-Clause)
KeyCastr has been freely available for the Mac since 2009.