Documentation
Build on Lisa OS.
Lisa makes intelligence a system service: one daemon owns the compute and serves every app, every app gets durable memory and scoped context, every action lands in an append-only Ledger. These docs are distilled from the repo's own specs — docs/PLAN.md is the source of truth.
Getting started
Flash the USB image, boot it, install to disk, stay updated — A/B slots with automatic rollback.
Architecture
The daemon map, the portal trust boundary, the Ledger, and the egress rules — plus every ADR.
Building apps
One toolkit (GJS + GTK4/Adwaita), the lisa-app launcher, the app update channel, and lisa dev check.
CLI reference
Every lisa verb, generated from the actual command definitions in the repo.
Primary sources
Everything here links back to the repo. When the docs and the repo disagree, the repo wins.
- docs/PLAN.md — the master plan: architecture and scope, section by section.
- docs/STATUS.md — the living "where are we" snapshot, updated as things ship.
- docs/ROADMAP.md — milestones M0–M7.
- docs/adr/ — every architecture decision record.
- docs/sdk/ — SDK notes and sample apps.