Skip to content

Platform Support

github-actions[bot] edited this page Aug 25, 2026 · 6 revisions

Platform Support

Optional llama.cpp image labels, whisper.cpp transcription, FFmpeg audio preparation, ffprobe or MediaInfo inspection, and Tesseract OCR use locally installed executables. Availability is reported under Settings → Analysis and through the corresponding CLI registry commands. llama.cpp Labels provides an explicit model-download command during setup; other engines and models are not downloaded automatically.

macOS

Supported: macOS 13 or newer on Apple Silicon and Intel through one universal signed, notarized, stapled DMG.

Apple Vision OCR is built in on macOS. Optional Tesseract 5 OCR is detected from standard Homebrew locations or the executable path. Accessibility permission is needed for system-wide hotkeys and automatic Queue/HUD paste, not ordinary capture.

Apple Vision Labels is built in on macOS. The cross-platform llama.cpp Labels alternative uses an installed llama-cli and the official ggml-org/SmolVLM-500M-Instruct-GGUF multimodal model. Install llama.cpp with brew install llama.cpp, then cache the model with llama-cli -hf ggml-org/SmolVLM-500M-Instruct-GGUF -p "" -n 0 --no-warmup. Label extraction runs in llama.cpp's offline mode.

Linux

Preview: x86_64 AppImage, validated on SteamOS desktop mode.

Pasted uses native decorated windows on Linux. X11 and Wayland are detected at runtime. Clipboard capture works without focusing the app on the validated SteamOS setup. Desktop-wide hotkeys and target-aware paste may be restricted by a Wayland compositor or portal; Pasted reports that condition without consuming Queue items.

Local image OCR is available when Tesseract 5 is installed, normally through the distribution's tesseract-ocr package.

Local image labels are available through llama.cpp. Install an official prebuilt package with brew install llama.cpp or conda install -c conda-forge llama.cpp, then run the model-download command shown in Extractor settings.

See Linux and SteamOS testing.

Windows

Experimental: unsigned x86_64 NSIS installer and portable executable.

Windows may identify the publisher as unknown. Smart App Control or organization policy can block unsigned applications. Stable Windows distribution is deferred until trusted signing and real-hardware acceptance are in place.

Local image OCR is available when a Tesseract installation can be found in its standard Program Files location or on the executable path.

Local image labels are available after winget install llama.cpp and the one-time model-download command shown in Extractor settings.

What “graceful failure” means

Platform-specific features are gated. Unsupported hotkey, focus, OCR, or paste integrations must compile and return an explicit capability message; they must not silently claim success or discard data.

Clone this wiki locally