A macOS application that runs in the background and fixes grammar errors in selected text using OpenAI's API.
- Runs as a background application with menu bar icon
- Activated with hotkey (Command+Shift+F)
- Automatically captures selected text from any application
- Fixes grammar using OpenAI's GPT-4o
- Customizable model selection (GPT-4o, GPT-4o mini, GPT-4.5 Preview)
- Securely stores your API key in preferences
- Replaces original text with corrected version
- Preserves clipboard contents
See BUILD_INSTRUCTIONS.md
- After building, run the application
- The app will appear in your menu bar with a pencil icon
- The first time you use it, you'll need to grant accessibility permissions:
- Go to System Preferences > Security & Privacy > Privacy > Accessibility
- Add and enable the Rewrite application
- Set up your OpenAI API key:
- Click on the app icon in the menu bar
- Select "Preferences..." (or press Command+,)
- Enter your OpenAI API key in the settings window
- Select text in any application
- Press Command+Shift+F
- Wait a moment while the text is processed
- The selected text will be replaced with the grammar-corrected version
- macOS 12.0 or later
- OpenAI API key
- HotKey - For global hotkey registration
If the hotkey doesn't work:
- Ensure the application has accessibility permissions
- Check if Command+Shift+F is already assigned to another application
- Try restarting the application
MIT