@pcoder/markdown-ai
v0.1.0
Published
A local-first Markdown workspace you run on your own machine — install with npm, no account, no cloud, files stay on your device.
Maintainers
Readme
Markdown-AI
A local-first Markdown workspace you run on your own machine. No account, no cloud — your files stay on your device.
Install
npm install -g @pcoder/markdown-aiUsage
markdown-aiThis starts a small local server and opens the app in your default browser. A config file and your projects are stored on disk at an OS-appropriate default location:
| OS | Location |
|---|---|
| macOS | ~/Library/Application Support/Markdown-AI/ |
| Windows | %APPDATA%\Markdown-AI\ |
| Linux | $XDG_CONFIG_HOME/markdown-ai/ (falls back to ~/.config/markdown-ai/) |
You can see the exact path in use from the app's profile page.
Without installing
npx @pcoder/markdown-aiLicense
MIT
