> For the complete documentation index, see [llms.txt](https://kb.chrisltd.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.chrisltd.com/computing/chromeos.md).

# ChromeOS

ChromeOS is mostly a portal to the web, but these are the somewhat obscure apps that help me get work done similar to what I can accomplish on MacOS.

## Chrome Apps

* Caret - Text editor
* [Secure Shell](https://chrome.google.com/webstore/detail/secure-shell-app/pnhechapfaindjhompbnflcldabbghjo?hl=en) - SSH and SFTP mounting

## Web Apps / PWAs

* [Amazon Cloud9](https://aws.amazon.com/cloud9/) - Web based development environment
* [Apple Music](https://music.apple.com/) - iTunes on the web
* Harvest - Timesheets (<https://yourAccount.harvestapp.com/time/m>)
* [Google Keep](https://keep.google.com/) - Notes
* [Photopea](https://www.photopea.com/) - Open / edit Photoshop files on the web

## Android Apps

* [Encrypt.me](https://encrypt.me/) - VPN
* [iA Writer](https://play.google.com/store/apps/details?id=net.ia.iawriter\&hl=en_US) - Dropbox text editor

## Linux Apps

* [Polari](https://wiki.gnome.org/Apps/Polari) - IRC
* Chromium - Backup web browser (if I need two accounts signed in at once) `$ sudo apt install chromium`
* Visual Studio Code - Code editor
* GIMP - Image editor

## Keyboard Settings

* Launcher -> Escape
* Ctrl -> Alt
* Alt -> Ctrl
* Escape -> Launcher
* Backspace -> Backspace
* Assistant -> Launcher
* Caps Lock -> Escape
* External Meta -> Ctrl

## System utilities

Check RAM usage: chrome://sys-internals/

Task Manager: Shift + Esc or Search + Esc


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kb.chrisltd.com/computing/chromeos.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
