reWriteAI is a lightweight macOS menu bar app that helps you rewrite and polish text with AI.
Perfect for quick message polishing, and short copy that needs a professional touch.
Built with SwiftUI and powered by the OpenAI API.
- Runs from your macOS menu bar
- Rewrite any text in a simple dialog box
- Powered by OpenAI (
gpt-5,gpt-5-nano,gpt-mini) - Configurable system prompt (set your preferred rewriting style)
- Easy API Key setup via Settings
- Copy to Clipboard button for results
- 100% open source
๐ Releases Page
- Download the latest
.dmg - Drag reWriteAI.app into your Applications folder
- Launch from Spotlight or menu bar
- Clone the repo:
git clone https://github.com/mayomi1/rewriteai.git cd rewriteai - Open in Xcode:
open reWriteAI.xcodeproj
- Press Run (
โR)
reWriteAI uses the OpenAI API.
Youโll need an API key to use it.
- In the app, open Settings โ API Key
- Paste your OpenAI key (
sk-...) - Saved securely in AppStorage
Alternatively, you can set it as an environment variable:
export OPENAI_API_KEY="sk-yourkey"In Settings, you can adjust:
- API Key (required)
- System Prompt (tone/style of rewriting, e.g. โPolish this for a professional restaurant menuโ)
- Model:
gpt-5,gpt-5-nano, orgpt-mini
Requirements:
- macOS 14+
- Xcode 15+
- Swift 5.9+
We welcome contributions! ๐
- Fork the repo
- Create a feature branch (
git checkout -b feature/your-feature) - Commit changes (
git commit -m "Add feature") - Push and open a Pull Request
MIT License ยฉ 2025
