All 99 Dependencies
Every package Automatisch depends on, ranked by repo health score.
Automatisch is an open-source, no-code workflow automation platform that enables teams to connect popular services—Slack, GitHub, Google Sheets, Notion, Stripe, and 85 more—while keeping every byte of data within their own infrastructure. Unlike cloud-only competitors, every trigger and action executes inside your own Docker containers, so GDPR compliance and data sovereignty are built in rather than bolted on.
Built as a monorepo with an Express.js backend and a React/Material UI frontend, Automatisch follows the familiar trigger-then-action model: pick a trigger from one of the 90+ supported apps, chain as many action steps as needed, and deploy. The engine resolves each flow through a dedicated BullMQ queue backed by Redis, processing triggers either on a schedule, via inbound webhooks, or through polling.
The platform ships in two tiers. The Community Edition is fully AGPL-3.0 licensed and covers the core automation engine, OAuth connection management, execution history, and the visual flow editor. The Enterprise Edition adds AI agents (backed by LangChain with Anthropic and OpenAI model support), MCP server exposure, SAML SSO, role-based access control, form builders, and multi-tenant billing—all behind a commercial license that governs the .ee. files in the codebase.
With over 13,800 GitHub stars, a 122-migration Knex schema, and Vitest test coverage exceeding 94% statement coverage, Automatisch is production-grade for self-hosters who need Zapier-like power without the cloud dependency.