Files
nexus/wiki/sources/ubuntu-vibe-kanban-installation.md
2026-04-17 08:38:12 +08:00

2.0 KiB
Raw Blame History

title, type, tags, date
title type tags date
在Ubuntu 上安装Vibe-Kanban source
vibe-coding
vibe-kanban
pm2
ubuntu
2026-04-17

Source File

Summary

  • 核心主题:在 Ubuntu 系统上安装配置 Vibe-Kanban AI 任务管理工具
  • 问题域Vibe Coding 工作流工具安装与进程管理
  • 方法/机制:通过 npx 启动应用,使用 pm2 进行进程管理和开机自启
  • 结论/价值:提供 AI 辅助开发的任务看板完整配置方案

Key Claims

  • Vibe Kanban 运行 AI agents 时默认使用 --dangerously-skip-permissions--yolo 标志,使 agents 可以自主工作无需频繁确认
  • 每个任务运行在隔离的 git worktree 中,防止 agents 相互干扰
  • PM2 可实现进程自动重启、开机自启,并提供管理界面

Key Quotes

"Vibe Kanban runs AI agents with —dangerously-skip-permissions/—yolo flags by default so they can work autonomously without constant approval prompts." — 官方安全说明

"Each task runs in an isolated git worktree, preventing agents from interfering with each other." — 隔离机制说明

Key Concepts

  • Vibe CodingAI 辅助开发方式自然语言描述需求AI 负责代码实现
  • pm2Node.js 进程管理器,提供进程守护、日志管理和负载均衡
  • npxNode.js 官方包执行工具,无需全局安装即可运行 npm 包

Key Entities

  • Vibe-KanbanAI Agent 管理工具,支持 Vibe Coding 工作流
  • OpenCode:开源 AI 编程助手

Connections

Contradictions