{"id":15144540,"url":"https://github.com/bptlab/ark_automate","last_synced_at":"2025-10-23T22:30:45.058Z","repository":{"id":42669647,"uuid":"307680561","full_name":"bptlab/ark_automate","owner":"bptlab","description":"An open source RPA tool which uses BPMN to create bots.","archived":false,"fork":false,"pushed_at":"2023-03-05T19:39:07.000Z","size":41133,"stargazers_count":18,"open_issues_count":72,"forks_count":8,"subscribers_count":3,"default_branch":"DEV","last_synced_at":"2025-01-30T21:11:38.801Z","etag":null,"topics":["bpmn","robotframework","robotic-process-automation","rpa","rpaframework"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bptlab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-27T11:39:15.000Z","updated_at":"2024-09-22T11:32:40.000Z","dependencies_parsed_at":"2023-02-17T02:15:59.990Z","dependency_job_id":null,"html_url":"https://github.com/bptlab/ark_automate","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bptlab%2Fark_automate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bptlab%2Fark_automate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bptlab%2Fark_automate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bptlab%2Fark_automate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bptlab","download_url":"https://codeload.github.com/bptlab/ark_automate/tar.gz/refs/heads/DEV","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237890775,"owners_count":19382562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bpmn","robotframework","robotic-process-automation","rpa","rpaframework"],"created_at":"2024-09-26T10:42:03.039Z","updated_at":"2025-10-23T22:30:44.615Z","avatar_url":"https://github.com/bptlab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ark Automate\n\n[![GitHub stars](https://img.shields.io/github/stars/bptlab/ark_automate)](https://github.com/bptlab/ark_automate)\n[![GitHub open issues](https://img.shields.io/github/issues/bptlab/ark_automate)](https://github.com/bptlab/ark_automate/issues)\n[![GitHub open pull requests](https://img.shields.io/github/issues-closed/bptlab/ark_automate)](https://github.com/bptlab/ark_automate/issues)\n[![GitHub open pull requests](https://img.shields.io/github/issues-pr/bptlab/ark_automate)](https://github.com/bptlab/ark_automate/issues)\n[![heroku](https://heroku-badge.herokuapp.com/?app=ark-automate\u0026root=App.js)](https://heroku-badge.herokuapp.com/App.js)\n\nArk-Automate is a platform that allows office users and software developers to automate business or everyday processes by simply sketching the steps of their process. By using simple flowcharts or powerful BPMN in their process outlines, users can create small software solutions using RPA that finish their tasks much faster and more reliably.\n\n## Quick Links\n\n[Wiki](https://github.com/bptlab/ark_automate/wiki) | \n[Tutorial](https://github.com/bptlab/ark_automate/wiki/tutorial) | \n[Screencast](https://www.youtube.com/watch?v=EIbrYbvtknI)\n\n## Installation using Docker\n\nThe easiest way to run a local instance of Ark is using the provided Docker images.\n\n1. Make sure you have Docker installed and running.\n1. Download the latest [docker-compose file](https://raw.githubusercontent.com/bptlab/ark_automate/docker-deployment/docker-compose.yml).\n1. In your console, navigate to the directory of the downloaded file and run `docker-compose up`. You can add a `-d` to run Ark in the background.\n1. [Install](https://github.com/bptlab/ark_automate_local#setup) and run the local client.\n1. Navigate to http://localhost:3000/ to access the front-end and to start modeling RPA bots!\n1. Do you already know our [tutorial](https://github.com/bptlab/ark_automate/wiki/tutorial)? It will guide you through the creation of your first RPA bot using Ark Automate!\n\n\u003e **What is the local client for?**\n\u003e \n\u003e Ark Automate consists of two main components:\n\u003e The software responsible for managing bots, divided in a web-based front-end for modeling and starting bots, as well as a back-end.\n\u003e The lightweight local client however runs on your computer in the background and listens for new RPA jobs to execute.\n\u003e \n\u003e You can skip the step for installing the local client, however, you will then not be able to run bots.\n\n## Product Demo\n\n[![Watch the video](https://i.imgur.com/Q9UTQSY.png)](https://www.youtube.com/watch?v=EIbrYbvtknI)\n\n---\n\n## Local Setup for Development\n\nIf you want to contribute to Ark, you can set up a local development environment as follows.\nPlease install:\n\n1. [Node.js](https://nodejs.org/en/) (at least v10.19) using the [installer](https://nodejs.org/en/download/)\n2. [npm](https://www.npmjs.com/get-npm) (at least v6.14) which is normally installed with Node.js\n3. [nodemon](https://www.npmjs.com/package/nodemon)(at least v2) using `npm install nodemon -g`\n\nThen to complete the repository setup:\n\n1. Clone this repository using `git clone https://github.com/bptlab/ark_automate.git`\n2. Change into the repository folder using `cd ark_automate`\n3. Install all dependencies by running `npm install` in the server and frontend directory. You can easily do this by running ` cd server/ \u0026\u0026 npm install \u0026\u0026 cd .. \u0026\u0026 cd frontend/ \u0026\u0026 npm install \u0026\u0026 cd ..` in the projects root directory\n\n### Set up Heroku\n\nFor this step, an invitation to our Heroku project is necessary. Please create yourself a Heroku account, which you link to your Github profile. Then write a short mail to our team [mailing list](mailto:bpmw2020@gmail.com) to be added to the project.\n\n1. Run in the server directory `npm install -g heroku`\n2. Login to Heroku by running `heroku login` and than login to your heroku account\n3. Create a new .env file in the server directory\n4. Add the MongoDb URI to your .env file by running the following command in the server directory `heroku config:get MONGODB_URI -s -a ark-automate \u003e\u003e .env`\n\n### Setup development tools\n\nTools being used in this project are [EsLint](https://eslint.org/) and [Prettier](https://prettier.io/). For information on how to configure them see our [coding standards](https://github.com/bptlab/ark_automate/wiki/Coding-standards#tools)\n\n### Run application\n\nBefore running, please always make sure to have the most recent module versions installed using `npm install` in the server, as well as the frontend directory.\nTo run a development preview of the app, navigate to the server directory and run `npm run local` to start the API server, navigate into the frontend folder and run `npm start` again to also start the frontend.\nNow check http://localhost:3000/ to have a look at the app.\n\nTo run the local client, follow the steps in the [Readme of the local client](https://github.com/bptlab/ark_automate_local#readme).\n\n## Contribute\n\nContribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our [Contribution Guidelines](.github/CONTRIBUTING.md). By participating in this project, you agree to abide by its [Code of Conduct](.github/CODE_OF_CONDUCT.md) at all times.\n\n## Contributors\n\nThe main contributors to the project are the four members of the [2020/21 Bachelor Project](https://hpi.de/fileadmin/user_upload/hpi/dokumente/studiendokumente/bachelor/bachelorprojekte/2020_21/FG_Weske_RPA_meets_BPM.pdf) of Professor Weske's [BPT Chair](https://bpt.hpi.uni-potsdam.de) at the [Hasso Plattner Institute](https://hpi.de):\n\n- [Lukas Hüller](https://github.com/lukashueller)\n- [Kay Erik Jenß](https://github.com/kej-jay)\n- [Sandro Speh](https://github.com/SanJSp)\n- [Daniel Woelki](https://github.com/WolfgangDaniel)\n\nThese four participants will push the project forward as part of their bachelor's degree until the summer of 2021.  \nAt the same time our commitment to open source means that we are enabling -in fact encouraging- all interested parties to contribute and become part of its developer community. Regarding Open Source, this project underlays a MIT license which you can find [here](https://github.com/bptlab/ark_automate/blob/main/LICENSE.md)\n\n## Project documentation\n\nOur [architecture](https://github.com/bptlab/ark_automate/wiki/Architecture-in-2021), as well as our current [vision of the project](https://github.com/bptlab/ark_automate/wiki/Vision-for-2021) can be found in our [wiki](https://github.com/bptlab/ark_automate/wiki).\nPlease also see the [code documentation](https://bptlab.github.io/ark_automate/) on its own website including examples.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbptlab%2Fark_automate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbptlab%2Fark_automate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbptlab%2Fark_automate/lists"}