vix.ing · top · new · best · stats · spec

omni-macos: On-Device Omni-Modal Search on Apple Silicon

2026/08/06 by Han Xiao
Computer Science · #cs.IR

paper · pdf

16 pages, 5 figures, 8 tables

arxiv created 2026/08/06 · arxiv updated 2026/08/07

Abstract

A search engine that embeds text, code, documents, images, audio and video into the same representation space has to run its encoder and keep its index somewhere, and almost every component built for the purpose assumes a server. We present omni-macos, which runs that whole engine, encoder, index and store, on the Mac the files are already on, so no file, query or vector ever leaves the machine. It keeps a background indexer and an interactive search box inside one memory budget the user sets: it re-encodes only the chunks an edit changes, hands the GPU smaller units while the user is typing, answers queries from a quantized replica with exact rescoring, and propagates that budget to the allocators that draw on unified memory. We measure every mechanism on five Macs spanning an eightfold range of accelerator width and a thirty-twofold range of memory, each one indexing its own local files.

Citations