Minimalist LLM Grammar Checker for macOS that works with any application and language.
Using GrammifyAI is as simple as selecting text and pressing a shortcut (⌘ + U or custom).
This triggers a popup with improvement suggestions and automatically copies the corrected text to your clipboard.
Thanks to the macOS Accessibility API, GrammifyAI works with text in any web or native application. By leveraging LLM integration (e.g., OpenAI), it not only fixes grammar but also improves your writing style and tone.
GrammifyAI utilizes your own LLM API key. There are no quotas or limits from the GrammifyAI side; usage depends entirely on your LLM API billing.
- Download the latest release and move it to your Applications folder.
- Right-click the GrammifyAI app and select "Open" to bypass the initial security check. Grant permission to open it if prompted.
- Note: If the app is blocked, go to System Settings > Privacy & Security and allow the app to open.
- Grant Accessibility permissions: Open System Settings > Privacy & Security > Accessibility and add GrammifyAI to the list.

- Add your API key in the GrammifyAI settings. You can use any LLM with an OpenAI-compatible API.
- After installing a new version, you must remove GrammifyAI from the Accessibility permissions list and add it again.
- You may need to repeat the "Right-click Open" step from the installation process.
- Select the text you want to enhance.
- Press
⌘ + U(or your custom shortcut). - Review the suggested correction in the diff view.
- Tip: Click the input field to regain focus if needed.
- Press
⌘ + Vto paste the corrected text.
I use GrammifyAI daily in Slack, Chrome, Notion, Messenger, and standard web forms.
- Does not currently work in Google Docs.
- Since it uses an LLM, suggestions for sensitive or nuanced topics may occasionally alter the original meaning.
GrammifyAI_Demo_NoName.mp4
I am currently learning German, which I find challenging. My thinking patterns differ from those of native speakers, and I wanted a way to receive immediate feedback on my writing without friction.
I built this tool to get quick, one-shortcut corrections without needing to engage in long conversations with ChatGPT or switch windows. While tools like Grammarly are great, they primarily support English, and their AI subscriptions can be expensive compared to using your own API key with modern LLMs.
Your API key is used solely to connect with the specified host (default: OpenAI) to provide functionality. It is not shared with anyone else.
- Note: The key is stored locally on your device in an unencrypted manner. Please use it at your own risk.
- Feel free to review the code and build the app yourself if you have any security concerns! ;)