This is an open-source version of Docmost with AI capabilities powered by OpenAI and OpenAI-compatible APIs. You can use it with OpenAI or self-hosted alternatives that implement the OpenAI API specification. Please note this is experimental alpha!
To enable AI features, configure the following environment variables:
OPENAI_API_KEY=sk-proj-xxx
AI_DRIVER=openai
AI_MODULE_FLAVOR=oss
AI_EMBEDDING_MODEL=text-embedding-3-small
AI_EMBEDDING_DIMENSION=1536
AI_COMPLETION_MODEL=gpt-5-miniOPENAI_API_KEY- Your OpenAI API key or compatible API keyAI_DRIVER- Set toopenaifor OpenAI-compatible APIsAI_MODULE_FLAVOR- Set toossfor the open-source versionAI_EMBEDDING_MODEL- The embedding model to use (e.g.,text-embedding-3-small)AI_EMBEDDING_DIMENSION- The dimension of the embedding vectors (e.g.,1536)AI_COMPLETION_MODEL- The completion model for AI-assisted features (e.g.,gpt-5-mini)
AI-Powered Search (Ask AI)
AI Settings Page
The AI search uses vector embeddings to provide semantic search across your workspace content, with space-level filtering support.
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
Special thanks to;
Crowdin for providing access to their localization platform.
Algolia for providing full-text search to the docs.



