Skip to main content

Vision

Cabin is the open-source design platform for the automobile cabin on Android Automotive OS — a Material Design 3–class system built for drivers, passengers, and the constraints of the road.

Positioning

Material Design 3 (m3.material.io) is the de-facto reference for phone and tablet Android UI. Automotive deserves the same class of platform: foundations, tokens, components, patterns, and a public catalog — but every decision must respect driving state, distraction limits, glanceability, and safety-critical controls.

Cabin aims to be that platform:

LayerRole
Design languageCabin HMI foundations: color, type, space, motion, iconography
TokensSemantic + component tokens OEMs brand without forking
ComponentsDual-stack UI (Compose + Views) for cabin surfaces
ComplianceFirst-class gates for driving, UX, a11y, safety
Catalog + siteBrowseable reference (future), Material-style IA

Cabin is not “Material with bigger buttons.” It is an automotive-native system that can still feel familiar to Android developers.

Product stance

Cabin’s product bar is simple: the cabin should feel calm, legible, and inevitable. Every surface earns its place; compliance is design material, not a bolt-on. Features must pass five pillars — glanceable, quiet, safe by default, one language / two skins, thin by design — and land in a layered feature plan rather than a kitchen-sink backlog.

See product stance, pillars, and features.

Who it is for

OEMs

  • Ship a coherent cabin UI across system UI, launcher, media, EV, HVAC, and third-party apps.
  • Brand via tokens (tokens) without maintaining a divergent fork of every component.
  • Encode program-specific driving restrictions on top of Cabin baselines (compliance, extension model).

Tier-1 suppliers

  • Deliver reusable HMI modules that plug into OEM brand systems.
  • Share one component contract across Compose apps and View-based system UI.
  • Reduce per-program reinvention of status bars, climate, and vehicle controls.

App developers

  • Adopt cabin-safe components with minimal footprint (integration).
  • Get compliance defaults instead of rediscovering AAOS UX restrictions.
  • Target both modern Compose apps and legacy View surfaces when required.

Uniqueness vs Material and generic Android

ConcernMaterial / generic AndroidCabin
Primary contextHandheld / lean-backMoving vehicle, cabin HMI
Interaction budgetRich, multi-step flowsGlanceable, gated while driving
Touch targetsPhone/tablet baselinesAutomotive minimums and density rules
Dual UI stackCompose-first; Views legacyCompose and Views as first-class peers
ComplianceApp-level responsibilityShared library contracts + gates
BrandingMaterial You / dynamic colorOEM brand tokens without forking
SurfacesAppsSystem bars, status, media, EV, HVAC, vehicle controls

Cabin may align with Material concepts (roles, elevation, state layers) where they help Android developers, but Cabin tokens and components are cabin-owned. See foundations.

Dual stack as a product requirement

AAOS programs still ship substantial View/XML UI: system UI, status bar, car settings, build-tree apps, and vendor overlays. Compose alone cannot cover adoption.

Cabin therefore commits to:

  1. Shared tokens and compliance — no Compose-only truth.
  2. Parity contracts — same behaviors and states on both stacks (compose, views).
  3. Independent packaging — adopt Compose, Views, or both (packaging).

Open-source adoption strategy

Principles

  • Apache 2.0 — clear IP posture for OEM legal review (LICENSE).
  • Modular artifacts — OEMs pick cabin-tokens + one UI stack; they do not pull samples, catalog, or website into the image.
  • Extension over fork — brand and extend via tokens and documented extension points (extension model).
  • Compliance as code — restrictions are APIs and policies, not wiki pages alone (compliance).
  • Production posture — Clean Code, SOLID, modern Android rules (principles).

Adoption path (intended)

  1. Docs (this phase) — shared vocabulary and contracts.
  2. Tokens — OEMs map brand to Cabin semantic tokens.
  3. One UI stack — Compose or Views for a pilot surface (e.g. media).
  4. Compliance wiring — driving/UX gates in real product configuration.
  5. Expand surfaces — HVAC, EV, system chrome; then the other UI stack.
  6. Catalog + website — public reference accelerates third-party apps.

What “de-facto” means

Success is measured by:

  • Multiple OEMs/Tier-1s shipping Cabin-tokenized UI without private forks of the core libraries.
  • Third-party AAOS apps defaulting to Cabin components for cabin safety.
  • A public site and catalog that play the role Material’s site plays for handheld Android (site plan).

Non-goals (near term)

  • Replacing the entire AAOS system image or Car framework.
  • Shipping a full OEM launcher as the primary product.
  • Implementing every regional regulation in v1 — Cabin provides extensible baselines; programs specialize (compliance).
  • Android library source in Phase 1 — docs only (roadmap).