Bring your own docs
Work directly from your repository or documentation folder with a local-first workspace instead of a hosted editing surface.
Open-source documentation workspace
A desktop documentation editor with live Markdown preview, sidebar file tree, and cross-platform installers. Built with Electron and a container-first development workflow.
Getting started
Docs Foundry is an open-source desktop application for writing, editing, and previewing Markdown documentation. Think of it as a lightweight, local-first docs workspace built specifically for documentation projects rather than a general-purpose IDE.
Built for documentation rather than IDE sprawl: open a docs folder, write in Markdown, review the rendered result beside the editor, and package the same project for distribution without extra local setup.
Work directly from your repository or documentation folder with a local-first workspace instead of a hosted editing surface.
Draft in Markdown while the rendered preview stays beside the editor so structure, formatting, and content stay aligned.
Package the same workspace into native installers for macOS, Windows, and Linux without reworking the project around a separate toolchain.
Distraction-free monospace editing with fast save, unsaved-change tracking, and a workspace built around docs instead of code noise.
See Markdown render in real time with headings, lists, code blocks, tables, and the formatting details that matter while writing.
Open a docs folder and move through its structure quickly, keeping related Markdown, assets, and project files in one place.
No local Node.js required. Run make setup and contributors get the same Docker-based environment with project dependencies inside the container.
Ship native DMG, NSIS, AppImage, and DEB outputs so people can install the app without building from source.
Packaged builds can check GitHub Releases for updates through electron-updater, which keeps distributed installs easier to maintain.
For end users
Grab the latest installer for your operating system. Builds are published automatically to GitHub Releases when a new version tag is pushed or when the release workflow is run manually with a tag name.
.dmg recommended · .zip advanced
↓ Download for macOSGatekeeper: prefer the .dmg. If the ZIP build is blocked, run xattr -cr /path/to/DocFoundry.app once, then reopen it.
NSIS installer · .zip
↓ Download for WindowsSmartScreen: if Windows warns, choose More info and then Run anyway.
AppImage · .deb · .tar.gz
↓ Download for LinuxFor contributors
Everything runs inside Docker. No local Node.js or npm required.
git clone https://github.com/Cloud2BR/docs-foundry.git && cd docs-foundry && make setup
make container-shell. You're inside the container with all tools ready.
make lint, make format, make test. All run inside the container.
Project identity
Docs Foundry v0.0.1 is presented as an open-source desktop release maintained by the owner and published through the Cloud2BR organization.
Owner
Organization
Cloud2BR is the publishing organization behind the site, release assets, and open-source project distribution.
Release context