Files
nexus/wiki/entities/Vibe-Kanban.md
2026-04-22 12:02:55 +08:00

32 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Vibe-Kanban"
type: entity
tags: [vibe-coding, ai-coding, node, npm]
sources: [vibe-kanban-opencode-在-ubuntu-server-上安装与管理指南, 如何在ubuntu上安装opencode并配置vibe-kanban]
last_updated: 2026-04-17
---
## Definition
Vibe-Kanban 是一个 AI 编程辅助工具提供看板Kanban界面与 OpenCode executor 集成,通过自然语言驱动 AI agent 执行编程任务。
## Aliases
- Vibe Kanban
- vibe-kanban
## Role in System
- 作为 AI Coding 前端界面,通过看板管理任务
- 自动 spawn OpenCode executor随机端口无需手动启动 executor
- 通过 npx vibe-kanban 启动,监听默认端口 9999
- 支持 RUST_LOG=debug 环境变量获取详细日志
## Key Configuration
- 端口:`HOST=0.0.0.0 PORT=9999`
- 工作目录权限:`/var/tmp/vibe-kanban``~/.vibe-kanban` 需属于运行用户
- pm2 管理:`pm2 start "RUST_LOG=debug HOST=0.0.0.0 PORT=9999 npx vibe-kanban" --name vibe-kanban`
## Dependencies
- [[Node 20]](运行时)
- [[OpenCode]]executor
- [[npm]] / [[npx]](包管理器)
- [[pm2]](进程管理,可选)