Skip to content
Open
Prev Previous commit
Next Next commit
Revise README for Chrome Extension transition
Updated README to reflect the transition from Chrome Apps to a Chrome Extension and native helper app.
  • Loading branch information
kzahel authored Dec 5, 2025
commit b91f2aaa751c65e50e3628d7b7d655d3a7bd19af
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
> ⚠️ **Status: Being Rebuilt**
>
> Google is discontinuing Chrome Apps. Web Server for Chrome is being rebuilt as a Chrome Extension with a native helper app.
>
> **[Sign up to be notified when it's ready](https://docs.google.com/forms/d/e/1Zu7k97YgZRCPILLKONZ6YACj9kGQSwpLIXDBG-nU6_Y/viewform)**

---

An HTTP web server for Chrome, used by 200,000+ people for local web development and file sharing.

## What's Changing

The original Chrome App used `chrome.sockets` APIs that are being removed. The new version will be:

- **Chrome Extension** - The UI and HTTP logic
- **Native Helper App** - Handles TCP sockets and filesystem access
- ChromeOS: Android companion app (Play Store)
- Windows/Mac/Linux: Native binary

Same functionality, new architecture.

## Legacy Documentation

<a target="_blank" href="https://chrome.google.com/webstore/detail/web-server-for-chrome/ofhbbkphhbklhfoeikjpcbhemlocgigb">![Try it now in CWS](https://raw.github.com/GoogleChrome/chrome-app-samples/master/tryitnowbutton.png "Click here to install this sample from the Chrome Web Store")</a>

## Web Server for Chrome
Expand Down