Skip to content

vibe-kanban

AI Agents & Assistants

A kanban‑style UI that lets developers plan work and execute coding agents like Claude Code, Gemini CLI, Codex, etc., in isolated workspaces.

Rust Latest remote-v0.1.26 · 2mo ago Security brief →

Features

  • Plan work with kanban issues (create, prioritize, assign)
  • Run multiple coding agents in dedicated workspaces (each gets its own branch, terminal, dev server)
  • Review diffs and leave inline comments directly to the agent
  • Preview applications with a built‑in browser (devtools, device emulation)
  • Switch between 10+ supported coding agents (Claude Code, Codex, Gemini CLI, GitHub Copilot, etc.)

Recent releases

View all 12 releases →
remote-v0.1.26 New feature
Notable features
  • Link PRs to issues directly
  • Markdown preview toggle in diff view for .md files
  • Self-host improvements with security pinning
Full changelog

Remote Service Release

✅ Deployed to prod

What's Changed

  • feat: link PRs to issues directly by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/3113
  • fix(auth): Add refresh token refresh grace window and degraded auth UI by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/3138
  • refactor: isolate git2 usage behind GitService wrappers (Vibe Kanban) by @LSRCT in https://github.com/BloopAI/vibe-kanban/pull/3240
  • fix: bump rmcp by @ggordonhall in https://github.com/BloopAI/vibe-kanban/pull/3249
  • feat: self-host improvements by @ggordonhall in https://github.com/BloopAI/vibe-kanban/pull/3199
  • ci: pin all third-party GitHub Actions and cargo installs to commit hashes by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/3252
  • chore: Commit auto-generated tauri schema file by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/3261
  • Add conversation turn navigation popover (Vibe Kanban) by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/3233
  • feat: add markdown preview toggle in diff view for .md files by @iamriajul in https://github.com/BloopAI/vibe-kanban/pull/3125
  • Fix macOS app menu branding to Vibe Kanban (Vibe Kanban) by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/3271
  • fix(wysiwyg): restore full WYSIWYG editing, fix code escape bugs by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/3265
  • chore: remove dead code and tighten boundaries by @ggordonhall in https://github.com/BloopAI/vibe-kanban/pull/3262
  • Render Markdown in Diff PR Comments (Vibe Kanban) by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/3276
  • fix(tauri): use dynamic frontend port for dev mode by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/3279

New Contributors

  • @iamriajul made their first contribution in https://github.com/BloopAI/vibe-kanban/pull/3125

Full Changelog: https://github.com/BloopAI/vibe-kanban/compare/v0.1.36-20260323174633...remote-v0.1.26

v0.1.36-20260323174633 Bug fix

Restored native window controls on Windows and Linux, added configurable email template IDs, removed slash command timeouts, expanded crash screen support with translations, and improved relay reliability for slow networks.

v0.1.33-20260319102401 Mixed
Notable features
  • Speed up local server Docker builds
  • Migrate workspace conversation to TanStack Virtual
Full changelog

What's Changed

  • perf: speed up local server Docker builds by @ggordonhall in https://github.com/BloopAI/vibe-kanban/pull/3192
  • Run hourly, non-blocking Tauri update checks (Vibe Kanban) by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/3185
  • Add root cac dependency for local npx builds (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/3195
  • refactor(conversation): migrate workspace conversation to tanstack virtual by @vdmkotai in https://github.com/BloopAI/vibe-kanban/pull/3173

Full Changelog: https://github.com/BloopAI/vibe-kanban/compare/remote-v0.1.23...v0.1.33-20260319102401

Published to npm registry

remote-v0.1.23 Bug fix

Assignee search resets after each selection and Docker layer caching for remote and relay builds is optimized, simplifying UI workflows and cutting build times.

v0.1.32-20260318082626 New feature
Notable features
  • System notifications via Tauri
  • Enable gzip and brotli HTTP compression
  • Support attachments across workspaces and issues
Full changelog

What's Changed

  • Disable remote analytics when PostHog config is blank (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/3161
  • Persist draft workspace creation preference in scratch (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/3164
  • Remove all #[ts(export)] attributes — they are no-ops (Vibe Kanban) by @LSRCT in https://github.com/BloopAI/vibe-kanban/pull/3167
  • ci: use blacksmith runners for all ubuntu jobs in pre-release workflow by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/3166
  • chore: remove unused backend deps by @ggordonhall in https://github.com/BloopAI/vibe-kanban/pull/3171
  • feat: enable gzip and brotli HTTP compression for API responses by @yonch in https://github.com/BloopAI/vibe-kanban/pull/2915
  • feat: system notifications via Tauri by @ggordonhall in https://github.com/BloopAI/vibe-kanban/pull/3162
  • fix: ci builds by @ggordonhall in https://github.com/BloopAI/vibe-kanban/pull/3178
  • Support arbitrary attachments across workspaces and issues by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/3129
  • Add issue filters to MCP (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/3100
  • feat(remote): add audit logging with Application Insights OTLP export by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/3066
  • Make remote issue short IDs org-scoped and harden the migration (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/3181
  • Log API request context for server errors (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/3182
  • Reimplement zoom via font-size scaling in Tauri desktop app (Vibe Kanban) by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/3175
  • fix(ci): pin aws-lc-sys to 0.37.0 to fix Windows cross-compilation by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/3186

New Contributors

  • @yonch made their first contribution in https://github.com/BloopAI/vibe-kanban/pull/2915

Full Changelog: https://github.com/BloopAI/vibe-kanban/compare/v0.1.31-20260316163135...v0.1.32-20260318082626

Published to npm registry

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

About

Stars
26,660
Forks
2,805
Languages
Rust TypeScript JavaScript
Downloads/week
2,062 ↓51%
NPM Maintainers
3
Contributors
62

Install & Platforms

Install via
npm

Community & Support

Beta — feedback welcome: [email protected]