Open source code for various Google Nest Wifis, Nest spreakers and displays versions after released after Oct, 2022 can be found below. For previous versions please refer to the Google Support page.
The open source manifests for Nest Wifi Pro releases can be found under nest_wifi_pro folder. For example, to download the code specified in 447573.xml
, please run the following commands.
$ repo init -u https://nest-open-source.googlesource.com/manifests -b main -m nest_wifi_pro/447573.xml $ repo sync
The open source manifests for Nest wired indoor releases can be found under nest_wired_indoor folder. For example, to download the code specified in 440524.xml
, please run the following commands.
$ repo init -u https://nest-open-source.googlesource.com/manifests -b main -m nest_wired_indoor/440524.xml $ repo sync
The open source manifests for Nest outdoor releases can be found under nest_outdoor folder. For example, to download the code specified in 440524.xml
, please run the following commands.
$ repo init -u https://nest-open-source.googlesource.com/manifests -b main -m nest_outdoor/440524.xml $ repo sync
The open source manifests for Nest battery doorbell releases can be found under nest_battery_doorbell folder. For example, to download the code specified in 440524.xml
, please run the following commands.
$ repo init -u https://nest-open-source.googlesource.com/manifests -b main -m nest_battery_doorbell/440524.xml $ repo sync
The open source manifests for Nest wired doorbell releases can be found under nest_wired_doorbell folder. For example, to download the code specified in 440524.xml
, please run the following commands.
$ repo init -u https://nest-open-source.googlesource.com/manifests -b main -m nest_wired_doorbell/440524.xml $ repo sync
The open source manifests for Nest IQ Indoor & IQ Outdoor photon version releases can be found under nest_iq_photon folder. For example, to download the code specified in 10950009.xml
, please run the following commands.
$ repo init -u https://nest-open-source.googlesource.com/manifests -b main -m nest_iq_photon/10950009.xml $ repo sync
The open source manifests for the kernel and bootlooder of Chromecast with Google TV 4K releases can be found under chromecast_with_google_tv_4k folder. For example, to download the code specified in 462145.xml
, please run the following commands.
$ repo init -u https://nest-open-source.googlesource.com/manifests -b main -m chromecast_with_google_tv_4k/462145.xml $ repo sync
The remainder of the kernel code for Chromecast with Google TV 4K is available as the GKI kernel source. For the device userspace opensource, please download the AOSP code.
The open source manifests for the kernel and bootlooder of Chromecast with Google TV HD releases can be found under chromecast_with_google_tv_hd folder. For example, to download the code specified in 462145.xml
, please run the following commands.
$ repo init -u https://nest-open-source.googlesource.com/manifests -b main -m chromecast_with_google_tv_hd/462145.xml $ repo sync
The remainder of the kernel code for Chromecast with Google TV HD is available as the GKI kernel source. For the device userspace opensource, please download the AOSP code.
The open source manifests for the device-specific kernel code for Google TV Streamer can be found under google_tv_streamer folder. For example, to download the code specified in 431402.xml
, please run the following commands.
$ repo init -u https://nest-open-source.googlesource.com/manifests -b main -m google_tv_streamer/431402.xml $ repo sync
The remainder of the kernel code for Google TV Streamer is available as the GKI kernel source. For the device userspace opensource, please download the AOSP code.
The open source manifests for Pixel tablet speaker dock releases can be found under pixel_tablet_speaker_dock folder. For example, to download the code specified in 374000.xml
, please run the following commands.
$ repo init -u https://nest-open-source.googlesource.com/manifests -b main -m pixel_tablet_speaker_dock/374000.xml $ repo sync
The open source manifests for Nest Wifi Pro releases can be found under google_nest_hub_7_2nd_gen folder. For example, to download the code specified in 324896.xml
, please run the following commands.
$ repo init -u https://nest-open-source.googlesource.com/manifests -b main -m google_nest_hub_7_2nd_gen/324896.xml $ repo sync
The open source manifests for Nest Audio releases can be found under nest_audio folder. For example, to download the code specified in 415414.xml
, please run the following commands.
$ repo init -u https://nest-open-source.googlesource.com/manifests -b main -m nest_audio/415414.xml $ repo sync
The open source manifests for Google Nest Mini v2 releases can be found under google_nest_mini_v2 folder. For example, to download the code specified in 415414.xml
, please run the following commands.
$ repo init -u https://nest-open-source.googlesource.com/manifests -b main -m google_nest_mini_v2/415414.xml $ repo sync
The open source manifests for Google Nest Mini releases can be found under google_nest_mini folder. For example, to download the code specified in 415414.xml
, please run the following commands.
$ repo init -u https://nest-open-source.googlesource.com/manifests -b main -m google_nest_mini/415414.xml $ repo sync
The open source manifests for Google Home releases can be found under google_home folder. For example, to download the code specified in 415414.xml
, please run the following commands.
$ repo init -u https://nest-open-source.googlesource.com/manifests -b main -m google_home/415414.xml $ repo sync
Repo is a tool built on top of Git. Repo helps manage many Git repositories. You can download and learn more about it at https://gerrit.googlesource.com/git-repo/+/refs/heads/master/README.md