Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camunda/camunda-modeler
An integrated modeling solution for BPMN, DMN and Forms based on bpmn.io.
https://github.com/camunda/camunda-modeler
bpmn camunda desktop-application diagram-editor dmn hacktoberfest modeling-tool workflow
Last synced: 3 days ago
JSON representation
An integrated modeling solution for BPMN, DMN and Forms based on bpmn.io.
- Host: GitHub
- URL: https://github.com/camunda/camunda-modeler
- Owner: camunda
- License: mit
- Created: 2015-09-18T09:38:04.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-29T10:40:05.000Z (3 months ago)
- Last Synced: 2024-10-29T10:58:04.840Z (3 months ago)
- Topics: bpmn, camunda, desktop-application, diagram-editor, dmn, hacktoberfest, modeling-tool, workflow
- Language: JavaScript
- Homepage: https://camunda.com/products/modeler
- Size: 57.6 MB
- Stars: 1,498
- Watchers: 80
- Forks: 481
- Open Issues: 508
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-bpmn-io - Camunda Desktop Modeler - Implementation tool for [Camunda](https://camunda.com/) and an integrated modeling solution for BPMN, DMN, and Forms. (Apps)
- awesome-starred - camunda/camunda-modeler - An integrated modeling solution for BPMN, DMN and Forms based on bpmn.io. (hacktoberfest)
- awesome - camunda-modeler
- my-awesome - camunda/camunda-modeler - application,diagram-editor,dmn,hacktoberfest,modeling-tool,workflow pushed_at:2025-01 star:1.5k fork:0.5k An integrated modeling solution for BPMN, DMN and Forms based on bpmn.io. (JavaScript)
README
# Camunda Modeler
[![CI](https://github.com/camunda/camunda-modeler/actions/workflows/CI.yml/badge.svg)](https://github.com/camunda/camunda-modeler/actions/workflows/CI.yml)
An integrated modeling solution for BPMN, DMN, and Forms based on [bpmn.io](http://bpmn.io).
![Camunda Modeler](resources/screenshot.png)
## Resources
* [Changelog](./CHANGELOG.md)
* [Download](https://camunda.com/download/modeler/) (see also [nightly builds](https://downloads.camunda.cloud/release/camunda-modeler/nightly/))
* [Give Feedback](https://forum.camunda.io/c/modeler/)
* [Report a Bug](https://github.com/camunda/camunda-modeler/issues)
* [User Documentation](https://docs.camunda.io/docs/components/modeler/desktop-modeler/)## Building the Application
Build the app in a Posix environment. On Windows that is Git Bash or WSL. Make sure you have installed all the [necessary tools](https://github.com/nodejs/node-gyp#installation) to install and compile Node.js C++ addons.
```sh
# checkout a tag
git checkout main# install dependencies
npm install# execute all checks (lint, test and build)
npm run all# build the application to ./dist
npm run build
```### Development Setup
Spin up the application for development, all strings attached:
```sh
npm run dev
```## Contributing
Please checkout our [contributing guidelines](./.github/CONTRIBUTING.md) if you plan to
file an issue or pull request.## Code of Conduct
By participating to this project, please uphold to our [Code of Conduct](https://github.com/camunda/.github/blob/main/.github/CODE_OF_CONDUCT.md).
## License
MIT
Uses [bpmn-js](https://github.com/bpmn-io/bpmn-js), [dmn-js](https://github.com/bpmn-io/dmn-js), [cmmn-js](https://github.com/bpmn-io/cmmn-js), and [form-js](https://github.com/bpmn-io/form-js) licensed under the [bpmn.io license](http://bpmn.io/license).