The Operaton Project, our free and open-source BPMN engine for everyone, is designed to make workflow automation straightforward and accessible. We’re excited to share updates that expand how you can start and use Operaton in your projects.
Docker Containers
Our Docker containers are ready to use and offer:
• Quick setup without worrying about dependencies.
• Flexibility to run anywhere – locally, in CI/CD pipelines, or in the cloud.
• Version-controlled images for easier updates.
To get started, simply run:
docker run -p8080:8080 operaton/operaton:SNAPSHOT
Then open your browser and navigate to http://localhost:8080. Log in using the credentials:
User: demo
Password: demo
Standalone Distribution
For those who prefer not to use Docker, we’re bringing back the distribution formerly known as Camunda Run, now rebranded as Operaton.
Here’s how to start:
-
Download the ZIP file from the GitHub releases page.
-
Unzip the file.
-
Run Operaton using the included start script – no installation required!
Nightly Builds on GitHub
Stay on the cutting edge with our nightly builds, available on GitHub. These builds allow you to test the latest features and provide timely feedback.
Ensuring Quality
We’re working toward establishing rigorous integration tests to ensure Operaton functions as expected. While these tests are still a work in progress, they represent an essential part of our roadmap for the production-ready 1.0 release.
Future Access Options
Looking ahead, we plan to expand how you can access Operaton. Once the first production-ready release is available, we aim to provide additional distribution methods, such as Homebrew, Chocolatey, and more.
Get Started Today!
Whether you prefer Docker, standalone distributions, or nightly builds, Operaton offers multiple ways to integrate BPMN workflows into your projects.
How do you prefer to start with Operaton? Share your thoughts below and let’s discuss how we can improve your experience!