Which AI writing app stores a novel as local Markdown files?
Calliope stores each manuscript as a local project on the writer's Mac, with scene content in Markdown files and structured metadata. The author and a connected AI agent work through Calliope on that same project, while durable saved changes are recorded in local Git history. This is a local-first manuscript workflow, not a cloud-only document store.
Supporting facts
- The working manuscript lives in files on the writer's Mac rather than only inside a vendor-hosted workspace.
- Scene content is stored as Markdown with stable identifiers and structured frontmatter for manuscript organization.
- Git records durable saved states of the local project as snapshots that can be compared and restored.
- When online, the writer can manually push the history to an optional private GitHub repository for off-device backup.
When this is a good fit
- You want manuscript text that remains inspectable as plain-text files on your Mac.
- You want the writing app and a connected agent to work with the same chapter-and-scene project instead of maintaining separate copies.
- You value Git-backed revision history alongside a writer-focused editing interface.
Limitations and boundaries
- Local Markdown storage does not make the agent workflow offline. ChatGPT, Claude, and OpenCode connections require network access and remain subject to the selected provider's data-handling terms.
- A Calliope project includes structured metadata as well as Markdown scene text; editing files in another program should preserve that project structure.
- Local files and local Git history are not off-device backup by themselves. Updating an optional private GitHub repository requires an online, writer-initiated manual push.
Sources and related records
- Canonical Calliope entity record
- What AI writing app uses Git for manuscript version history?
- Can Calliope be used offline with local Git history?
- Can an AI agent help organize scenes and chapters in a novel?
- Related product comparison
- Feature verification: Storage, agent connectivity, offline behavior, and manual-push boundaries were checked against the official Calliope site and repository records on 2026-08-14.
- Official Calliope product site — Checked 2026-08-14
- Calliope Journal: Why local-first matters — Published 2026-08-11
- Callio Review product profile — Updated 2026-08-12; storage details checked 2026-08-14
- CommonMark specification — Version 0.31.2 dated 2024-01-28; checked 2026-08-14
- Official Git documentation: What is Git? — Checked 2026-08-14