vibe-kanban-local: A Self-Contained Kanban for AI Coding Agents
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
vibe-kanban-local is a robust, local-only fork of the original BloopAI/vibe-kanban project, maintained after its upstream sunset. It provides a self-contained, single-user kanban board, allowing developers to integrate over ten different AI coding agents directly into their workflow without any cloud dependencies or logins. This tool is ideal for enhancing productivity with AI assistance in a private, offline environment.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
vibe-kanban-local is a dedicated, local-only fork of the popular BloopAI/vibe-kanban project. Created at the pre-sunset cutover of the original cloud-enabled service, this repository ensures the continued availability of a powerful kanban tool. All cloud-dependent features, such as authentication, organizations, and real-time sync, have been removed, resulting in a self-contained, single-user application that operates entirely against a local SQLite database. It's the perfect solution for those who wish to continue using vibe-kanban locally after the upstream hosted service has shut down.
Why Use It and Key Benefits
This fork retains all the core functionality that made vibe-kanban so valuable, now in a privacy-focused, offline-first package. Key benefits include:
- Single-user local kanban: Enjoy a fully functional kanban board with a synthetic identity auto-seeded on first launch, requiring no signup or login.
- Comprehensive features: Access workspaces, sessions, kanban boards, and settings, all operating seamlessly against a local SQLite database.
- Extensive coding agent integrations: Configure and utilize over 10 coding agents directly from the UI, including Claude Code, Codex, Gemini CLI, GitHub Copilot, Amp, Cursor, OpenCode, Droid, CCR, and Qwen Code.
- AI-powered Pull Request creation: Generate pull request descriptions with AI assistance, streamlining your development workflow.
- MCP server: Programmatic access is available via the
vibe-kanban-mcpserver for advanced agent integrations.
Installation
Getting started with vibe-kanban-local is straightforward.
From a release (recommended)
Download the latest binaries from the releases page. Make them executable and run:
chmod +x server vibe-kanban-mcp
./server # starts the UI
./vibe-kanban-mcp --mode global # optional: stdio MCP for agent integrations
The server will print the URL it bound to and write the chosen port to $TMPDIR/vibe-kanban/vibe-kanban.port. Currently, only macos-arm64 is published. For other platforms, you will need to build from source.
From source
If you need to build from source, follow these steps:
git clone git@github.com:kcarwileklaviyo/vibe-kanban-local.git
cd vibe-kanban-local
pnpm i
pnpm run build
cargo build --release --bin server --bin vibe-kanban-mcp
./target/release/server
Examples
vibe-kanban-local provides an intuitive and efficient user interface for managing your tasks and interacting with AI coding agents. The application allows you to organize your work into workspaces and sessions, visualize progress on kanban boards, and seamlessly integrate various AI tools to assist with coding tasks and pull request creation. This visual approach helps streamline development workflows in a private, local environment.
Links
- GitHub Repository: klaviyo/vibe-kanban-local
- Releases Page: vibe-kanban-local Releases
Related repositories
Similar repositories that may be relevant next.

Ralph Orchestrator, An Advanced Framework for Autonomous AI Agent Orchestration
September 6, 2026
Ralph Orchestrator is a robust, Rust-based framework designed for autonomous AI agent orchestration. It implements the innovative "Ralph Wiggum technique," a methodology focused on continuous iteration to ensure AI agents complete complex tasks effectively. This powerful tool supports multiple AI backends and offers features like a "hat system" for specialized personas and human-in-the-loop interaction via Telegram.

AgentFS: The Filesystem Designed for AI Agents and Their State Management
September 5, 2026
AgentFS is an innovative filesystem specifically engineered for AI agents, providing robust storage abstractions. It leverages SQLite to offer auditability, reproducibility, and portability for agent states, tool calls, and file operations. This solution simplifies debugging, analysis, and deployment of AI agents by encapsulating their entire runtime into a single, queryable database file.

ADK-Rust: Build AI Agents in Rust with a Powerful Development Kit
September 1, 2026
ADK-Rust is a robust Agent Development Kit (ADK) for building AI agents in Rust. It offers a flexible framework with modular components for models, tools, memory, and real-time voice capabilities. Designed to be model-agnostic and deployment-agnostic, ADK-Rust empowers developers to create powerful and efficient AI agents.
Mityu: Privacy-First Local AI Meeting Assistant for macOS & Windows
August 31, 2026
Mityu is a privacy-first, local-first AI meeting assistant built with Rust and Tauri. It offers live transcription using Parakeet/Whisper, speaker diarization, and Ollama summarization, all processed 100% locally without cloud requirements. This desktop application is available for macOS and Windows, ensuring sensitive conversations remain on your device.
Source repository
Open the original repository on GitHub.