git clone https://github.com/alshimo/GPTRewriter.git
cd GPTRewriternpm installOr use the setup script (auto-installs Node.js if needed):
./setup.shnpm run devThis will:
- Start the Raycast development server
- Automatically load the extension in Raycast
- Watch for changes and reload automatically
- Open Raycast (
Cmd+Space) - Type "Settings" (from GPT Rewriter extension)
- Add your OpenAI API Key (required)
- Optionally add OpenRouter API Key
- Configure your preferred model and settings
Done! 🎉
Note: Keep npm run dev running while you use the extension. The extension works in development mode.
- macOS (Raycast is macOS-only)
- Node.js 18+ (Download or auto-installed via Homebrew with
./setup.sh) - Raycast app (Download)
- OpenAI API Key (Get one here)
npm run dev not working?
- Make sure Node.js is installed:
node -v(should be 18+) - Make sure dependencies are installed:
npm install - Check if Raycast is running
Extension not appearing?
- Make sure
npm run devis running - Restart Raycast
- Check the terminal for error messages
Need more help?
- Full guide: INSTALLATION.md
- GitHub: https://github.com/alshimo/GPTRewriter