https://github.com/google/coding-with-chrome
An Open Source Educational IDE.
https://github.com/google/coding-with-chrome
chrome-os educators ide javascript mbot python python3 robot
Last synced: 11 months ago
JSON representation
An Open Source Educational IDE.
- Host: GitHub
- URL: https://github.com/google/coding-with-chrome
- Owner: google
- License: other
- Created: 2015-11-30T12:29:05.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T13:05:07.000Z (about 1 year ago)
- Last Synced: 2025-04-19T22:27:13.334Z (12 months ago)
- Topics: chrome-os, educators, ide, javascript, mbot, python, python3, robot
- Language: JavaScript
- Homepage:
- Size: 33.2 MB
- Stars: 521
- Watchers: 59
- Forks: 167
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# Coding with Chrome Suite
[](https://github.com/google/coding-with-chrome/actions/workflows/unit_tests.yml)
[](https://github.com/google/coding-with-chrome/actions/workflows/lint.yml)
[](https://codecov.io/gh/google/coding-with-chrome)

**NOTE:**
This repository is used for the the upcoming and experimental **Coding with Chrome Suite** version.
If you are looking for the **Chrome App** version from the Chrome Store, please use [chrome-app-v6.x repository][1] instead.
**Coding with Chrome Suite** is an Educational Coding Development Environment built
around two core philosophies:
1. Offer a stand-alone, offline app experience which allows people anywhere to
learn how to build useful computer programs:
- A basic OS allow the access to different external devices like robots
- A basic IDE able to support real programming work
- A tutorial system that poses a challenge, checks the solution and
provides feedback.
2. Allow educators to put together a custom curriculum made up of various
components like:
- Input languages (blockly, javascript)
- Output modules (turtle graphics, javascript output, connected robots)
- Flexible UI where elements can be easily added, modified or removed
- Tutorial engine for self-learning
## ๐ Licensing
Apache License, Version 2.0 see [LICENSE.md](LICENSE.md)
## โ๏ธ Access Coding with Chrome Suite - PWA (Beta)
๐งช We are currently in beta and still in the development process.
In order to help us improve please file an issue to let us know of any issues or suggestions you may have.
You can access the Coding with Chrome Suite beta version under the following URL:
- [๐ https://google.github.io/coding-with-chrome/](https://google.github.io/coding-with-chrome/).
## ๐ Supported hardware
Computers and Laptops with Chrome OS or any OS which is able to run
PWA (Progressive Web Apps) are supported in general.
The mobile support is very limited because of the small screen size and is not recommended.
## Credits
Coding with Chrome is made possible by other [open source software](third_party/NOTICE.md).
[1]: https://github.com/google/coding-with-chrome/tree/chrome-app-v6.x