A utility to assist the built-in MacOS screen reader.
EasyReader provides additional functionality to the built-in text to speech engine on MacOS.
- Selects text as it's reading
- Modify selected text to change what will be read next
- Can integrate with the "Now Playing Center" and media keys
- Can auto scroll the selection into view while reading
- MacOS 11+
- Xcode 16+ (for building)
- Download
.dmgfrom latest release - Open
EasyReader-v*.dmgfile - Move
EasyReader.appto your Applications folder
- Run
EasyReader.app(runs as a status item in the menu bar) - Open settings from the menu bar
- Customize to your liking
This project is licensed under the MIT License - see the LICENSE file for details.
Many thanks to these projects for quickening the development of this app!
- AXSwift (Swift wrapper for AXUIElement)
- Defaults (easier/customizable UserDefaults)
- KeyboardShortcuts (global keyboard shortcuts)
- Blender (creating icon)
- Image2icon (converting icon to Apple's app icon guidelines)