OpenSource-Hub
DiscoverTrendingCode LibraryCategories
/Kanban

Kanban

7 open source tools found

W
Developer Tools

WeKan

Free open-source Kanban board. Self-hosted alternative to Trello with real-time sync.

Open source Kanban board for task management. Self-hosted alternative to Trello with real-time collaboration.

Stop containers and remove volumes: docker-compose down -v; delete leftover directories.
20.9kChecksum
L
Office Productivity

Leantime

Open source project management for non-PMs: as simple as Trello, as powerful as Jira, ADHD-friendly.

Leantime is an open source project management system for non-project managers, combining strategy, planning and execution with ADHD-friendly design.

Stop and remove the Docker container/image, or delete the local installation folder and drop the database.
9.8k

OpenSource-Hub

Quality Open Source Within Reach

Powered by Cloudflare D1 & DeepSeek

Discover

AI ProductivityDev ToolsSystem TuningPrivacyVideo & AudioOffice

Resources

SitemapGitHub Repo

Legal

Privacy PolicyAbout Us

© 2026 OpenSource-Hub

GitHub
K
Developer Tools

Kanboard

Self-hosted, lightweight Kanban tool for teams who want full control over their project data.

Free and open source Kanban project management software. Self-hosted, lightweight, and feature-rich with boards, swimlanes, subtasks, time tracking, and plugins.

Stop the web server, delete the Kanboard installation directory, and drop the database (or delete the SQLite file). For Docker: stop container (`docker stop <name>`), remove it (`docker rm <name>`), and delete persistent volumes.
9.6k
K
Developer Tools

Kaneo

A clean, fast, self-hosted open-source project management tool.

Kaneo is a minimalist project management platform that eliminates bloat. It offers a clean interface, self-hosted deployment, high performance, and is open source under MIT license.

Stop containers: 'docker compose down -v' (the -v flag deletes volumes; be careful). Delete the project directory.
3.5k
T
File Management

Tasks.md

Self-hosted kanban board where every task is a Markdown file – simple, private, Docker-powered.

A self-hosted, Markdown file based task management board with Docker support and modern UI.

Stop and remove container: docker stop tasks.md && docker rm tasks.md. Then delete mounted directories /tasks and /config. Warning: all task files will be permanently deleted.
2.1k
R
Developer Tools

routa

A workspace-first Kanban-driven multi-agent platform for AI software delivery, with strict lane contracts and evidence gates.

A workspace-first multi-agent coordination platform that uses a Kanban board to orchestrate AI agents across software delivery, with built-in MCP/ACP/A2A support and a strict review gate.

Delete the installation directory. For npm install: 'npm uninstall -g routa-cli'. For cargo: 'cargo uninstall routa-cli'. Remove any configuration files left in ~/.routa if desired.
1.5kChecksum
W
Developer Tools

wiki-go

A modern, database-less flat-file wiki with Markdown editing, built-in comments, kanban boards, and instant Docker setup.

Wiki-Go is a modern, feature-rich, database-less flat-file wiki platform built with Go. It offers a clean UI for creating knowledge bases, documentation, and collaborative content without any external database. Supports Markdown, emoji, Mermaid diagrams, LaTeX math, full-text search, hierarchical pages with version history, user management, comments, link management, and interactive kanban boards. Easy deployment via Docker or binaries.

To uninstall: if using Docker, run `docker stop wiki-go && docker rm wiki-go` and remove the `data/` directory. If using binary, delete the executable and data folder.
563Checksum
Browse All Categories