Topsi Project Manager is a simple kanban board software built with electron and vuejs. It supports all three major platforms (Windows, Linux and OSX).
It's free and Open Source under the AGPL V3 Clause.
Version 0.1
Features
No internet required, it is fully useable offline. No Sign Up needed
Simple Kanban Board
Organize your notes in multiple milestones
Drag & Drop notes
Tags
Search for notes by title or tag
Image attachment
Export & Import projects (in JSON format)
Dark mode & Customization (WIP, more customizations are coming)
100% Free and Open Source
Roadmap
The developpement is done in the dev branch.
These are the features that will be implemented next.
Support for other languages than English. (Translation)
Quick commands
Better image attachment (currently slows down the application)
Comments
Plugin system
Better milestone management
File attachments
Undo / Redo
Synchronize with github and gitlab issues:
Import issues from github/gitlab
Local changes are
Refactoring
Users
Updates
Build
# Clone the project
git clone https://github.com/Physiix/topsi-project-manager
# You can use npm too
yarn
# To run in dev mode.
yarn run dev
# To build the executable
yarn build
Contributions
All contributions are welcome: Typo correction, translation, reporting bugs, code contribution, documentation.