Open Source Alternatives LogoOpen Source Alternatives
AlternativesBlogAdvertise
Open Source Alternatives LogoOpen Source Alternatives

Stay Updated

Subscribe to our newsletter for the latest news and updates about Alternatives

Open Source Alternatives LogoOpen Source Alternatives

Handpicked Open Source Alternatives to Paid Softwares

Product
  • Search
  • Categories
  • Tag
  • Sign In
Resources
  • Blog
  • Collection
  • Submit
  • Advertise your tool
Company
  • Privacy Policy
  • Terms of Service
  • Refund Policy
  • Sitemap
Copyright © 2026 All Rights Reserved.
Home/Categories/AI & Machine Learning/deer-flow
icon of deer-flow

deer-flow

Orchestrate long-running AI agent workflows with sub-agents, memory, sandboxes, and MCP tools. MIT licensed runtime for agent infrastructure.

75.4K starsPythonMITActive this week
Visit websiteGitHub repo
Contents
  1. 01Who deer-flow is for
  2. 02The problem it solves
  3. 03How it solves it
  4. 04Strengths and trade-offs
  5. 05deer-flow vs alternatives
  6. 06Install and self-host
  7. 07Tech stack
  8. 08FAQ
  9. 09Similar open-source tools
TL;DR

deer-flow DeerFlow is an MIT-licensed super-agent harness for long-horizon AI workflows. It coordinates sub-agents, memory, sandboxes, tools, skills, MCP servers, and message gateways, with Docker and local development paths for teams that want to operate their own agent runtime.MIT · Python · 75.4K stars · Active this week

who it's for

Who deer-flow is for#

Self-hosted agent runtime

Use DeerFlow when your team wants to operate a configurable agent harness rather than buy a closed hosted agent product.

Skip if:

You only need a simple chat assistant for support or internal Q&A.

Long-running research workflows

The harness fits multi-step research, coding, and creation tasks that need memory, tools, and sub-agent coordination.

Skip if:

Your tasks fit in one short prompt and do not need execution sandboxes.

Agent infrastructure experimentation

AI platform teams can use DeerFlow to test model routing, sandboxes, MCP servers, skills, and tracing.

Skip if:

You cannot allocate engineering time to configure and operate the runtime.

the problem

The problem it solves#

Long-running agent work needs durable orchestration, memory, tools, sandbox execution, and deployment controls. DeerFlow addresses that by packaging those pieces into an inspectable harness that teams can configure instead of relying only on single-agent chats or closed hosted products.

how deer-flow solves it

How it solves it#

Long-horizon agent harness

The README describes DeerFlow as handling tasks that can take minutes to hours across research, coding, and creation.

Sub-agents and skills

The harness supports sub-agent coordination and extensible skills so different capabilities can be loaded for different tasks.

Configurable memory

Memory support helps the runtime preserve context and prior work across longer agent sessions.

Sandbox execution modes

DeerFlow documents local, Docker, and Kubernetes-backed sandbox execution modes for running agent code.

Docker and local operation

Setup paths include make setup, make docker-start, make dev, and make up, with sizing notes for evaluation and server use.

strengths · trade-offs

Strengths and trade-offs#

Strengths

  • Built for operatorsThe README covers configuration, deployment sizing, sandbox choices, tracing, and gateway behavior rather than hiding runtime details.
  • Open runtime controlTeams can inspect and adapt the harness, model configuration, and execution modes under an MIT license.
  • Multiple integration surfacesMCP server support, IM channels, skills, and model-provider configuration give teams several extension paths.

Trade-offs

  • -Operationally heavier than a chatbotDeerFlow requires Python, Node.js, model configuration, sandbox choices, and service startup, so it is not a low-ops SaaS assistant.
  • -Resource planning mattersThe README includes CPU, memory, and disk sizing guidance, which signals that heavier workflows need real infrastructure.
  • -Advanced configuration surfaceTeams must understand model providers, sandbox modes, memory paths, and gateway limits to run DeerFlow well.
versus alternatives

deer-flow vs alternatives#

Compared to Devin

Devin is a hosted autonomous developer product that packages the user experience and runtime for customers. DeerFlow is an open-source harness for teams that want to operate and configure their own agent runtime, including models, sandboxes, memory, skills, and integrations. Use Devin when you want a productized agent; use DeerFlow when you want control over the agent infrastructure.

install · self-host

Install and self-host#

bash
git clone https://github.com/bytedance/deer-flow.git
cd deer-flow
make setup
make docker-init
make docker-start
tech stack · detected from GitHub

What it's built on#

Languages
JavaScriptPythonTypeScript
Frameworks
FastAPINext.jsReact
Runtimes
Node.js
Infrastructure
Kubernetes
frequently asked

FAQ#

What is DeerFlow?

DeerFlow is an open-source super-agent harness for long-horizon workflows that use sub-agents, memory, sandboxes, tools, and skills.

What license does DeerFlow use?

GitHub metadata reports DeerFlow as MIT licensed.

Can DeerFlow run with Docker?

Yes. The README documents Docker development with make docker-init and make docker-start, plus production startup with make up.

Who should use DeerFlow?

DeerFlow fits teams building or operating custom agent runtimes. It is heavier than a simple hosted chatbot.

also worth a look

Similar open-source tools#

page-agent

page-agent

AI-powered GUI Agent for your website

20.6KTypeScriptMIT
iroh

iroh

Connect devices seamlessly without relying on the cloud.

10.5KRustApache-2.0
orca

orca

The ultimate IDE for coding agents

4.7KTypeScriptMIT
CLI-Anything

CLI-Anything

Empower AI agents with agent-native CLIs

43.9KPythonApache-2.0
oh-my-pi

oh-my-pi

A coding agent with the IDE wired in

12.1KTypeScriptMIT
Understand-Anything

Understand-Anything

Interactive knowledge graphs for codebases

68.4KTypeScriptMIT

Repository

Stars
75.4K
Forks
10.2K
License
MIT
Latest
v2.0.0
Last commit
today
Last verified
Jun 29, 2026
Repo
bytedance/deer-flow ↗

Additional details

Language
Python
Open issues
976
Contributors
289
First release
2025

Categories

AI & Machine LearningDeveloper ToolsData & AnalyticsWeb Development

Tags

LLMAI Coding AssistantDeveloper ToolsWorkflow AutomationKnowledge Management