Tool: Latest Chromium ASan builds

May 5, 2021 about Tools

This tool allows you to quickly download the latest Chromium AddressSanitizer (ASan) builds, according to data from the storage bucket and ChromiumDash.

Since March 16, 2022, this tool shows release ASan builds for Windows, ChromeOS, Linux, and Mac. Previously it only showed Windows builds.

On August 4th, 2022, Chromium added a Python script to get ASan builds: get_asan_chrome.py

Don't miss any research or tools: Get new articles via email. Have feedback? Send me an email.

Latest files in chromium-browser-asan storage bucket

Windows x64

Latest in storage bucket: 1446921
File: asan-win32-release_x64-1446921.zip
Commit hash: 603aeed0dba5f8d6105eae643f8c82bc80ed8938
Updated: 2025-04-15T05:32:53.244Z

ChromeOS

Latest in storage bucket: 1446926
File: asan-linux-release-1446926.zip
Commit hash: 849669068c515fd1186777f11fbf8144a6405fb0
Updated: 2025-04-15T05:35:13.766Z

Linux

Latest in storage bucket: 1446934
File: asan-linux-release-1446934.zip
Commit hash: cfe1165b6e12cc5f5b4f26a250ac1bee0e1a8381
Updated: 2025-04-15T05:46:37.120Z

Mac

Latest in storage bucket: 1446921
File: asan-mac-release-1446921.zip
Commit hash: 603aeed0dba5f8d6105eae643f8c82bc80ed8938
Updated: 2025-04-15T05:28:37.607Z

Why I created this tool

The Chromium ASan documentation points to the storage bucket directly and instructs users to set the prefix manually to narrow down the platform and commit number. (Update: Since September 2022 the documentation also points to a useful Python script.) This seems like a lot of overhead for something I do on a regular basis, especially without knowing the latest commit number with an ASan build (not all commits get a build) or after forgetting where to find the latest commit number.

The process above is also prone to human error. Recently I accidentally downloaded a month-old build instead of the latest build. Guess who spent a few hours investigating a fixed UAF bug? 🙋🏻‍♂️

Hope this is as useful to others as it will be to future me.

Share on Mastodon, Twitter, Facebook, LinkedIn, permalink.

Alesandro Ortiz is a Software Engineer and Security Researcher focused on improving the web.

All articles

Home page