KanFlow is a modern desktop application built with Next.js and Tauri, combining web technologies with native performance to deliver a seamless user experience.
Kanflow offers a unique, offline only approach to storing and managing your data to provide the absolute fastest speeds and no chance of data leaks. It also offers several exciting features:
- Delectably custom themes
- Anonymous Login as a guest user
- Multiple Users in a single device
- Intuitive Keybinds and Shortcuts
- Notifications and Reminders (Coming Soon!)
- Completely customizable boards and tasks.
- and more..
- Frontend: Next.js 14
- Desktop Framework: Tauri 2.0
- Styling: Tailwind CSS
- UI Components: Shadcn UI & Magic UI
- State Management: Tauri Store Plugin
- Database: SQLite (via Tauri SQL Plugin)
Installing Kanflow is very simple:
- Visit the Releases tab
- Download the .msi Installer in your preffered language (English,French,Portuguese)
- Have fun!!
- Node.js v14 or later
- Bun package manager
- Yarn package manager (Building only)
- Rust and Cargo
- Tauri CLI installed globally
-
Clone the Repository
git clone https://github.com/your-username/kanflow.git cd kanflow
-
Install Dependencies
bun install
-
Run the Development Server
bun run tauri dev
Contributions are welcome! Please fork the repository and create a pull request with your changes.