Get started with a running workflow in minutes.
Camunda 8.9+ · macOS, Linux, Windows
Install and start Camunda locally, deploy your first process, and see it running. All from your terminal.
Fully managed cloud
Get your own fully managed Camunda cluster. No install, sign up and start modeling today.
Install the Camunda CLI via npm and start a local Camunda environment.
1 Install the Camunda CLI
$ npm install -g @camunda8/cli
2 Start Camunda 8 Run
$ c8ctl cluster start 8.9
Install via npm requires Node.js 18+. Camunda 8 Run requires OpenJDK 21–25.
# macOS / Linux $ unzip camunda8-getting-started-bundle-*.zip $ cd camunda8-getting-started-bundle-* $ ./camunda-start.sh # Windows # Extract the .zip and run camunda-start.bat
Camunda 8 Run requires OpenJDK 21–25. Node.js/npm not required for getting started bundle.
3 Deploy and run the example process
$ git clone https://github.com/camunda/camunda-8-get-started.git
$ cd camunda-8-get-started/1-rocket-launch/
$ c8ctl deploy .
$ c8ctl run rocket-launch.bpmn --variables='{"fuelLevel":90}'4 See the process running in Operate
# Open Operate at http://localhost:8080/operate # Log in with demo / demo # Find the Rocket Launch process and click your running instance
Your process instance appears once data has synced to Operate. See explore your process in Operate.
Use the CLI for the full Camunda lifecycle. No browser required.
$ c8ctl cluster start 8.9.0-alpha5 $ c8ctl cluster stop
$ c8ctl deploy ./rocket-launch.bpmn plot-destination.dmn
$ c8ctl create pi --id=rocket-launch --variables='{"fuelLevel":90}'
$ c8ctl list pi$ c8ctl list jobs --type=launch-approval $ c8ctl activate jobs launch-approval $ c8ctl complete job 2251799813685252
$ c8ctl list inc --state=ACTIVE $ c8ctl get inc 2251799813685251 $ c8ctl resolve inc 2251799813685251
Learn more about using the Camunda CLI to manage Camunda directly from the terminal.
Deploy processes, manage clusters, and query instances directly from your AI workflow.
$ claude plugin marketplace add camunda/skills $ claude plugin install camunda-skills@camunda-skills Available skills: /camunda-c8ctl — install and configure c8ctl /camunda-ai-agent — build AI agents in BPMN /camunda-bpmn — create and edit BPMN 2.0 processes /camunda-connectors — configure pre-built connectors /camunda-connectors-development — build custom connectors /camunda-development — choose the integration type /camunda-docs — search the Camunda 8 docs /camunda-feel — write and debug FEEL expressions /camunda-forms — create Camunda Form schemas /camunda-job-workers — implement job workers (Java, Spring, TypeScript) /camunda-process-mgmt — deploy, operate, and debug processes
// mcp.json
{
"servers": {
// Locally running C8Run instance
"camunda": {
"type": "http",
"url": "http://localhost:8080/mcp/cluster"
},
// Knowledge from the Camunda docs website
"camunda docs": {
"type": "http",
"url": "https://camunda-docs.mcp.kapa.ai"
}
}
}Learn more about Camunda Skills, and the Orchestration Cluster MCP and Docs MCP servers.
Try one of these prompts to see Camunda Skills in action.
Choose the setup that fits your workflow and infrastructure.
Run Camunda at scale on the infrastructure you already trust.
Download everything you need for local Camunda 8 development on macOS, Windows, or Linux.
Browse Camunda 8 guides, resources, SDK, and API documentation.
New to Camunda? Create an account and model your first process.
Learn about Modeler, Zeebe, Operate, Tasklist, and more.
Host and operate Camunda on your own infrastructure.
Client libraries, REST APIs, SDKs, and integrations.
Level up your BPMN, DMN, and process orchestration skills.
Release notes, supported environments, and licenses.