Automatisch is an open source business automation tool, explicitly described in its own README as an open source Zapier alternative, that connects services like Twitter and Slack into automated workflows. It targets teams that need to keep automation data on their own servers, which the project calls out as relevant for healthcare, finance, and GDPR-bound European companies. No programming knowledge is required to build a workflow, and the project frames contributions from its community as a core part of how the product and its roadmap move forward over time.
docker compose up command rather than a multi-step manual install across separate services.Getting a local instance running is a three-command sequence: clone the repository, cd into it, and run docker compose up. A default login ([email protected] / sample) is provided for the first session, with the README explicitly noting that credentials should be changed from the settings page immediately after installation. Other installation types are covered in Automatisch's installation guide for teams that need a different deployment path than the default Docker Compose setup, such as running behind an existing reverse proxy or alongside a database the team already operates.
Beyond the Docker quick-start, Automatisch's documentation site covers workflow concepts and available app integrations in more depth than the README alone. Community support runs through Discord and GitHub issues, and the project has an active Twitter presence for release announcements, giving self-hosters more than one channel to get help when a workflow breaks. Because Automatisch connects to the same kinds of services as commercial automation tools, existing Zapier or Integromat workflows are typically straightforward to recreate once the equivalent app connections are configured in a self-hosted instance.