Open-source collaborative wiki and documentation software.
Website |
Documentation |
Twitter / X
To get started with Docmost, please refer to our documentation or try our cloud version .
- Real-time collaboration
- Diagrams (Draw.io, Excalidraw and Mermaid)
- Spaces
- Permissions management
- Groups
- Comments
- Page history
- Search
- File attachments
- Embeds (Airtable, Loom, Miro and more)
- Translations (10+ languages)
Docmost core is licensed under the open-source AGPL 3.0 license.
Enterprise features are available under an enterprise license (Enterprise Edition).
All files in the following directories are licensed under the Docmost Enterprise license defined in packages/ee/License.
- apps/server/src/ee
- apps/client/src/ee
- packages/ee
See the development documentation
Run the full stack via Docker Compose with hot reload:
$ docker compose -f docker-compose.local.yml up
This starts the app, Postgres, Redis, and nginx with source mounted for live reload.
Alternatively, run services natively on your host:
- Start DB and Redis
$ docker compose up db redis
- Install dependencies and build the editor package
$ pnpm install
$ pnpm nx run @docmost/editor-ext:build
- Run database migrations
$ pnpm nx run server:migration:latest
- Start backend and frontend
$ pnpm dev
Special thanks to;
Crowdin for providing access to their localization platform.
Algolia for providing full-text search to the docs.

