Instantly change the tone of your text and correct grammar with one single keystroke in any app on macOS.
- Transform text with a single keyboard shortcut (⌃ + X)
- Choose between OpenAI and Gemini models
- Multiple tone options (Professional, Casual, Academic, etc.)
- Works in any app on macOS
- Menu bar app for easy access
The app uses API keys for both OpenAI and Gemini. To set up your development environment:
- Copy
Config.template.swifttoConfig.swift - Replace the placeholder values in
Config.swiftwith your API keys:openAIKey: Your OpenAI API keygeminiKey: Your Gemini API key
For Xcode Cloud builds, the API keys are provided through environment variables:
OPENAI_API_KEYGEMINI_API_KEY