ChromeOS Linux
Use 200 OK without Android or Google Play
This is the full-control ChromeOS option: install one small signed Linux component, then configure, start, stop, and update it from the Chrome extension—without Google Play.
Install
- Open ChromeOS Settings → About ChromeOS → Developers → Linux development environment, then choose Set up.
- Open Terminal after Linux finishes installing.
-
Paste this command and press Enter:
curl -fsSL https://ok200.app/install-crostini.sh | bash - Open 200 OK Web Server from the ChromeOS Launcher. The extension will ask once for permission to communicate with the local Linux controller.
The installer detects x86_64 or ARM64, verifies the signed release manifest, and installs only for your Linux user. It does not use sudo, enable an always-on service, or start serving a folder.
After a reboot
Open 200 OK Web Server from the ChromeOS Launcher whenever you want to use it. That Launcher item wakes Linux and opens the extension controller. If ChromeOS cannot wake it, open Terminal once, wait for the prompt, close Terminal, and try the Launcher item again.
Choose a folder
The default is ~/Downloads/200 OK under Linux files. To
serve a Chromebook folder, right-click it in the Files app, choose
Share with Linux, then enter its
/mnt/chromeos/… path in the controller. Linux cannot read
unshared ChromeOS folders.
Reach it from another device
- Start the server in the extension controller.
- Open ChromeOS Settings → About ChromeOS → Developers → Linux development environment → Port forwarding.
- Add the content port shown by 200 OK (8080 by default) as TCP and turn it on.
- Use the Chromebook's Wi-Fi IPv4 address, shown in its network details, from the other device.
Updates and removal
The controller checks the signed update channel while Linux is already running. Automatic installation is opt-in and waits until the web server is stopped. These recovery commands are also available in Terminal:
ok200-crostini check-update
ok200-crostini update
ok200-crostini rollback
ok200-crostini uninstall
Normal uninstall preserves controller settings for a later reinstall.
ok200-crostini uninstall --purge also removes pairing and
update state. Neither command deletes served folders.
200 OK Web Server