Open Source & Self-Hosted

Workflow Automation
with AI Agents

Build powerful automations that combine traditional workflows with intelligent AI agents. Self-hosted, open-source, and fully under your control.

Get Started Star on GitHub
Openweavr Dashboard

Why Openweavr?

Everything you need to automate your workflows with the power of AI

🧠

Native AI Agents

Build workflows powered by Claude, GPT, and other LLMs with tool use, web search, and persistent memory.

Event-Driven Triggers

React to GitHub events, cron schedules, webhooks, Telegram messages, Slack, Discord, and more.

🔒

Self-Hosted

Run on your own infrastructure. Your data never leaves your servers. Full control and privacy.

🔧

Visual Builder

Design workflows visually with drag-and-drop or write YAML directly. Both produce the same result.

🔌

MCP Support

Extend agent capabilities with Model Context Protocol servers for filesystem, databases, and APIs.

📦

Plugin System

17+ built-in integrations with an extensible plugin architecture for custom actions and triggers.

Simple YAML Syntax

Define workflows in simple, readable YAML. Use AI agents as steps alongside traditional actions. Variable interpolation makes it easy to pass data between steps.

View Documentation
name: daily-briefing

trigger:
  type: cron.schedule
  with:
    cron: "0 9 * * *"

steps:
  - id: research
    action: ai.agent
    with:
      task: "Research today's top tech news"
      tools: [web_search, web_fetch]

  - id: notify
    action: telegram.send
    with:
      text: "{{ steps.research.result }}"

Integrations

Connect with your favorite tools and services out of the box

🤖 Anthropic Claude
🧠 OpenAI GPT
🐙 GitHub
✈️ Telegram
💬 Slack
🎮 Discord
📝 Linear
📧 Email
Cron
🌐 Webhooks
📁 Filesystem
💻 Shell Commands

Ready to automate?

Get started in under a minute. No credit card required. Self-host on your own infrastructure.

Get Started View on GitHub