# Open Document Spec (ODS) — https://opendocify.com > Built to make your documentation extraordinarily productive and AI-ready. ## Overview Open Document Spec (ODS) is an open-source, local-first specification and CLI tool (`ods`) that enriches plain Markdown repositories with machine-readable YAML frontmatter, explicit dependency graphs, and deterministic AI context loading. - Website: https://opendocify.com - Documentation: https://opendocify.com/docs - Specification: https://opendocify.com/spec - GitHub Repository: https://github.com/StaytunedLLP/open-document-specs - License: Apache License 2.0 ## Key Features & Capabilities - **Local-First Processing**: 100% local indexing, link repair, schema validation, and graph operations. No external server dependencies or cloud lock-in. - **Zero Telemetry**: Completely private with zero analytics, tracking beacons, or phone-home logging. - **Share-Aware Visibility**: Granular document scoping via `share: public | org | private` to isolate internal designs, credentials, and secrets. - **Deterministic AI Context (`ods context`)**: Reduces LLM context token consumption by 90%+ by serving precise connected reading lists for AI coding assistants (Claude, Cursor, VS Code, Zed, Windsurf, Antigravity). ## Installation & Quickstart - 1-Line Installer (macOS/Linux): `curl -fsSL https://opendocify.com/install.sh | bash` - PowerShell Installer (Windows): `iwr -useb https://opendocify.com/install.ps1 | iex` - Cargo Install: `cargo install ods` ## Core Routes & Documentation Map - Quickstart Guide: https://opendocify.com/docs/quickstart - Adoption Guide: https://opendocify.com/docs/adoption - Tooling Reference: https://opendocify.com/docs/tooling - ODS Core Specification: https://opendocify.com/spec/spec - Privacy & Secrets Policy: https://opendocify.com/privacy