What this is

Mozilla's Orbit, the AI summarization extension it launched last year, was quietly pulled within six months amid data collection concerns. This week, on the r/LocalLLaMA subreddit, a developer posted his own rewrite — Apogee.

Functionally, it's nearly a one-to-one clone: it summarizes web pages, YouTube videos, Wikipedia entries, Hacker News threads, and Reddit posts. The key difference is architecture — it runs entirely on-device. Inference (the model producing results) goes through a local Ollama instance (a tool that lets you run open-source models on your computer); Chrome uses WebGPU (direct browser access to the GPU) for acceleration, while Firefox runs Transformers.js.

The code is open source and already live in both the Chrome and Firefox extension stores.

Industry view

The signal here outweighs the story itself: a major company ships a tool → pulls it over trust concerns → an independent developer picks it up with open-source models.

We see this as a win for "local AI." Once models can run on our own machines and inference speed is no longer a bottleneck, the question "why upload something as trivial as a page summary to a company?" becomes harder to defend. Mozilla itself later revised Firefox's AI strategy, emphasizing "local-first" and "user control."

But the cooler voices are worth hearing. Running models locally has hardware requirements: WebGPU needs a relatively recent GPU, and Ollama needs at least 16GB of RAM to run a 7B-class model — a typical laptop may not cut it. A tool written by one Reddit user over a month leaves stability and long-term maintenance as open questions. A working demo is not the same as a product that holds up to daily use.

Impact on regular people

For enterprise IT: another reference architecture for "self-hosted AI tools" has emerged. Companies sensitive to data leaving their perimeter can use a similar stack for internal knowledge summarization — but they'll need to weigh hardware investment and operational costs.

For working professionals: summarizing web pages, videos, and long-form text is a genuinely high-frequency need. A local solution means we're not feeding our work to a third-party vendor — the trade-off is being willing to spend time wrestling with installation and configuration.

For the consumer market: the cloud AI "free in exchange for your data" model is getting pushback. Users and regulators are both starting to ask "what are you doing with my data," and on-device AI is a direct answer. Whether it can graduate from a tinkerer's toy to a mainstream product depends on whether the entry barrier can drop another notch.