https://github.com/trobonox/kanri
๐ช Modern offline Kanban board app for Windows, MacOS and Linux. Built with simplicity and user experience in mind.
https://github.com/trobonox/kanri
kanban kanban-board kanban-board-application nuxt nuxt3 nuxtjs offline offline-app offline-first offline-kanban-board tauri typescript vue3 vuejs
Last synced: 22 days ago
JSON representation
๐ช Modern offline Kanban board app for Windows, MacOS and Linux. Built with simplicity and user experience in mind.
- Host: GitHub
- URL: https://github.com/trobonox/kanri
- Owner: kanriapp
- License: gpl-3.0
- Created: 2022-05-20T20:45:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T00:17:53.000Z (6 months ago)
- Last Synced: 2024-10-29T17:12:19.265Z (6 months ago)
- Topics: kanban, kanban-board, kanban-board-application, nuxt, nuxt3, nuxtjs, offline, offline-app, offline-first, offline-kanban-board, tauri, typescript, vue3, vuejs
- Language: Vue
- Homepage: https://kanriapp.com
- Size: 8.77 MB
- Stars: 723
- Watchers: 8
- Forks: 58
- Open Issues: 59
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-tauri - Kanri - Cross-platform, offline-first Kanban board app with a focus on simplicity and user experience. (Applications / Productivity)
README
![]()
Kanban boards done right. Made with simplicity and user experience in mind, Kanri helps you create Kanban boards easily, right from your desktop. No internet connection or account needed!
![]()
![]()
![]()
![]()
## ๐ Demo
## โฌ๏ธ Download
You can download Kanri for Windows, Mac and Linux at [kanriapp.com](https://kanriapp.com), it's free!Apple Silicon users, please run this command to prevent the error saying the app is broken:
```bash
xattr -cr /Applications/kanri.app
```## โจ Why Kanri?
- ๐ Modern - featuring a clean design & new technologies like Tauri
- ๐ Familiar - uses a Kanban board layout
- ๐งพ Offline - saves your data in a local `.json` file
- ๐ Customizable - allows for custom themes, background images and card colors
- โจ With power users in mind - implements keyboard shortcuts to speed up board navigation## ๐ Roadmap
Long term vision for the project:
- ๐ทโโ๏ธ Improve current features and refactor to avoid tech debt
- โ Add additional small/mid-sized features with high impact (reminders, sub-tasks, etc.)
- ๐ Work towards 1.0 release with features from the backlog like internationalization or a widget panel
- ๐ After 1.0: Assess what direction to take (focus on offline-only features or add support for cloud sync and collaboration)A granular list of priorities can be found [in the roadmap](https://github.com/orgs/kanriapp/projects/2).
This project is open for any contributions or feature requests as long as they are polite, provide enough context and remain patient (replies might take a few days).
> [!NOTE]
> This project is still in active development and is provided "AS IS". Please make regular backups/exports to prevent any data loss.## ๐ Contributing & Build Setup
If you want to contribute, please take a look at the [Contribution Guidelines](https://github.com/trobonox/kanri/blob/main/CONTRIBUTING.md).
The `main` branch is equivalent to a `dev` branch where development is done on - submit PRs here. The `release` branch is similar to a `stable` branch with the code of latest release.**Build Setup**:
If you want to build the app, you need to install Node.js (latest LTS version recommended), a package manager like yarn and the [Tauri development environment](https://tauri.app/v1/guides/getting-started/prerequisites).
Then, depending on your use case you can run the commands below:```bash
# Install dependencies
yarn install# Start debug tauri build
yarn tauri dev# Build tauri for production
yarn generate
yarn tauri build
```---
**Copyright (c) 2022-2025 trobonox ([email protected])**. Licensed under GPL v3 (with some files under Apache 2.0 or other licenses stated in the files themselves).
The Kanri logo, name and other branding are **NOT** open source, full copyright belongs to trobonox.