Docs Foundry downloads

Install and Use Docs Foundry

This page keeps the download flow inside GitHub Pages. It shows the latest published release artifacts, explains how to install them, and gives the first-run steps for macOS, Windows, and Linux.

Artifacts

Choose your platform

Each card shows the preferred download first, then the remaining release files for that platform. Installation notes stay with the relevant operating system.

macOS

DMG first, ZIP fallback

Best for end users who want the normal drag-to-Applications install flow.

Waiting for release assets…

Gatekeeper: install from the .dmg when possible. If the ZIP build is blocked, run xattr -cr /path/to/DocFoundry.app once, then reopen it.

Windows

NSIS installer first, ZIP fallback

Best for Windows users who want a standard installer or a portable ZIP option.

Waiting for release assets…

SmartScreen: if Windows shows a warning, click More info and then Run anyway because the installer is not code-signed yet.

Linux

AppImage, DEB, or TAR.GZ

Choose the package style that matches your distro and whether you want a portable build.

Waiting for release assets…

Linux tip: AppImage builds usually need chmod +x before running. DEB builds install cleanly with sudo apt install ./file.deb.

Install guide

How to download, install, and use it

macOS

  1. Download the latest DMG from the macOS card.
  2. Open the disk image and drag DocFoundry.app into Applications.
  3. If you used the ZIP build and macOS blocks it, run xattr -cr /path/to/DocFoundry.app.
  4. Launch the app and open a local documentation folder to start writing.

Windows

  1. Download the Setup EXE from the Windows card.
  2. Run the installer and continue through the normal install wizard.
  3. If SmartScreen appears, choose More info and then Run anyway.
  4. Start Docs Foundry and open your docs workspace from the sidebar.

Linux

  1. Choose the artifact that fits your system: AppImage, DEB, or TAR.GZ.
  2. For AppImage, run chmod +x DocFoundry.AppImage and open it.
  3. For DEB, install with sudo apt install ./file.deb.
  4. Launch the app and select a local docs folder to begin editing.