Topsi Project Manager is a simple Kanban board software built with Electron and Vue.js. It supports all three major platforms (Windows, Linux and macOS).
It's free and open source under the AGPLv3 license.
The developpement is done in the master
branch, once a build is stable enough (Still alpha), a snapshot will be created and the release page will be updated with the executables.
These are the features that will be implemented next:
- Support for other languages than English (translations)
- 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
# Clone the project
git clone https://github.com/Physiix/topsi-project-manager
# Install dependencies (you can use npm too)
yarn
# Run in developer mode
yarn run dev
# Build the executable
yarn build
All contributions are welcome: correcting typos, translations, reporting bugs, contributing code, writing documentation, …
- Electron
- Vue.js
- Vuetify
- Quill
- Sortable
- lowdb
AGPLv3