https://github.com/e9x/chrome100
Collection of ChromeOS recovery images.
https://github.com/e9x/chrome100
chrome-os downgrade recovery-image upgrade
Last synced: 20 days ago
JSON representation
Collection of ChromeOS recovery images.
- Host: GitHub
- URL: https://github.com/e9x/chrome100
- Owner: e9x
- License: isc
- Created: 2021-04-03T04:45:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-08T06:39:19.000Z (about 2 months ago)
- Last Synced: 2025-03-08T07:28:15.587Z (about 2 months ago)
- Topics: chrome-os, downgrade, recovery-image, upgrade
- Language: Go
- Homepage: https://chrome100.dev
- Size: 1.25 MB
- Stars: 60
- Watchers: 4
- Forks: 35
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chrome100
A directory of recovery images for Google's operating system, Chrome OS.
Documentation is a work in progress. See the website live at https://chrome100.dev/.
The legacy branch contains an earlier path for chrome100. We no longer store binary recovery data in the repository, instead we store it in the [chrome-versions package](https://www.npmjs.com/package/chrome-versions) ([GitHub](https://github.com/e9x/chrome-versions)).
## Building and running
You will need:
- NPM
- Golang1. Clone the repository
```sh
git clone https://github.com/e9x/chrome100.git
cd chrome100
```2. Install modules
```sh
npm install
```3. Build
```sh
go build
```4. Start the server
```sh
./chrome100
```