Beetroot v1.6.5 — Your Clipboard Can Now Read Images
AI Vision transforms let your clipboard read images — OCR, describe, extract data, translate. Background job queue means no more UI freezing. All AI providers moved to native Rust.
Your clipboard remembers everything — and now it can see. AI Vision reads text from photos, extracts data from receipts, describes images. AI text transforms with one right-click. Smart search with accent folding. Never steals focus. Code preview with ML detection. OCR baked in. Fast, native, no Electron.
Your data stays on your machine. No telemetry. No cloud. No account required.
Free installer · No account · Local-only
English · Русский · Deutsch · Español · 中文 · 日本語 · Français · Português · 한국어 · Türkçe · Italiano · Polski · Nederlands · Українська · ไทย · हिन्दी · Bahasa Indonesia · Tiếng Việt · Čeština · Magyar · Română · Svenska · Dansk · Suomi · Norsk · Bahasa Melayu


Watch Beetroot in action
Smart search across clipboard history
AI text transform with one right-click
9 themes + Auto mode
Settings & customization
Already using Win+V? Here is what you are missing.
| Feature | Win+V | Beetroot |
|---|---|---|
| AI text transforms | No | 5 providers + local, background processing |
| AI vision (image analysis) | No | OCR, describe, extract data, translate |
| Source app tracking | No | Icon, name, window title (Java/Electron too) |
| Search | No | 5-phase + accent folding + regex |
| OCR | No | Native Windows OCR |
| History limit | 25 clips | Unlimited |
| Persists across reboots | No | Yes (SQLite) |
| Themes | No | 9 + Auto mode |
| Multi-monitor | No | Follows cursor |
| No-focus mode | Yes | Yes — never steals focus |
| Pin on top | No | Pin + drag anywhere |
| Languages | System only | 26 languages |
| Keyboard layouts | No | AZERTY, QWERTZ, AltGr |
Right-click any text clip to transform it with AI — fix grammar, translate, summarize, rewrite. Right-click any image to analyze it — read text, extract data, describe, translate. 10 text prompts + 5 vision prompts built in, plus your own custom ones. All transforms run in the background — no UI freezing.
Five cloud providers: OpenAI GPT-5.4, Google Gemini 2.5 (free tier), Anthropic Claude, DeepSeek, plus local models via LM Studio, Ollama (llava, bakllava, moondream for vision), or llama.cpp — fully offline, nothing leaves your machine. Privacy FAQ

Find anything — exact match, word-boundary, or Levenshtein for typos. Five search phases with accent folding so "café" matches "cafe". Results ranked by relevance — the right clip is always on top. Filter by type — text, images, starred, notes. Press Space to preview any clip with ML-powered syntax highlighting for 54 programming languages.


Copy a screenshot of code, extract text with OCR, paste as editable text. Native Windows OCR — no cloud, works offline.
Every copy you make — text, images, code — saved and searchable forever. Survives reboots. Pin the important stuff. Set auto-cleanup after 1, 7, or 30 days.
Ctrl+1..9 quick paste, Ctrl+C copy without pasting, configurable plain text paste hotkey, Alt+T transform (or Shift+F10 from keyboard), Space preview, global hotkey to show/hide. AZERTY, QWERTZ, and AltGr layouts supported. Instant keyboard layout detection — switch with Win+Space and hotkey labels update immediately. All shortcuts configurable in Settings → Shortcuts.
Select multiple clips and copy them all at once with a custom separator. Merge clips in seconds.
Add notes to any clip. Tag, annotate, and find clips by your own labels. Filter by Notes tab.
Native Windows 11 window effects — translucent background that blends with your desktop. Mica for the title bar, Acrylic for the content area. Falls back gracefully on Windows 10.
Everything is stored in a local SQLite database on your machine. No cloud sync. No telemetry. No account. With auto-update off and no API key configured, Beetroot makes zero network requests.
Your clipboard history is too valuable to lose. Beetroot keeps three automatic backups plus a snapshot before every update. If the database ever gets corrupted, Beetroot recovers it silently — you just see a notification that a backup was restored.
Auto-backup with rotation — three timestamped copies, always ready
Automatic recovery from corruption — no data loss, just a notification
Warns if your data sits in OneDrive, Dropbox, or Google Drive — sync conflicts can corrupt databases
Checks for USB and network drives — warns before writing to unreliable storage
Beetroot never steals focus from the app you are typing in. Open it with your hotkey, browse and paste — your cursor stays right where it was, just like Win+V.
Pin it on top and drag between monitors. Or switch to follow-cursor mode — the window pops up wherever your mouse is.
Five window position presets (center, corners). Window remembers its position and size between sessions.

Beetroot Dark & Light, Tokyo Night Storm, Gruvbox, GitHub Light Pro, Nord Snow, Cyberpunk Dark & Light — plus Auto mode that follows your Windows theme. Pick an accent color. Mica and Acrylic window effects on Windows 11.
Pure Dark — true OLED #000000 black. On OLED displays, black pixels are completely off — zero light bleed, zero power draw. Pair it with any accent color.




Read the v1.6.5 release notes for the full story behind the latest update.
scoop bucket add beetroot https://github.com/mnardit/scoop-bucket
scoop install beetrootUpgrading from v1.0.5 or earlier? Auto-update won't work due to a signing key change. Download the latest version manually.
I used Paste on macOS for years. When I switched to Windows, the built-in Win+V felt like a toy — 25-clip limit, no search, gone after reboot. Ditto works but looks like it is from 2005. So I built the clipboard manager I wanted to use every day.
— Max Nardit
%APPDATA%.scoop update beetroot.See the full changelog on GitHub Releases.
Release notes, tips, and deep dives about Beetroot.
AI Vision transforms let your clipboard read images — OCR, describe, extract data, translate. Background job queue means no more UI freezing. All AI providers moved to native Rust.
New preview panel with three content-aware modes for text, code, and images. Overlay notification now customizable — position, duration, animation. Plus fixes for ghost highlights, click-blocking, and filter reset.
System-wide 'Copied' overlay confirms every clipboard capture. Fixed images copied from Explorer. OpenAI models upgraded to GPT-5.4. Security hardening.
A hotfix for v1.6.1's content truncation — AI transforms, preview, and copy were silently working with partial text. Plus Alt+T toggle and filter count fixes.
A complete rewrite of how Beetroot handles keyboard input in no-focus mode. Plus a refreshed preview panel with arrow navigation, and fixes for every bug users reported in v1.6.0.
Beetroot's search engine moved to Rust — accent folding, typo tolerance, prefix matching. Plus a no-focus window that doesn't interrupt your workflow.
Fuse.js returned 98 results for 'local v'. Two days and 8 iterations later — from same-field matching to Unicode word boundaries to scored merge — I finally got search right. Here's every wrong turn.
Beetroot now uses VS Code's TensorFlow.js model to detect 54 programming languages. Plus a completely rewritten search engine — 'local v' returns 9 results instead of 98.
Building multi-provider AI in Tauri: OpenAI, Gemini, Claude, DeepSeek, and Ollama. Three integration patterns, a Rust proxy for localhost, and why browser security made local models the hardest part.
Beetroot now supports OpenAI, Gemini, Claude, DeepSeek, and local models. Plus AI sparkles, Ollama presets, and smarter source app tracking.
Beetroot is free with all features. No account. No cloud. No subscription. No telemetry. AI text and vision transforms with 5 cloud providers (Gemini free tier included) or fully offline with local models.