A simple floating overlay for AI chat services with screen capture support. Works directly with your browser—no API keys required.
This app provides a lightweight way to interact with AI chat services (ChatGPT, Claude, Gemini) without leaving your workflow. It uses screen capture and embeds the browser directly (not an API), so you can use your existing accounts and features just like you would in a regular browser.
- 🪟 Floating overlay window that stays on top
- 📸 Screen capture with one-click paste
- 🌐 Works with ChatGPT, Claude, and Gemini
- 🔑 No API keys needed—uses your browser session
- ⌨️ Keyboard shortcuts for quick access
- Open: Press
Ctrl+Shift+Space(orCmd+Shift+Spaceon Mac) to toggle the chat window - Paste: Press
Ctrl+Shift+V(orCmd+Shift+Von Mac) to paste your captured screenshot - Paste Screen: The app automatically captures your screen when you open it—just paste it into the chat
Press ESC to close the window.
Download the .AppImage or .deb file from the releases page.
AppImage:
chmod +x ChatGPT\ Float-*.AppImage
./ChatGPT\ Float-*.AppImageDebian/Ubuntu:
sudo dpkg -i chatgpt-float_*.debnpm install
npm run build
npm start# Install dependencies
npm install
# Build
npm run build
# Run
npm start
# Build distributables
npm run distMIT
Contributions welcome! Feel free to open issues or submit pull requests.
