NEWS

Chrome now gets updates every 2 weeks: what changes in your roadmap

Google confirmed the new release cycle with Chrome 153 and cited AI's pressure on patch volume. For those developing web in Brazil, the compatibility baseline speeds up.

Chrome now gets updates every 2 weeks: what changes in your roadmap
Image: Redação iMasters

Google made official the change it had promised earlier this year: Chrome moved away from its four-week release cycle and started shipping updates every two weeks. The shift happened with the launch of Chrome 153 for desktop, iOS, and Android, according to TechCrunch.

For those building software for the web in Brazil, this isn't just a detail on Google's calendar. It's a change in the pace at which the world's most-used browser shifts under your feet, and that reverberates directly into your testing process, your roadmap, and the window during which a vulnerability stays exposed.

Why Google sped up

The official justification is security, and it's tied to the AI era. Google explains that automated AI tools and community bug reports have pushed up the volume of patches and updates. With more fixes arriving, a shorter release cycle makes it easier to manage those security fixes.

The central point is the so-called N-day patch gap: the interval between the moment a vulnerability becomes known and the moment it's actually fixed on the user's device. When a fix lands in Chromium's public source code, it becomes visible, and malicious actors, some of them also accelerated by AI, can try to exploit the gap before the fix reaches users. Shortening the release cycle reduces that window.

Faster-moving threats, some of them also attributable to AI, can be better addressed by shrinking the window between landing a fix in public code and delivering that fix to end users.

>

-- Google, via TechCrunch

There's a second, less defensive reason: faster releases also let Chrome ship features faster. Google has been experimenting with adding AI features to the browser and iterating on them at an accelerated pace, and AI-assisted development has given rise to a wave of competitors. Even with OpenAI's ChatGPT Atlas already shut down, names like Brave, Dia, Opera Neon, Perplexity's Comet, and DuckDuckGo's browser remain in the race.

Not the first time

Chrome has changed its calendar before. In 2021, the browser moved from a six-week cycle to a four-week one, as reported at the time. And the project's mantra, "release early, release often," dates back more than a decade. The difference now is the frequency: from four to two weeks, double the change windows per month.

| Period | Release cycle | |---|---| | Before 2021 | 6 weeks | | From 2021 | 4 weeks | | From Chrome 153 (2026) | 2 weeks |

The domino effect across the rest of the market

Since Chrome is the most-used browser globally, whatever it does becomes a de facto standard. TechCrunch notes that Mozilla, Microsoft, and Brave have already started adopting the two-week cycle following Google's move. In practice, this means it's not just Chrome that's speeding up: Firefox and Edge tend to follow, and the baseline of "what my user's browser supports today" starts moving faster across the board.

For the Brazilian developer, whose real traffic is still dominated by Chrome on desktop and Chrome/WebView on Android, the takeaway is that the change surface of the runtime environment doubles in frequency.

What changes in practice for builders

Two weeks instead of four changes some concrete things in day-to-day engineering:

  • Compatibility and testing: if your cross-browser testing pipeline assumes a stable Chrome for a month, that assumption is gone. It's worth reviewing how often you update the Chrome/Chromium version used in CI, in tools like Playwright and Puppeteer, and in cloud testing services. A typical example: pinning the browser version in the runner and reviewing that version with each release can become a biweekly task instead of a monthly one.
  • Deprecations and flags: Chrome removes APIs and changes behaviors behind flags across releases. With twice the windows, the gap between a "deprecation warning" and the behavior actually changing can arrive sooner on the calendar. Keeping an eye on Chrome Platform Status and the Beta/Dev channels stops being a luxury.
  • Security as a baseline: the N-day gap argument cuts both ways. End users get protected faster, but the transparency of the fix in the public source code also speeds up. If your product depends on specific behaviors of the rendering engine, or on gaps you didn't even know you depended on, more frequent patches can expose regressions sooner.

For teams with WebView embedded in Android apps, the pace matters even more: the system component update follows the same engine, and testing against the right version avoids the surprise of a layout or an API changing behavior in production.

What remains open

The source doesn't detail whether the two-week cycle affects the Extended Stable channel, aimed at corporate environments that prefer fewer updates, nor how support for managed deployment policies at companies is affected. There are also no public figures, in the material, on how much the N-day gap should shrink in days. For those making roadmap decisions, the move itself is already the data point: the browser that runs most of your traffic now changes twice as often, and QA planning needs to reflect that.

Translated from the Brazilian Portuguese original · Read the original