Clipboard manager with a sparkle of AI ✨
Built as a side project with Claude Code
Your clipboard just got smarter.
ClipAI remembers everything you copy and lets you send it to AI with one click no more breaking your flow switching to ChatGPT and back. Review code, generate tickets, polish writing, all from your menu bar. Stay in your flow state.
Demo of the one-click AI feature
- Smart Clipboard History - Store and search through your clipboard history with an intuitive interface
- Rich Content Preview - Preview text, images, and code with syntax highlighting
- One-Click AI Processing - Transform clipboard content instantly with AI-powered prompts
- Multiple AI Providers - Choose between OpenAI or Google Gemini
- Custom Prompts - Create and manage your own AI prompts for specific workflows
- Built-in Prompt Templates - Code review, JIRA ticket generation, and text rewriting
- Global Hotkeys - Quick access to clipboard history and AI actions
- Syntax Highlighting - Automatic code detection and beautiful syntax highlighting
brew install --cask michaelh03/clipai/clipaiDownload the latest release from the releases page.
git clone https://github.com/michaelhsoft/ClipAI.git
cd ClipAI
xcodebuild -scheme ClipAI -configuration Release- Launch ClipAI - it will appear in your menu bar
- Copy some text or code to your clipboard
- Click the ClipAI menu bar icon or use the global hotkey to view your clipboard history
- (Optional) Configure AI features:
- Open Settings
- Choose your AI provider (OpenAI or Google Gemini)
- Enter your API key
- Try one-click AI processing with built-in prompts or create your own
ClipAI supports multiple AI providers. You'll need to provide your own API key:
OpenAI:
- Get your API key from platform.openai.com
- Enter it in Settings → OpenAI
Google Gemini:
- Get your API key from ai.google.dev
- Enter it in Settings → Gemini
Create your own AI prompts for specific workflows:
- Open Settings → Prompts
- Add a new prompt with a name and template
- Use
{input}in your template to reference clipboard content - Assign a global hotkey for quick access
Built-in prompt examples:
- Code Review: Analyze code for bugs, improvements, and best practices
- JIRA Ticket: Generate formatted JIRA tickets from requirements
- Rewrite: Improve grammar, clarity, and tone
ClipAI is released under the MIT License. See LICENSE for details.
Made with ❤️ for productivity enthusiasts


