返回目录

tongflow

编辑精选维护状态: 活跃

tong-io/tongflow

多模态工作流工作室与引擎,提供画布与 Python 插件引擎,以及 DeepSeek Harness 工作室插件。

前往 GitHub项目主页
$ dsh plugin add tongflow

1,017

星标

131

Fork

TypeScript

语言

AGPL-3.0

许可证

2026-04-08

创建于

2026-09-08

最近推送

AGPL-3.0 开源多模态 GenAI 工作流工作室(画布 + Python 插件引擎),以 dsh-tongflow 工作室插件接入 DeepSeek Harness,支持桌面应用、Docker 或源码三种运行方式。

DSH 适配

兼容

自动推断

安全审计

未审计

最后核验

2026-08-21

许可证

AGPL-3.0

01它能帮你完成什么?

  • Design multimodal generative workflows that turn text into images, talking-head videos and music videos

    Finished media assets from one canvas — fused images, a lip-synced talking-head avatar video, or a complete music video (lyrics + song + characters + scenes + storyboard)

    Creators and content teams who want generative-AI workflow automation across text, image, video and audio without writing code

  • Automate end-to-end pipeline execution instead of re-running steps manually

    Workflows built once from AI-model nodes run node by node, or in one click via Execute Mode's run button

    Operators and teams who need repeatable, one-click workflow automation over multimodal generation tasks

  • Self-host a fully local, account-free workflow automation studio

    A running studio at http://localhost:3000 with plugins and credentials managed in-app; all data kept in a local /data volume (SQLite db, uploads, settings)

    Individuals and teams who want their own workflow-automation studio without cloud accounts or external data storage

02如何接入 DeepSeek Harness?

前置条件

  • Desktop path: macOS (Universal — Apple Silicon & Intel) or Windows x64 machine, plus a Google or WeChat account to sign in
  • Self-host from source: Node with pnpm, and a Python 3.10+ interpreter on PATH
  • Self-host with Docker: a Docker runtime — no Node / Python / pnpm setup required

安装步骤

  1. 01

    Download the installer for your platform (TongFlow-mac-universal.dmg or TongFlow-win-x64.msi from GitHub Releases), install it, and open it

  2. 02

    Sign in with Google or WeChat and start creating — the cloud studio manages plugins and execution

  3. 03

    Self-host from source: run `pnpm install`, `pnpm plugins:install`, then `pnpm start:prod` and open http://localhost:3000

  4. 04

    Self-host with Docker: `docker run -d -p 3000:3000 -v tongflow-data:/data -v tongflow-plugins:/plugins ghcr.io/tong-io/tongflow:latest`, then open http://localhost:3000

  5. 05

    Self-host: install the capability plugins you need from the in-app plugin manager, and add credentials in Settings

验证接入成功

  • Open http://localhost:3000 and the canvas is live (source or Docker self-host)

03DSH 适配与能力边界

DSH 适配兼容

dsh-tongflow — the DeepSeek Harness studio plugin listed in the repo description and topics; TongFlow's plugin-based architecture lets every platform package its own independent plugin around the studio

  • Multimodal canvas workflows (add / transform / combine)

    text, images, audio, video, documents, URLs and 3D models added as canvas nodeschained generative results — images, video, music, speech, 3D — arranged with just three operations, no manual node connecting

    generation nodes call external model providers through the installed plugins
  • Broad modality coverage (text, image, video, audio, 3D)

    any supported modality or file formatgeneration, editing, understanding, upscaling, lip sync, motion capture, music creation, OCR, speech synthesis/recognition and more as out-of-the-box nodes

  • Official plugin catalog — API, router and GPU/CPU plugins

    plugins for OpenAI, Gemini, DeepSeek, ByteDance, xAI, Runway, OpenRouter, Replicate, fal and Modal-based GPU/CPU nodesper-node model pickers and capability implementations installed from the in-app plugin manager, usable immediately without restart

    first plugin install needs network access to GitHubofficial GPU/CPU plugins run on Modal and need MODAL_TOKEN_ID / MODAL_TOKEN_SECRET
  • Custom plugins via ABI contract + Python SDK

    a small Python package annotated against the ABI-generated types via the tongflow Python SDKnew capability nodes that pick one or more ABI slots and supply the implementation

    on first run a plugin provisions a shared Python venv and installs its requirements.txt from PyPI (needs network)

04适合谁?何时不该用?

适合

  • Creators and content teams who want generative-AI workflow automation across text, image, video and audio without writing code
  • Operators and teams who need repeatable, one-click workflow automation over multimodal generation tasks
  • Individuals and teams who want their own workflow-automation studio without cloud accounts or external data storage

不适合

  • macOS builds are not yet notarized with Apple, so Gatekeeper blocks the first launch; you must clear the quarantine flag once with `xattr -cr /Applications/TongFlow.app`.
  • The self-host image ships no plugins — the first plugin install needs network access to GitHub, and the first run installs Python dependencies from PyPI; Modal-backed plugins additionally need a Modal token.

05兼容性、维护与安全提示

  • macOS builds are not yet notarized with Apple, so Gatekeeper blocks the first launch; you must clear the quarantine flag once with `xattr -cr /Applications/TongFlow.app`.
  • The self-host image ships no plugins — the first plugin install needs network access to GitHub, and the first run installs Python dependencies from PyPI; Modal-backed plugins additionally need a Modal token.
  • Capability nodes execute through external model providers (OpenAI / Gemini / OpenRouter-style API plugins, or Modal GPU), so real workloads need provider API keys or a Modal account — Modal's free tier is capped at $30/month of GPU compute.
2026-04-082026-08-19v0.3.4

AGPL-3.0 · actively maintained (latest release v0.3.4, 2026-08-19)

06常见问题

TongFlow 如何接入 DeepSeek Harness?

仓库提供 dsh-tongflow,即 DeepSeek Harness 工作室插件(见仓库描述与话题标签)。TongFlow 的插件化设计允许每个平台打包自己独立的插件,本页基于 TongFlow 工作室的 README 撰写,涵盖桌面应用、自托管与插件体系。

TongFlow 怎么安装?

桌面端:从 GitHub Releases 下载 macOS 通用版 dmg 或 Windows msi,安装后打开,用 Google 或微信登录即可。自托管:执行 `docker run -d -p 3000:3000 -v tongflow-data:/data -v tongflow-plugins:/plugins ghcr.io/tong-io/tongflow:latest`;或从源码运行 `pnpm install`、`pnpm plugins:install`、`pnpm start:prod`。

需要 API Key 吗?

Key 可选且按插件配置:在应用内 Settings 对话框或启动参数里填写,支持 OPENROUTER_API_KEY、GEMINI_API_KEY、OPENAI_API_KEY、MODAL_TOKEN_ID / MODAL_TOKEN_SECRET。官方 GPU/CPU 插件运行在 Modal 上,每月有最高 $30 的免费 GPU 算力额度。

macOS 首次打开被拦截怎么办?

构建尚未完成 Apple 公证,Gatekeeper 会提示“TongFlow 已损坏”。把应用移入「应用程序」后执行一次 `xattr -cr /Applications/TongFlow.app` 清除隔离属性即可正常打开,安装包请直接从 Releases 页面下载。

自托管时数据存在哪里?

所有可写内容都在 /data 卷里 —— SQLite 数据库、上传文件和设置。插件凭据由应用内 Settings 编辑器保存在本地,修改后立即生效无需重启;自托管即可获得完全本地、无需账号的 TongFlow。

08数据与来源

  • 自动推断github.com850b2b934b93…

    TongFlow’s plugin-based design lets every platform package its own independent plugins, and we provide at least one offi…

页面基于项目公开文档、仓库元数据和 DSH Plugins 的结构化解析生成;最后核验于 2026-08-21。发现错误?提交更正。

🏆

最佳 DeepSeek Harness 插件

从全目录挑出的 12 个值得优先安装的插件,覆盖各个分类。

DSH Plugins 是独立的 DeepSeek Harness 插件市场,与 DeepSeek 官方无关,也不代表官方背书。第三方插件未经安全审计,安装前请审查源码。

每周获取最新的 DeepSeek Harness 插件,绝不滥发。