Documentation Index
Fetch the complete documentation index at: https://cryptoclawdocs.termix.ai/llms.txt
Use this file to discover all available pages before exploring further.
Device model database (friendly names)
The macOS companion app shows friendly Apple device model names in the Instances UI by mapping Apple model identifiers (e.g.iPad16,6, Mac16,6) to human-readable names.
The mapping is vendored as JSON under:
apps/macos/Sources/OpenClaw/Resources/DeviceModels/
Data source
We currently vendor the mapping from the MIT-licensed repository:kyle-seongwoo-jun/apple-device-identifiers
apps/macos/Sources/OpenClaw/Resources/DeviceModels/NOTICE.md).
Updating the database
- Pick the upstream commits you want to pin to (one for iOS, one for macOS).
- Update the commit hashes in
apps/macos/Sources/OpenClaw/Resources/DeviceModels/NOTICE.md. - Re-download the JSON files, pinned to those commits:
- Ensure
apps/macos/Sources/OpenClaw/Resources/DeviceModels/LICENSE.apple-device-identifiers.txtstill matches upstream (replace it if the upstream license changes). - Verify the macOS app builds cleanly (no warnings):