notesctl
Export Apple iCloud Notes to Markdown files safely.
Features
- Safe: Copies database before reading, uses read-only mode
- Complete: Exports text, formatting, and attachments
- Organized: Groups notes by folder with YAML frontmatter
Installation
# Using uv (recommended)
uv pip install .
# Or install in development mode
uv pip install -e ".[dev]"
Usage
# Export all notes
uv run notesctl export -o ~/notes-backup
# Export specific folder
uv run notesctl export --folder "Work" -o ~/work-notes
# Preview without writing (safe)
uv run notesctl export --dry-run
# List notes
uv run notesctl list-notes
# List folders
uv run notesctl list-folders
# Show statistics
uv run notesctl stats
Safety
This tool prioritizes safety:
- Copy-first: Database files are copied to temp directory before reading
- Read-only: SQLite connection uses URI mode=ro
- SELECT only: All queries are validated to be SELECT statements
- Dry-run mode: Preview exports without writing files
Development
# Install dev dependencies
uv pip install -e ".[dev]"
# Run tests
uv run pytest
# Run linter
uv run ruff check src tests
# Run type checker
uv run mypy src
# Format code
uv run ruff format src tests
Requirements
- macOS with Apple Notes
- Python 3.11+
- uv (recommended) or pip
Release files for notesctl 1.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| notesctl-1.0.3.tar.gz | 64.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| notesctl-1.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 89.7 kB
Release files / notesctl-1.0.3.tar.gz
| Download URL | notesctl-1.0.3.tar.gz |
|---|---|
| Size | 64.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
28cb12c7c0d2551a44d524f66712c1ccfc9617410f0fb7711c5a1dbb1db16ef3
|
|
BLAKE2b-256 checksum How to use checksums |
3ffd6b8b08f24b4d1c4a77deb1c20e64889d75355c664fb3d6d4079ca95e331b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jun 8, 2026.
Transparency logRelease files / notesctl-1.0.3-py3-none-any.whl
| Download URL | notesctl-1.0.3-py3-none-any.whl |
|---|---|
| Size | 25.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6b39d649e4d9de7da55be1a0af708b5d474f23af061b8cdfd2a09255912e4fa4
|
|
BLAKE2b-256 checksum How to use checksums |
a57e92bba8a50df51b9b445d062d0cfd02a700608c565ad59b44712bdcf1a351
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jun 8, 2026.
Transparency log