Client Installation

Installation Paths

Quick Choice Guide

Use the browser route if you want immediate access with no setup. Use the PWA route if you want a dedicated window and installable shell. Use the local route if you need development control, local hosting, or a private self-managed deployment. Use standalone modules if you are embedding MdWrk surfaces into another product or internal tool.

Workspace Client Package

The publishable client package is:

@mdwrk/mdwrkspace

The split reusable packages start with:

@mdwrk/markdown-editor-react
@mdwrk/markdown-renderer-react
@mdwrk/markdown-renderer-core

For package discovery and published versions, use the organization page:

https://www.npmjs.com/org/mdwrk

Notes

Bundled extensions ship with the client build. External installable extensions follow the signed-manifest and trust-policy path documented in the extension docs. Published dates and statuses control whether installation docs appear on the lander at all, so draft installation notes can stay private until they are ready.

Frequently Asked Questions

What will I learn from Client Installation?

Use the browser route for immediate access, the PWA route for an installable shell, local setup for development control, or standalone modules for package-level adoption.

Who should read Client Installation?

Read this page if you need practical MdWrk guidance for client installation, including the relevant workflow, product surface, and follow-up documentation paths.