Documentation · v1.0

Learn CrownOS, one calm page at a time.

Concise, opinionated documentation for installing, configuring and extending CrownOS. Every page links straight to the source.

Cheatsheet

The five commands you'll use most.

A pocket reference for everyday CrownOS work.

# Update everything
$ crownos sync

# Create a snapshot before a risky change
$ crownos snapshot "before-experiment"

# Roll back to the previous snapshot
$ crownos rollback

# Pair a new phone for ecosystem features
$ crownos pair

# Ask the local AI a quick question
$ crownos ask "free up disk on my dev partition"

Looking for the API reference?

The SDK and plugin reference covers every public surface of CrownOS, generated from source on every release.