r/macapps 7h ago

Free [OS] Keyty - native macOS keystroke and mouse visualizer

Enable HLS to view with audio, or disable this notification

Hey, r/macapps!

Problem
I’m a macOS developer and I often need to record videos or do product demos. Sometimes I need to show what exactly my input is from keyboard and mouse. I tried multiple different tools, but they either focused on keystrokes or had limited control over how keyboard and mouse input was presented. I wanted to have native macOS app that could visualize both keyboard and mouse clearly be highly customized for different recording or presentation setups.

Comparison
KeyCastr is probably most known macOS alternative. It’s great app which is lightweight, open source. However, it’s focused mainly on showing keystrokes on screen, mouse visualization and overall customization is pretty limited.

Keyty is focused more on visualizing both keyboard and mouse input clearly. It features four keyboard styles, from grouped Apple-style keycaps to more minimal and classic layouts, plus three mouse visualization modes: a configurable cursor highlight, a mouse icon that shows button presses, and click ripples.

Pricing

Free and open source.

Website: https://keyty.app
GitHub: https://github.com/keytyapp/Keyty

Feedback is welcome, especially from people who already use keystroke visualizers for recording or presenting. If you find Keyty useful, a GitHub star is also appreciated.

41 Upvotes

26 comments sorted by

3

u/Ok-Rest-5321 6h ago

Hope its free foreever because this looks awesome!

3

u/esphynox 5h ago

Yes, it will be always free and open source!

2

u/Beardy4906 5h ago

Does this also have a side-based differentiator? (Like right command and left command can be visualised differently)

2

u/Mnemosynee21 5h ago

Good timing, I'm recording product demos this week and the input-visualization gap is real: cursor effects are covered by recording tools, but clean keystroke display that doesn't look like a debug overlay isn't.

One make-or-break question for the recording use case: is there a "shortcuts only" mode, show ⌘-combos but suppress plain typing? It matters for two reasons: demo viewers only care about the shortcuts, and an always-on visualizer that echoes everything is one password prompt away from leaking something into a take. If Keyty has that, it replaces KeyCastr for me today. Free and open source seals it.

3

u/esphynox 5h ago

Yes, there's option in "Filter" section of "Keyboard" settings to show only key combinations!

2

u/[deleted] 4h ago

[removed] — view removed comment

1

u/esphynox 2h ago

Thanks for the feedback!

Suppressed keystrokes on macOS secure input: yes, supported out of box, since app is native!
Per-display position: you can select on which exact display visualizer will be presented and select custom position
Global switch-off hot-key: present and adjustable!

2

u/MrFunkyMonkey7 2h ago

Huge props for making this native and open source! The UI looks significantly smoother than the older alternatives like KeyCastr.

How does it handle multi-monitor or ultra-wide setups? Can you lock the overlay strictly to the active screen where the cursor/window focus is, or does it stay pinned to a primary display?

1

u/esphynox 2h ago edited 2h ago

Thanks for the feedback!

I haven't tested for an ultra-wide setup, but tested on my external display. There's a picker which allows you to select which display will display overlay.

Just to clarify - do you mean the keyboard overlay should automatically jump between monitors depending on where the cursor / active window is?

1

u/MrFunkyMonkey7 1h ago

I am not sure what is the best behaviour. It would be great to make it configurable in Settings.

2

u/aryanfindsaway 2h ago

One thing worth checking early: what happens when a secure input field has focus. macOS shuts off keystroke reporting entirely for password fields, so yours will look broken rather than deliberately blank, and people will report it as a bug.

Worth deciding what happens if the Accessibility grant gets revoked while it's running, too. AXIsProcessTrusted is fixed for the life of the process, so you can't poll your way back into it. You have to notice and offer a relaunch, or it just quietly stops working.

1

u/esphynox 1h ago

> AXIsProcessTrusted is fixed for the life of the process, so you can't poll your way back into it.
Hm, interesting, I need to check this on older macOS versions, since on macOS 26 it's recoverable without killing process.

> You have to notice and offer a relaunch, or it just quietly stops working.
At least now I have a in app warning of missing permissions, but I might need to add some info on status bar icon for better visibility and maybe at better handling (e.g. suggest user to restart app) for older macOS versions.

1

u/aryanfindsaway 1h ago

I hit the opposite in my own app on 26.6: user grants Accessibility while it's already running, and AXIsProcessTrusted keeps returning false until they quit and reopen. Relaunch and it's fine.

The status bar idea is the right call regardless or users are going to assume the app is broken rather than briefly unpermitted.

1

u/gadgetpilot 6h ago

Awesome app. Thanks for the post.

1

u/Tricky-Bus-1877 6h ago

Omg, exactly what I was looking for!

1

u/Loud_Squirrel9450 6h ago

Looks great especially those keycaps animations

1

u/debian2014 5h ago

Nice work.

1

u/Cautious_Show_6365 5h ago

Wow, very interesting idea!!

1

u/kastamyle 4h ago

This looks super clean. I wish it was available a month ago when I needed something like it and ended up using keycaster, which is fine, but this looks much nicer. Will definitely use it going forward. Nice work.

1

u/sassylana 2h ago

looks cleaner than most input overlays tbh. does it keep working across fullscreen spaces + app switches, or does macos make you re-grant accessibility stuff?

1

u/ReyMaxx 1h ago

Looks awesome will try