---
breadcrumbs:
- - /developers
  - For Developers
- - /developers/how-tos
  - How-Tos
page_name: get-the-code
title: 'Get the Code: Checkout, Build, & Run Chromium'
---

## *If you work at Google, you probably want to read the [Google-specific instructions](https://goto.corp.google.com/building-chrome) instead, which are basically the same except for some details relating to the Google corporate computer images.*

You can [Browse or Search the Chromium Code](https://source.chromium.org/chromium) online.

Chromium supports building on Windows, Mac and Linux host systems.
Select the platform you want to build:

*   [Linux](https://chromium.googlesource.com/chromium/src/+/main/docs/linux/build_instructions.md)
*   [Windows](https://chromium.googlesource.com/chromium/src/+/main/docs/windows_build_instructions.md)
*   [Mac](https://chromium.googlesource.com/chromium/src/+/main/docs/mac_build_instructions.md)
*   Chrome OS (Build on Linux)
    *   [linux-chromeos](https://chromium.googlesource.com/chromium/src/+/main/docs/chromeos_build_instructions.md)
                (runs the Chrome OS version of Chrome on Linux)
    *   [cros-vm](/chromium-os/developer-library/guides/containers/cros-vm/)
                (runs in a Chrome OS virtual machine)
    *   ["simplechrome"](/chromium-os/developer-library/guides/development/simple-chrome-workflow/)
                (runs on Chromebook hardware)
*   [iOS](https://chromium.googlesource.com/chromium/src/+/main/docs/ios/build_instructions.md) (Build on Mac)
*   Cast (these instructions are still old)
    *   [Android](https://chromium.googlesource.com/chromium/src/+/main/docs/android_cast_build_instructions.md) (Build on Linux)
    *   [Linux](https://chromium.googlesource.com/chromium/src/+/main/docs/linux/cast_build_instructions.md)
*   [Android](https://chromium.googlesource.com/chromium/src/+/main/docs/android_build_instructions.md) (Build on Linux)

### *The Chromium documentation is gradually moving into the source repository. The links above will take you there.*

## If you need help, try the [chromium-dev Google Group](https://groups.google.com/a/chromium.org/forum/#!forum/chromium-dev), or the #chromium IRC channel on irc.freenode.net (see the [IRC page](/developers/irc) for more on how Chromium uses IRC). **These are not support channels for Chrome itself but forums for developers.**

You can also, for a limited time, read [the old instructions for getting the
code](/developers/how-tos/old-get-the-code).
