A stylized representation of a rocket, the Landmarks sample code app icon, and the Swift logo.

Apple Docs CLI

Browse the latest sample code, articles, tutorials, API reference, and WWDC sessions.

Quick Start

curl -fsSL https://github.com/jsj/apple-docs-cli/releases/latest/download/install.sh | sh; apple-docs init; apple-docs call search_apple_docs --args '{"query":"AlarmKit","type":"documentation"}' --compact

Purpose

JSON-first Apple docs automation

Use one CLI surface for Apple Developer docs and WWDC lookups with stable parseable output.

Execution pattern

Go from install to answers fast

  1. 1. Run one install command.
  2. 2. Run `apple-docs init` to set up the skill.
  3. 3. Search directly with `apple-docs call search_apple_docs --args-file ./args.json --compact`.
  4. 4. Explore APIs, sample code, and WWDC sessions.

Frequently Asked Questions

Not affiliated with Apple Inc. This is an independent project.

Copyright © 2026 James Jackson. All rights reserved.