iDev 开源项目管理工具 TaskFlow:轻量级看板 + 甘特图
iDev Open-Sources TaskFlow Lightweight Kanban and Gantt Chart Project Management
| iDev Team | 2026-08-03T08:08:00
iDev 开源了内部使用的项目管理工具 TaskFlow,结合看板和甘特图两种视图,专为小团队设计,支持自部署。
iDev open-sources its internal project management tool TaskFlow, combining Kanban and Gantt chart views, designed for small teams with self-hosting support.
为什么开源 TaskFlow 市面上的项目管理工具要么太重(Jira),要么太简单(Trello),要么太贵(Asana/Monday.com)。我们内部用了一年的 TaskFlow 刚好填补了这个空白:比 Trello 多一个甘特图视图,比 Jira 少 80% 的功能但够用。 核心功能 看板视图:拖拽式任务管理,支持自定义列(待办/进行中/测试/完成) 甘特图视图:时间轴展示任务进度和依赖关系,支持里程碑标记 多项目管理:一个实例管理多个项目,支持跨项目任务引用 团队协作:任务指派、评论、@提及、文件附件 时间追踪:内置番茄钟,自动记录每个任务的实际耗时 API 开放:完整的 REST API,方便与其他工具集成 技术栈 后端:Node.js + Express + PostgreSQL。前端:Vue 3 + Pinia + ECharts(甘特图)。部署:Docker Compose 一键启动。 快速开始 git clone https://github.com/idev-my/taskflow.git cd taskflow docker compose up -d # 访问 http://localhost:3000 与同类工具对比 功能TaskFlowTrelloJira 看板有有有 甘特图有付费插件有 自部署有无Server 版 开源MIT无无 学习曲线低极低高 月费免费$5/人$7.75/人 贡献指南 欢迎提交 Issue 和 PR。我们特别需要:多语言翻译(马来语、日语)、移动端适配优化、第三方集成(Slack、飞书)。
Why Open-Source TaskFlow Existing project management tools are either too heavy (Jira), too simple (Trello), or too expensive (Asana/Monday.com). TaskFlow, which we've used internally for a year, fills this gap: one more Gantt view than Trello, 80% fewer features than Jira but sufficient. Core Features Kanban View: Drag-and-drop task management with customizable columns Gantt Chart View: Timeline display of task progress and dependencies with milestone markers Multi-Project: Manage multiple projects in one instance with cross-project task references Team Collaboration: Task assignment, comments, @mentions, file attachments Time Tracking: Built-in Pomodoro timer with automatic task time logging Open API: Complete REST API for integration with other tools Quick Start git clone https://github.com/idev-my/taskflow.git cd taskflow docker compose up -d # Visit http://localhost:3000 Contributing Issues and PRs welcome. We especially need: multilingual translations (Malay, Japanese), mobile responsiveness improvements, and third-party integrations (Slack, Lark).