Open-source AI Smart Actions for clipboard, selected text, and screenshots.
English · Tiếng Việt · 中文
ClipBo is a free and open-source desktop app that turns your clipboard, selected text, and screenshots into instant AI actions.
Built with React / Vite + Tauri / Rust.
- Global AI action popup
- Smart Action CRUD
- AI Prompt (one-shot + chat)
- Ask by Image (clipboard image + ROI capture)
- Gemini / OpenAI-compatible / Ollama
- Clipboard copy & pasteback
- macOS permissions flow
- Multilingual defaults (EN/VI/ZH)
- Latest:
v0.3.2on GitHub Releases — macOS (Intel/Apple Silicon) + Linux (AppImage, .deb). - Also available:
v0.2.0-beta.
- ClipBo is currently free and open-source, and not notarized yet.
- On macOS, you may see a security warning when opening the app for the first time.
- Linux (Ubuntu) is now supported — see build instructions below.
- Windows 11 support is planned soon.
chmod +x run.sh
./run.shOr:
. "$HOME/.cargo/env"
cd webui
npm install
npm run tauri:devBuild (macOS):
cd webui
npm run tauri:buildBuild (Linux — produces AppImage + .deb):
chmod +x build_linux.sh
./build_linux.shOr manually on Linux:
cd webui
npm install
npm run tauri:buildOutput: webui/src-tauri/target/release/bundle/
- X11 window management is handled natively (no xdotool required).
- Screen region capture requires one of:
gnome-screenshot,flameshot,grim+slurp, orscrot.- Ubuntu:
sudo apt install gnome-screenshot - Wayland:
sudo apt install grim slurp
- Ubuntu:
- Multi-monitor popup positioning uses
xrandr(included by default on most distros). - The
xdotooldependency has been fully eliminated — all X11 operations now use native Rust bindings.
MIT License.
ClipBo là app desktop miễn phí, mã nguồn mở, giúp biến clipboard, selected text và screenshot thành AI Smart Actions dùng ngay bằng hotkey.
Xây dựng với React / Vite + Tauri / Rust.
- Popup action toàn cục
- CRUD Smart Action
- AI Prompt (một lần + chat tiếp)
- Ask by Image (ảnh clipboard + ROI)
- Hỗ trợ Gemini / OpenAI-compatible / Ollama
- Copy / pasteback về app đích
- Luồng quyền macOS
- Action mặc định đa ngôn ngữ (EN/VI/ZH)
- Mới nhất:
v0.3.2trên GitHub Releases — macOS (Intel/Apple Silicon) + Linux (AppImage, .deb). - Cũng có sẵn:
v0.2.0-beta.
- ClipBo hiện là app miễn phí, mã nguồn mở và chưa notarize.
- Trên macOS, bạn có thể thấy cảnh báo bảo mật ở lần mở đầu tiên.
- Bản Linux (Ubuntu) đã được hỗ trợ — xem hướng dẫn build bên dưới.
- Bản Windows 11 cũng đang được lên kế hoạch phát hành sớm.
chmod +x run.sh
./run.shHoặc:
. "$HOME/.cargo/env"
cd webui
npm install
npm run tauri:devBuild (macOS):
cd webui
npm run tauri:buildBuild (Linux — tạo AppImage + .deb):
chmod +x build_linux.sh
./build_linux.shHoặc build thủ công trên Linux:
cd webui
npm install
npm run tauri:buildOutput: webui/src-tauri/target/release/bundle/
- Quản lý cửa sổ X11 được xử lý native (không cần xdotool).
- Chụp màn hình vùng chọn cần một trong:
gnome-screenshot,flameshot,grim+slurp, hoặcscrot.- Ubuntu:
sudo apt install gnome-screenshot - Wayland:
sudo apt install grim slurp
- Ubuntu:
- Định vị popup đa màn hình dùng
xrandr(có sẵn trên hầu hết distro). - Đã loại bỏ hoàn toàn phụ thuộc
xdotool— tất cả thao tác X11 dùng Rust native binding.
MIT License.
ClipBo 是一个免费开源桌面应用,可将剪贴板、选中文本与截图快速转换为 AI Smart Actions。
基于 React / Vite + Tauri / Rust 构建。
- 全局 AI 弹窗
- Smart Action 增删改查
- AI Prompt(单轮 + 连续聊天)
- Ask by Image(剪贴板图片 + 区域截图)
- 支持 Gemini / OpenAI-compatible / Ollama
- 剪贴板复制与粘贴回填
- macOS 权限流程
- 多语言默认动作(EN/VI/ZH)
- Linux(Ubuntu)现已支持 — 构建说明见下方。
- Windows 11 版本也在近期计划中。
chmod +x run.sh
./run.sh或:
. "$HOME/.cargo/env"
cd webui
npm install
npm run tauri:dev构建 (macOS):
cd webui
npm run tauri:build构建 (Linux — 生成 AppImage + .deb):
chmod +x build_linux.sh
./build_linux.sh或手动构建 (Linux):
cd webui
npm install
npm run tauri:build输出:webui/src-tauri/target/release/bundle/
- X11 窗口管理使用原生实现(无需 xdotool)。
- 区域截图需要以下工具之一:
gnome-screenshot、flameshot、grim+slurp或scrot。- Ubuntu:
sudo apt install gnome-screenshot - Wayland:
sudo apt install grim slurp
- Ubuntu:
- 多显示器弹窗定位使用
xrandr(大多数发行版默认包含)。 - 已完全移除
xdotool依赖 — 所有 X11 操作使用 Rust 原生绑定。
MIT License.


