Skip to content

kanriapp/kanri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2,190 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Kanri banner
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.

Release Version Badge
Repo license Reuse status

Demo

showcase_gif_kanri

Download

Kanri is available for Windows, macOS and Linux (only supporting more recent versions of the respective operating systems).

There are several ways to download Kanri:

  • Recommended: Select the installer for your operating system on the official download page
  • The same downloads can also be found under the GitHub releases
  • For macOS, you can also use Homebrew:
    brew install --no-quarantine kanriapp/cask/kanri
Note for Apple Silicon macOS users:Because Kanri is not signed (there is no funding which would sponsor the required Apple Developer membership), you need to run the following command to prevent errors saying the app is broken:
xattr -cr /Applications/kanri.app

Why Kanri?

At it's core, Kanri has the philosophy "do one thing, and do it well". Kanri is supposed to be a simpler, more user-friendly offline alternative to other cloud-based Kanban applications.

No matter what features get added, your data will always be yours, and there will never be any cloud sync built in. In the future, there will most likely be an option to save individual boards to different file paths, which will make the usage of tools such as Syncthing easier, but it's up to you what you do with your data.

Core Features

  • Familiar Kanban board layout with customizable columns, cards, including rich-text descriptions, sub-tasks, due-dates and tags
  • Customization options such as custom themes and board background images
  • Offline data storage in one simple .json file
  • Keyboard shortcuts for faster board navigation
  • Basic data import from Trello, granular or full export for backups

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, card images, etc.)
  • ๐Ÿšš Work towards 1.0 release with features from the backlog like internationalization or a widget panel
  • ๐Ÿ” After 1.0: Maintenance mode, smaller releases featuring fixes, new languages and simple features/UX improvements

A granular list of open tasks can be found in the roadmap.

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). If you want to work on a feature which is in the backlog, please ask in the corresponding issue (or open one if there is none) about the status of the feature before implementing it.

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. 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. Then, depending on your use case you can run the commands below:

# Install dependencies
yarn install

# Start debug tauri build
yarn tauri dev

# Build tauri for production
yarn generate
yarn tauri build

Copyright (c) 2022-2026 trobonox (trobo@kanriapp.com). 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.