All Platforms

Google Chrome

Software Latest: 143.0.7499.40
13
Releases
5
Articles
Chrome Release History

Complete Google Chrome Version Timeline

We track 13 Google Chrome releases. The latest version is 143.0.7499.40.

All Google Chrome Versions

Version Release Date Guide
Google Chrome 143.0.7499.40 Dec 9, 2025 View Guide
Google Chrome 143 Dec 2, 2025 Coming soon
Google Chrome 16463.28.0 Dec 4, 2025 View Guide
Google Chrome 138.0.7204.298 Nov 24, 2025 View Guide
Google Chrome 142 Oct 28, 2025 Coming soon
Google Chrome 141 Sep 30, 2025 Coming soon
Google Chrome 140 Sep 2, 2025 Coming soon
Google Chrome 139 Aug 5, 2025 Coming soon
Google Chrome 138 Jun 24, 2025 Coming soon
Google Chrome 137 May 20, 2025 Coming soon
Google Chrome 136 Apr 23, 2025 Coming soon
Google Chrome 135 Mar 26, 2025 Coming soon
Google Chrome 134 Feb 26, 2025 Coming soon
Latest Release

Google Chrome 143.0.7499.40

Dec 9, 2025
The Chrome team is delighted to announce the promotion of Chrome 143 to the stable channel for Windows, Mac and Linux. This will roll out ov...

Previous Versions

Chrome releases drive web platform evolution and modern browser capabilities, with Google delivering updates that define web standards implementation, JavaScript performance, and developer tooling for billions of users worldwide. This complete Chrome release history documents every major version from Chrome 1.0 through the latest updates, tracking web API implementations, V8 engine enhancements, DevTools improvements, and security features that affect frontend engineers, extension developers, and IT administrators managing enterprise browser deployments.

Since its 2008 launch, Chrome has evolved from a minimalist browser challenging Firefox into the dominant web platform—commanding 65%+ market share and setting de facto web standards through its Blink rendering engine and V8 JavaScript runtime. Each release (shipped every four weeks) introduces critical capabilities: Service Workers enabled Progressive Web Apps in Chrome 40, WebAssembly brought near-native performance in 57, Chrome 91 introduced WebTransport, and recent releases have focused on privacy features like Privacy Sandbox replacing third-party cookies. Understanding Chrome evolution helps developers target the latest web APIs, optimize for V8 performance, and prepare for breaking changes affecting millions of users.

Why Track Chrome Releases?

Adopt Cutting-Edge Web APIs and Features Chrome often implements web standards first, making it the proving ground for new capabilities. Tracking releases helps frontend developers understand when new CSS features (container queries, :has selector, @layer), JavaScript APIs (Import Maps, Top-level await, Private Class Fields), and Web APIs (WebGPU, File System Access, WebTransport) reach stable status—enabling progressive enhancement strategies and polyfill removal.

Optimize for V8 JavaScript Performance Chrome’s V8 engine receives continuous optimization: JIT compilation improvements, WebAssembly enhancements, and garbage collection refinements. Tracking V8 updates helps JavaScript-heavy applications identify performance improvements that may eliminate custom optimizations or enable more ambitious client-side processing without framework changes.

Navigate DevTools Evolution for Debugging Workflows Chrome DevTools evolves with each release: performance profiling improvements, memory leak detection, CSS debugging tools, and network inspection capabilities. Tracking releases helps web developers discover debugging features that solve specific pain points—recording user flows, debugging paint flashing, analyzing Core Web Vitals, or inspecting service worker behavior.

Prepare for Privacy Changes and Third-Party Cookie Deprecation Chrome leads the industry’s third-party cookie phase-out through Privacy Sandbox APIs. Tracking releases helps developers understand deprecation timelines, test Privacy Sandbox alternatives (Topics API, Attribution Reporting), and migrate analytics, advertising, and authentication systems before breaking changes affect production traffic.

Use Cases: Who Uses This Release History?

Frontend Developers and Web Engineers Track CSS feature support (cascade layers, nesting, color-mix), JavaScript API availability (Temporal API, decorators, pattern matching), and Web API implementations (WebGPU, WebCodecs, WebTransport). Understand when Chrome versions enable modern web patterns without polyfills or transpilation.

Extension Developers Monitor Manifest V3 migration requirements, WebExtensions API changes, and permission model updates. Know when Chrome versions introduce extension capabilities (declarativeNetRequest improvements, side panel API, document picture-in-picture) or when deprecated Manifest V2 faces removal deadlines.

Performance and Core Web Vitals Engineers Track Largest Contentful Paint (LCP) algorithm updates, Cumulative Layout Shift (CLS) measurement changes, and Interaction to Next Paint (INP) thresholds. Understand how Chrome’s performance metrics evolve and when measurement changes affect PageSpeed Insights scores or Search rankings.

IT Administrators and Enterprise Browser Managers Plan Chrome for Enterprise deployment schedules, understand Group Policy changes, track security patches affecting managed environments. Know when Chrome versions introduce configuration options for centralized management, certificate handling, or extension installation policies.

QA Engineers and Cross-Browser Testers Monitor when Chrome behavior diverges from other browsers (Safari, Firefox), identify Chrome-specific bugs requiring workarounds, and understand when Chrome’s aggressive web standards implementation requires additional testing for less-compliant browsers.

FAQ Section

How often does Chrome release new versions? Chrome follows a 4-week rapid release cycle, shipping a new major version (Chrome 119, 120, 121) approximately every month. Chrome Beta provides 4 weeks’ preview, Chrome Dev (weekly updates) shows 8+ weeks ahead, and Chrome Canary (daily updates) demonstrates cutting-edge experiments. Extended Stable releases every 8 weeks serve enterprise needs.

What’s the difference between Chrome, Chromium, and Chrome Canary? Chrome is the stable browser Google distributes to consumers with automatic updates. Chromium is the open-source project underlying Chrome, Edge, Brave, and others—lacks Google services integration. Chrome Canary is the experimental daily build for testing upcoming features, running alongside stable Chrome. This hub tracks stable Chrome releases primarily.

Can I test web apps against multiple Chrome versions? Yes. Chrome Canary, Dev, Beta, and Stable can coexist on the same system using separate profiles. BrowserStack, LambdaTest, or Sauce Labs provide cloud-based Chrome version testing. Docker images (selenium/standalone-chrome) enable automated testing across versions in CI/CD pipelines.

How do I know if a new Chrome version will break my web application? Check our release guide for the target version—we document web platform changes, deprecated APIs, and security model changes. Test in Chrome Beta (4 weeks ahead) or Dev (8+ weeks ahead). Most breakage comes from Privacy Sandbox changes affecting cookies/tracking, not core web platform changes.

What is Privacy Sandbox and how does it affect websites? Privacy Sandbox is Chrome’s initiative to replace third-party cookies with privacy-preserving APIs: Topics API (interest-based advertising), Attribution Reporting (conversion measurement), FLEDGE (remarketing). This affects analytics (Google Analytics), advertising (retargeting pixels), and authentication (third-party OAuth). Our guides track Privacy Sandbox rollout and provide migration strategies.

Should web developers prioritize Chrome compatibility? Yes, due to market dominance (65%+ desktop/mobile share). However, test in Firefox (Gecko) and Safari (WebKit) to ensure cross-browser compatibility—Chrome’s aggressive web standards adoption can create false confidence. Our guides highlight Chrome-specific behaviors requiring fallbacks.

What are Origin Trials and how do they work? Origin Trials let developers test experimental Chrome features in production before standardization. Register your domain to enable features (WebGPU, View Transitions) for your users during trial periods. This allows early adoption feedback before features reach stable status. Our guides track notable Origin Trials per release.

Where does ReleaseRun get Chrome release data? We aggregate from the official Chrome Releases blog (https://chromereleases.googleblog.com/), Chromium Dash (https://chromiumdash.appspot.com/), Chrome Platform Status (https://chromestatus.com/), and V8 blog (https://v8.dev/blog/). Each release guide links to original announcements, web platform feature specifications, and V8 performance improvements.

How detailed are ReleaseRun’s Chrome release guides? Our guides average [~1,000] words and include: comprehensive web platform feature breakdowns with browser compat data, V8 JavaScript performance improvements with benchmarks, DevTools enhancements with workflow examples, Privacy Sandbox rollout tracking, security fix summaries, WebExtensions API changes, Core Web Vitals measurement updates, and cross-browser compatibility notes. They’re designed for web professionals who need strategic context beyond raw release notes.

Does Chrome maintain backward compatibility for web content? Generally yes for stable web standards. Chrome follows web platform compatibility principles—websites working in older Chrome versions typically work in newer versions. However, Chrome intentionally deprecates insecure features (mixed content, Flash, non-secure contexts for powerful APIs) and non-standard behaviors. Our guides distinguish between intentional security changes versus compatibility regressions.

Resources Section

Official Chrome Resources

How ReleaseRun Complements Official Documentation
Google’s Chrome blog posts excel at high-level feature announcements and detailed individual API documentation. ReleaseRun release guides focus on practical developer impact: we categorize changes by affected use cases (analytics vs. authentication vs. performance), provide before/after code examples showing migration paths for deprecated features, benchmark V8 performance improvements in realistic web application contexts, explain Privacy Sandbox impacts with specific workaround strategies, and track cumulative Core Web Vitals measurement changes affecting SEO. Our guides serve as the strategic implementation layer between Chrome’s feature announcements and your web development decisions, with cross-browser compatibility strategies and progressive enhancement patterns.