Screenshot then OCR, seamlessly
Requires macOS 15+.
brew tap blossom-slopware/orchid
brew install --cask orchidTo upgrade:
brew upgrade --cask blossom-slopware/orchid/orchidNotes:
- This app is not small. It automatically downloads a GLM-OCR checkpoint from huggingface (hf-mirror in China Mainland) at initial startup, which takes ~15 minutes and takes up ~2G disk space.
- After this initial download, it runs OCR inference on your own computer. Therefore, it is completely offline, but takes up a good chunk of memory.
F4 to select a screen region to recognize.
Download the latest release from GitHub Releases and extract Orchid.app to your Applications folder.
port = 14416
[model-path]
glm-ocr = "/path/to/your/checkpoint"./scripts/build_release.shProduces build/Orchid-<VERSION>.zip containing Orchid.app with the Rust inference server and Metal shaders bundled.
Configure your preferred port and model checkpoint paths in ~/.orchid/config.toml.