CINXE.COM

Chrome Release Channels

<!DOCTYPE html> <head> <meta charset="utf-8"> <title>Chrome Release Channels</title> <link rel="stylesheet" href="/_stylesheets/@docsearch/style.css"> <link rel="stylesheet" href="/_stylesheets/default.css"> </head> <!-- Configure Google Analytics v4 --> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-24XP4PG02H"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-24XP4PG02H'); </script> <header> <a href="/"> <img alt="the Chromium logo" src="/_assets/icon-chromium-96.png" width="48" height="48"> <h2>The Chromium Projects</h2> </a> <div id="search"></div> </header> <div id="main-wrapper"> <nav id="sidebar-left"> <section> <a href="/chromium-projects">Home</a> <a href="/Home">Chromium</a> <a href="/chromium-os">ChromiumOS</a> </section> <section> <h4>Quick links</h4> <a href="/for-testers/bug-reporting-guidelines">Report bugs</a> <a href="/developers/discussion-groups">Discuss</a> </section> <section> <h4>Other sites</h4> <a href="https://blog.chromium.org/">Chromium Blog</a> <a href="https://developer.chrome.com/extensions">Google Chrome Extensions</a> </section> <section id="license" role="complementary"> Except as otherwise <a href="https://developers.google.com/site-policies.html#restrictions">noted</a>, the content of this page is licensed under a <a href="https://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5 license</a>, and examples are licensed under the <a href="https://chromium.googlesource.com/chromium/src/+/HEAD/LICENSE">BSD License</a>. </section> <section id="privacy" role="complementary"> <a href="https://policies.google.com/privacy">Privacy</a> </section> <a id="edit-this-page" href="https://edit.chromium.org/edit?repo=chromium/website/main&amp;file=site/getting-involved/dev-channel/index.md&ext_google.git=%7B%22repo%22%3A%22chromium%2Fwebsite%22%2C%22ref%22%3A%22main%22%2C%22file%22%3A%22site/getting-involved/dev-channel/index.md%22%7D">Edit this page</a> </nav> <main> <div class="breadcrumbs"> <a href="/getting-involved">Getting Involved</a> &gt; </div> <h1>Chrome Release Channels</h1> <nav class="table-of-contents"><ol><li><a href="#channels">Channels</a><ol><li><a href="#windows-64-bit">Windows 64-bit</a></li><li><a href="#windows-32-bit">Windows 32-bit</a></li><li><a href="#mac">Mac</a></li><li><a href="#android">Android</a></li><li><a href="#ios">iOS</a></li><li><a href="#linux">Linux</a></li></ol></li><li><a href="#how-do-i-choose-which-channel-to-use">How do I choose which channel to use?</a></li><li><a href="#what-should-i-do-before-i-change-my-channel">What should I do before I change my channel?</a><ol><li><a href="#back-up-your-data">Back up your data!</a></li></ol></li><li><a href="#reporting-dev-channel-and-canary-build-problems">Reporting Dev channel and Canary build problems</a></li><li><a href="#going-back-to-a-more-stable-channel">Going back to a more stable channel</a></li></ol></nav><p>Chrome supports a number of different release channels. We use these channels to slowly roll out updates to users, starting with our close to daily Canary channel builds, all the way up to our Stable channel releases that happen every 6 weeks roughly.</p> <h3 id="channels" tabindex="-1"><a class="header-anchor" href="#channels">Channels</a></h3> <h4 id="windows-64-bit" tabindex="-1"><a class="header-anchor" href="#windows-64-bit">Windows 64-bit</a></h4> <p>All channels may be run in parallel -- they install into distinct directories and use dedicated User Data directories.</p> <ul> <li><a href="https://www.google.com/chrome/browser/?platform=win64">Stable channel for Windows (64-bit)</a></li> <li><a href="https://www.google.com/chrome/browser/beta.html?platform=win64">Beta channel for Windows (64-bit)</a></li> <li><a href="https://www.google.com/chrome/browser/index.html?extra=devchannel&amp;platform=win64">Dev channel for Windows (64-bit)</a></li> <li><a href="https://www.google.com/chrome/browser/canary.html?platform=win64">Canary build for Windows (64-bit)</a></li> </ul> <h4 id="windows-32-bit" tabindex="-1"><a class="header-anchor" href="#windows-32-bit">Windows 32-bit</a></h4> <p>All channels may be run in parallel -- they install into distinct directories and use dedicated User Data directories.</p> <ul> <li><a href="https://www.google.com/chrome/browser/?platform=win">Stable channel for Windows (32-bit)</a></li> <li><a href="https://www.google.com/chrome/browser/beta.html?platform=win">Beta channel for Windows (32-bit)</a></li> <li><a href="https://www.google.com/chrome/browser/index.html?extra=devchannel&amp;platform=win">Dev channel for Windows (32-bit)</a></li> <li><a href="https://www.google.com/chrome/browser/canary.html?platform=win">Canary build for Windows (32-bit)</a></li> </ul> <h4 id="mac" tabindex="-1"><a class="header-anchor" href="#mac">Mac</a></h4> <p>All channels may be run in parallel -- they install into distinct directories and use dedicated User Data directories.</p> <ul> <li><a href="https://www.google.com/chrome/browser/?platform=mac">Stable channel for Mac</a></li> <li><a href="https://www.google.com/chrome/browser/beta.html?platform=mac&amp;extra=betachannel">Beta channel for Mac</a></li> <li><a href="https://www.google.com/chrome/browser/?platform=mac&amp;extra=devchannel">Dev channel for Mac</a></li> <li><a href="https://www.google.com/chrome/browser/canary.html?platform=mac">Canary build for Mac</a></li> </ul> <h4 id="android" tabindex="-1"><a class="header-anchor" href="#android">Android</a></h4> <ul> <li><a href="https://play.google.com/store/apps/details?id=com.android.chrome">Stable channel for Android</a></li> <li><a href="https://play.google.com/store/apps/details?id=com.chrome.beta">Beta channel for Android</a></li> <li><a href="https://play.google.com/store/apps/details?id=com.chrome.dev">Dev channel for Android</a></li> <li><a href="https://play.google.com/store/apps/details?id=com.chrome.canary">Canary channel for Android</a></li> </ul> <h4 id="ios" tabindex="-1"><a class="header-anchor" href="#ios">iOS</a></h4> <ul> <li><a href="https://itunes.apple.com/us/app/chrome-web-browser-by-google/id535886823?mt=8">Stable channel for iOS</a></li> <li><a href="https://testflight.apple.com/join/LPQmtkUs">Beta channel for iOS</a></li> </ul> <h4 id="linux" tabindex="-1"><a class="header-anchor" href="#linux">Linux</a></h4> <ul> <li><a href="https://www.google.com/chrome/browser/?platform=linux">Stable channel</a></li> <li><a href="https://www.google.com/chrome/browser/beta.html?platform=linux">Beta channel</a></li> <li><a href="https://www.google.com/chrome/browser/?platform=linux&amp;extra=devchannel">Dev channel</a></li> </ul> <h3 id="how-do-i-choose-which-channel-to-use" tabindex="-1"><a class="header-anchor" href="#how-do-i-choose-which-channel-to-use">How do I choose which channel to use?</a></h3> <p>The release channels for chrome range from the most stable and tested (Stable channel) to completely untested and likely least stable (Canary channel). You can run all channels alongside all others, as they do not share profiles with one another. This allows you to play with our latest code, while still keeping a tested version of Chrome around.</p> <ul> <li><strong>Stable channel:</strong> This channel has gotten the full testing and blessing of the Chrome test team, and is the best bet to avoid crashes and other issues. It's updated roughly every two-three weeks for minor releases, and every 6 weeks for major releases.</li> <li><strong>Beta channel:</strong> If you are interested in seeing what's next, with minimal risk, Beta channel is the place to be. It's updated every week roughly, with major updates coming every six weeks, more than a month before the Stable channel will get them.</li> <li><strong>Dev channel:</strong> If you want to see what's happening quickly, then you want the Dev channel. The Dev channel gets updated once or twice weekly, and it shows what we're working on right now. There's no lag between major versions, whatever code we've got, you will get. While this build does get tested, it is still subject to bugs, as we want people to see what's new as soon as possible.</li> <li><strong>Canary build:</strong> Canary builds are the bleeding edge. Released daily, this build has not been tested or used, it's released as soon as it's built.</li> <li><strong>Other builds:</strong> If you're extra brave, you can download the latest working (and that's a very loose definition of working) build from <a href="https://download-chromium.appspot.com/">download-chromium.appspot.com</a>. You can also look for a more specific recent build by going to <a href="http://build.chromium.org">the Chromium continuous build waterfall</a>, looking at the number near the top under &quot;LKGR&quot;, and then going to <a href="http://commondatastorage.googleapis.com/chromium-browser-continuous/index.html">this Google Storage bucket</a> and downloading the corresponding build.</li> </ul> <p><strong>Note</strong>: Early access releases (Canary builds and Dev and Beta channels) will be only partly translated into languages other than English. Text related to new features may not get translated into all languages until the feature is released in the Stable channel.</p> <h3 id="what-should-i-do-before-i-change-my-channel" tabindex="-1"><a class="header-anchor" href="#what-should-i-do-before-i-change-my-channel">What should I do before I change my channel?</a></h3> <h4 id="back-up-your-data" tabindex="-1"><a class="header-anchor" href="#back-up-your-data">Back up your data!</a></h4> <p>Before you switch, you should make a backup of your profile (bookmarks, most visited pages, history, cookies, etc). If you ever want to switch back to a more stable channel, your updated profile data might not be compatible with the older version. Make a copy of the User Data\Default directory (for example, copy it to 'Default Backup' in the same location). The location depends on your operating system:</p> <blockquote> <p>Windows XP:</p> </blockquote> <blockquote> <ul> <li>Stable, beta, and dev channels: \Documents and Settings\%USERNAME%\Local Settings\Application Data\Google\Chrome\User Data\Default</li> <li>Canary builds: \Documents and Settings\%USERNAME%\Local Settings\Application Data\Google\Chrome SxS\User Data\Default</li> </ul> </blockquote> <blockquote> <p>Windows Vista, 7, 8 or 10:</p> </blockquote> <blockquote> <ul> <li>Stable channel: \Users\%USERNAME%\AppData\Local\Google\Chrome\User Data\Default</li> <li>Beta channel: \Users\%USERNAME%\AppData\Local\Google\Chrome Beta\User Data\Default</li> <li>Dev channel: \Users\%USERNAME%\AppData\Local\Google\Chrome Dev\User Data\Default</li> <li>Canary builds: \Users\%USERNAME%\AppData\Local\Google\Chrome SxS\User Data\Default</li> </ul> </blockquote> <blockquote> <p>Mac OS X:</p> </blockquote> <blockquote> <ul> <li>Stable channels, as well as older beta and dev channels: ~/Library/Application Support/Google/Chrome/Default</li> <li>Beta channel: ~/Library/Application Support/Google/Chrome Beta/Default</li> <li>Dev channel: ~/Library/Application Support/Google/Chrome Dev/Default</li> <li>Canary builds: ~/Library/Application Support/Google/Chrome Canary/Default</li> </ul> </blockquote> <blockquote> <p>Linux:</p> </blockquote> <blockquote> <ul> <li>~/.config/google-chrome/Default</li> </ul> </blockquote> <p>Note:If you're using Explorer to find the folder, you might need to set <strong>Show hidden files and folders</strong> in <strong>Tools &gt; Folder Options... &gt; View</strong>.</p> <h3 id="reporting-dev-channel-and-canary-build-problems" tabindex="-1"><a class="header-anchor" href="#reporting-dev-channel-and-canary-build-problems">Reporting Dev channel and Canary build problems</a></h3> <p>Remember, Dev channel browsers and Canary builds may still crash frequently. Before reporting bugs, consult the following pages:</p> <ul> <li><a href="/for-testers/bug-reporting-guidelines">Bug Life Cycle and Reporting Guidelines</a></li> <li>See <a href="/for-testers/bug-reporting-guidlines-for-the-mac-linux-builds"> bug-reporting-guidlines-for-the-mac-linux-builds</a> before reporting problems in Mac or Linux Dev channel builds</li> </ul> <p><a href="https://crbug.com/new">https://crbug.com/new</a> If after reading the above, you think you have a real bug, file it -</p> <h3 id="going-back-to-a-more-stable-channel" tabindex="-1"><a class="header-anchor" href="#going-back-to-a-more-stable-channel">Going back to a more stable channel</a></h3> <ul> <li>If you decide to switch from Dev to Beta or from Beta to Stable, the new channel will be on an earlier version of Google Chrome. You won't get automatic updates on that channel until it reaches a version later than what you're already running.</li> <li>You can uninstall Google Chrome and re-install from <a href="https://www.google.com/chrome">https://www.google.com/chrome</a> to go back to an earlier version.</li> <li>If you re-install an older version, you might find that your profile is not compatible (because the data formats changed in the newer version you had been running). You'll have to delete your profile data. Delete the User Data\Default folder (see the Before You Change Channels section above for the location). If you made a back up of your Default directory, you can then rename it to Default so that you at least restore some of your previous bookmarks, most visited pages, etc.</li> <li>If the installer fails when you attempt to install an older version with a message indicating that your computer already has a more recent version of Chrome or Chrome Frame, you must also uninstall Chrome Frame. After doing so, the older version of Chrome should install without difficulty.</li> </ul> </main> </div> <script> // Configure Algolia search. let s = document.createElement('script'); s.src = '/_scripts/@docsearch/index.js'; document.head.append(s); window.addEventListener('load', () => { // Add the Algolia search widget. docsearch({ container: '#search', appId: 'RZDQYCCABX', apiKey: '98b0eabafeb13fe3e1af693d5713d8b4', indexName: 'chromium' }); }); // Configure Google Universal Analytics (the predecessor to GA4, we should // delete this when we don't need it any more). s = document.createElement('script'); s.src = 'https://www.googletagmanager.com/gtag/js?id=UA-5484340-1' s.async = true; document.head.append(s) window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-5484340-1'); // Configure consent bar. s = document.createElement('script'); s.src = 'https://www.gstatic.com/brandstudio/kato/cookie_choice_component/cookie_consent_bar.v3.js' s.dataset.autoloadCookieConsentBar = true; s.dataset.autoloadCookieContentBarIntlCode = ''; document.head.append(s);</script>

Pages: 1 2 3 4 5 6 7 8 9 10