Glassine is a Markdown writing app for the Mac. A window of translucent glass, a caret that glides instead of jumps, and files that are plain text in iCloud Drive — saved as you type, yours to keep.
Fewer features than most writing apps, and fewer interruptions. Everything it does is on one screen or one key away.
.md files and folders in iCloud Drive, named from the first line as you write.@today becomes the date, drawn as a capsule, kept as text.Requires macOS 14 or later. Free, open source, MIT.
Listed as Glassine Writer — the plain name was already reserved there. The app itself is Glassine everywhere. The link goes here when it is live.
A notarized .dmg under Releases on GitHub, with a built-in check for new versions.
Xcode's tools, three lines, a minute.
git clone https://github.com/a-libre/glassine cd glassine ./build.sh --install
The manual covers every feature, key and setting. For a bug or a question, open an issue on GitHub; Help → Copy Debug Info in the app puts everything useful on your clipboard to paste in.