A native macOS app for visualizing keyboard presses.
- Download the latest DMG from Releases
- Open the DMG file
- Drag PressViz to your Applications folder
- Launch PressViz from Applications
PressViz is not notarized by Apple. On first launch, macOS may block the app.
To allow it, run this command in Terminal:
xattr -cr /Applications/PressViz.app- macOS 26.2+
PressViz requires Accessibility permission to monitor keyboard input.
On first launch, macOS will prompt you to grant permission. If you dismissed the prompt:
- Click the PressViz icon in the menu bar to open the permission guide, or
- Enable manually: System Settings > Privacy & Security > Accessibility
- Xcode
- mise (optional, for task runner)
- create-dmg (for DMG creation)
# Debug build
mise run build
# Release build
mise run release
# Clean
mise run clean# Show current version
mise run version
# Set version
mise run version:set 0.2.0mise run dmgMIT