Initial public launch

v0.1.0 introduced Apple Notes Snapshot as a public project.

Apple Notes Snapshot is a local-first macOS workflow that wraps the upstream notes-exporter project with scheduling, health checks, logs, and an optional local Web console.

Who should use it

  • People who want recurring Apple Notes snapshots on macOS.
  • Users who want visibility into freshness, failures, and scheduler state.
  • Anyone who prefers a reviewable local workflow over ad hoc shell snippets.

What was included in v0.1.0

  • A conversion-focused README.
  • A GitHub Pages docs surface.
  • Hero, comparison, architecture, run-flow, and social-preview assets.
  • Repo-owned CI, CodeQL, contribution, and security guidance.

Known boundaries

  • Not a cloud service.
  • Not a two-way sync engine.
  • Not a cross-platform promise.

Verification highlights

The repo-owned verification path at launch was:

./notesctl rebuild-dev-env
./.runtime-cache/dev/venv/bin/python -m pre_commit run --all-files
PYTHON_BIN=./.runtime-cache/dev/venv/bin/python scripts/checks/ci_gate.sh

Keep going