ClipboardAI is an AI-powered clipboard assistant that works with multiple LLM providers to help you process text from your clipboard quickly and efficiently.
- Multiple AI Providers: Support for Google Gemini, OpenAI, and Anthropic Claude
- Quick Access: Popup window with customizable keyboard shortcuts
- Prompt Templates: Create and save reusable prompt templates
- Clipboard History: Access your recent clipboard items
- System Integration: Runs in your system tray for easy access
- Dark Mode: Supports both light and dark themes
- Secure: Your API keys are stored encrypted on your local device
Download the latest installer from the Releases page.
Download the latest DMG from the Releases page.
Download the latest AppImage from the Releases page.
- Install ClipboardAI
- Get API keys from your preferred AI provider(s):
- Configure your API keys in the app settings
- Use the default keyboard shortcut (
Ctrl+Shift+Space
orCmd+Shift+Space
on macOS) to open the popup
- Copy any text to your clipboard
- Press the keyboard shortcut (
Ctrl+Shift+Space
by default) - Select a prompt template or type your custom prompt
- Get AI-processed result
- Copy the result back to your clipboard with one click
Create your own prompt templates in the Settings tab:
- Open the main application
- Go to Settings
- Add custom prompt templates with different colors
- Node.js 16+
- npm or yarn
# Clone the repository
git clone https://github.com/lokeshch185/clipboardAI.git
cd clipboardAI
# Install dependencies
npm install
# Start the application
npm start
# Build for production
npm run build
- ClipboardAI is a desktop application that runs locally on your device
- Your API keys are encrypted and stored only on your local machine
- No clipboard data is sent anywhere except to the AI provider you've configured
- The app does not collect any usage data or analytics
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
- Created by Lokesh Chaudhari
- Built with Electron
Note: You need to provide your own API keys to use this application. The developer is not responsible for any charges incurred from usage of the AI APIs.