A Kanban board. Simple, digital and local.
With its JSON-based storage, Kanbanion is the perfect choice for keeping track of a single project's tasks. The Electron platform makes it feel and behave just like a native application.
Check the releases page for ready-to-run builds.
If you want to run Kanbanion directly from the repo in development mode, clone it and run the following commands.
$ npm ci
$ ./node_modules/bower/bin/bower install
$ npm start
The DevTools pane will open automatically.
To build the app for Linux, MacOS and Windows using electron-packager, run:
$ npm run build
You will then find the binaries and the needed resources in the dist/Kanbanion-[OS]-[ARCH]/
folders.