Kanri vs TaskBoard
A side-by-side comparison of two self-hosted project management & tasks options — licensing, setup difficulty, resource needs, and what each one replaces.
| Feature | Kanri | TaskBoard |
|---|---|---|
| Deploy effort | Under-an-hour setup | Read-the-docs project |
| Health score | 77 · Good | 20 · At risk |
| Category | Project Management & Tasks | Project Management & Tasks |
| License | MIT | MIT |
| Language | Vue | TypeScript |
| Setup difficulty | Easy | Easy |
| Min. RAM | 128 MB | 128 MB |
| Deployment | docker, source | bare-metal, source |
| GitHub stars | ★ 2,035 | ★ 1,401 |
| First released | 2022 | 2015 |
| Replaces | Trello | Trello, Kanboard |
What are Kanri and TaskBoard?
Kanri
Kanri is an offline-first kanban board desktop application built with Tauri and Vue. Boards are stored locally on your machine and support drag-and-drop cards, custom themes, and import/export, with no server or account required.
- Offline kanban boards
- Drag-and-drop cards
- Cross-platform desktop app
- Local data storage
TaskBoard
TaskBoard is a simple self-hosted kanban application written in PHP with a SQLite database. It provides boards with customizable columns, cards, comments, and attachments, and requires minimal setup on a basic web server.
- Simple kanban boards
- Drag-and-drop cards
- Minimal dependencies
- Easy installation
Kanri vs TaskBoard: key differences
Kanri is written in Vue, while TaskBoard is built with TypeScript. TaskBoard is the more established project (first released 2015), while Kanri arrived in 2022. Kanri lists first-class Docker deployment; TaskBoard does not.
Why pick each one
Choose Kanri if…
- Released under the MIT license
- Easy to set up — beginner-friendly
- First-class Docker support for quick deployment
- Active community (2k GitHub stars)
Choose TaskBoard if…
- Released under the MIT license
- Easy to set up — beginner-friendly
- Active community (1.4k GitHub stars)
- Written in TypeScript
Frequently asked questions
Is Kanri or TaskBoard better?
Neither is universally better. Kanri has the larger community; both share a easy setup difficulty, so the decision comes down to features and licensing.
Are Kanri and TaskBoard free and open-source?
Yes. Kanri is licensed under MIT and TaskBoard under MIT. Both can be self-hosted at no software cost.
Can I run Kanri and TaskBoard with Docker?
Kanri: yes. TaskBoard: check the project docs for container support.