Search Measured 23 September 2026

Somebody asked for numbers instead of adjectives. Same Mac, same afternoon, same pages: Search, Chrome and Safari launched one after another and weighed the same way. Every figure is a real run; the runs are at the bottom.

Apple M3 Pro, 36 GB, macOS 26.6.2. Search build 202609231334, the afternoon's build before 1.0; Chrome 153.0.8010.53; Safari 26.6.2. Dia was in use with a live session and could not be measured fairly; only its size appears.

Medians of three runs
SearchSafariChromeDia
On disk2.9 MB36 MB1,429 MB1,321 MB
Launch to first window, no page320 ms730 ms526 ms
Memory, no page open51 MB203 MB663 MB
Processes, no page open41815
Launch to first window, five pages handed at once443 ms890 ms727 ms
Memory, five tabs961 MB1,278 MB1,266 MB
Processes, five tabs112129
Build 10,000 elements, best28 ms29 ms41 ms
JavaScript loop, best53 ms52 ms87 ms
Since 18 September

The first measurement was of Search's first build. It has since gained tab sleep, passkeys, Chrome extensions and a Web Store that installs into it, so it was weighed again to see what that cost. Same Mac, same pages, same method; the other two browsers were measured again beside it.

18 September23 September
On disk4.1 MB2.9 MB
Launch to first window, no page328 ms320 ms
Memory, no page open49 MB51 MB
Launch to first window, five pages handed at once1,092 ms443 ms
Memory, five tabs1,038 MB961 MB
Processes, five tabs1111

What changed: nothing got heavier where it shows. With no extension installed, support for them costs at most the two megabytes the empty launch gained, and no process. The app itself is smaller than it was: a release build carried the name of every one of its functions, which it never reads while it runs and which had grown to more than half its size: the version this page offered until today is 5.2 MB on disk, 3 MB of it those names. They are left out now. And five pages handed at launch, the one place Search used to trail, is now a lead as well: the window goes up first and the tabs fill in behind it.

How

The same five tabs for everyone: a 270 KB local test page, en.wikipedia.org/wiki/Web_browser, apple.com, github.com and youtube.com, handed to each browser at launch — what happens when a link is clicked in another app while the browser is closed. Chrome started from an empty profile, no extensions, no session. Search ran as an isolated copy in a test world of its own, wiped before every run: no extensions, nothing restored, every setting as shipped. Safari has no such switch, so it opened its usual start page as well; its numbers carry that. For the empty launch it was told not to reopen its last session, which it otherwise does.

Memory is the physical footprint of every process the app is responsible for, the way Activity Monitor groups them: Chrome's helpers and renderers, Search's and Safari's WebKit content, network and GPU processes. Read with proc_pid_rusage and summed over processes whose responsible process is the app.

Launch is the time from the launch call to the app's first window on screen, taken from the window server. The three were launched in turn, three rounds, on a Mac that was also running the usual things.

The engine tests run inside the page, in each browser's own JavaScript, and report to a local server. Search uses the WebKit that ships with macOS, Safari's engine, which is why those two columns match. Chrome's runs spread widely from one launch to the next; its best run is the fair one. That is the honest finding: Search renders at Safari's speed and costs a fraction of Chrome's memory; it is not faster at JavaScript than Safari and does not claim to be.

A warning for anyone repeating this: a freshly signed build pays macOS's first-launch inspection, about a second on its first three launches. Warm it up before timing it.

Every run
Launch, empty (ms)Memory, empty (MB)Launch, 5 tabs (ms)Memory, 5 tabs (MB)Processes10k elements (ms)JS loop (ms)
Search332 · 320 · 29951 · 51 · 51505 · 405 · 443983 · 961 · 93111 · 11 · 1032.0 · 29.0 · 28.053.0 · 53.0 · 53.0
Chrome526 · 509 · 546663 · 658 · 663727 · 727 · 6771,385 · 1,266 · 1,23928 · 29 · 30249.6 · 237.3 · 41.488.0 · 90.5 · 87.0
Safari740 · 730 · 728204 · 201 · 203902 · 877 · 8901,085 · 1,278 · 1,30121 · 21 · 2132.0 · 29.0 · 29.054.0 · 52.0 · 54.0
Twenty tabs · 23 September 2026

Five tabs is one sitting's worth. This is the other case: twenty pages left open, the way tabs pile up over a day. The same twenty for both browsers, handed at launch and weighed a minute later, loaded. Then Search's nineteen background tabs were put to sleep and it was weighed again.

Same Mac, same day, the same builds as above. Safari was not run: it has no empty-profile switch, and twenty pages opened in it would land in its owner's own history.

SearchChrome
Memory, twenty tabs loaded3,376 MB3,113 MB
Processes, twenty tabs loaded2743
Memory, nineteen asleep, one on screen401 MB
Processes, nineteen asleep6
A sleeping tab back on screen, Wikipedia193 ms
A sleeping tab back on screen, nytimes.com249 ms

The honest finding: loaded, Chrome is still the lighter of the two, by about 260 MB across twenty heavy pages, down from 800 on 22 September; WebKit gives each page more room. What changes the picture is what Search does next. A tab nobody has looked at for half an hour gives its page back and keeps its history, its scroll position and a picture of itself, so with nineteen of the twenty asleep the whole browser weighs about 400 MB, the tab on screen included — and picking a sleeping tab paints it again in a fifth to a quarter of a second, at the same place, with Back still going back. Chrome has its own version, Memory Saver, which frees tabs on its own schedule; a fixed clock can't compare the two fairly, so only the loaded state is shown for it.

The first run timed the wrong Wikipedia tab: the one on screen, which never sleeps. A fourth run replaced it for that column only.

The twenty pages: en.wikipedia.org/wiki/Web_browser, apple.com, github.com, youtube.com, developer.mozilla.org, nytimes.com, theverge.com, bbc.com/news, news.ycombinator.com, stackoverflow.com/questions, figma.com, stripe.com, vercel.com, notion.com, airbnb.com, lemonde.fr, medium.com, spotify.com, theguardian.com and en.wikipedia.org/wiki/WebKit. Chrome started from an empty profile each run; Search from an empty test world, its cache and cookies wiped each run. Memory is weighed as above, sixty seconds after launch.

Asleep was reached through the same code the half-hour timer runs, asked for each background tab at once instead of after half an hour, then weighed twenty seconds later; the tab on screen stays awake, as it always does. Back on screen is the time from picking the tab to the page's own first contentful paint, read from the page.

Every run, twenty tabs
Memory, loaded (MB)Processes, loadedMemory, asleep (MB)Processes, asleepBack on screen, Wikipedia (ms)Back on screen, nytimes.com (ms)
Search3,376 · 3,602 · 3,24826 · 27 · 27384 · 401 · 4045 · 6 · 6190 · 206 · 193251 · 249 · 237
Chrome3,095 · 3,113 · 3,17243 · 43 · 43

Measured with a small launch-and-weigh tool written for the purpose. Search is a WebKit browser for macOS by Office Commun.