Topsi Project Manager

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.

Version 0.1

Features

No Internet required, no registration needed

No Internet required, no registration needed

Simple Kanban board

Simple Kanban board

Organize your notes in multiple milestones

Organize your notes in multiple milestones

Drag & drop notes

Drag & drop notes

Tags

Tags

Search for notes by title or tag

Search for notes by title or tag

Image attachment

Image attachment

Export and import projects (in JSON format)

Export and import projects (in JSON format)

Dark mode and customization (WIP, more customizations are coming)

Dark mode & customization

100% free and open source

Roadmap

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

Build

# 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

Contributions

All contributions are welcome: correcting typos, translations, reporting bugs,
contributing code, writing documentation, …

Frameworks used in this project

  • Electron
  • Vue.js
  • Vuetify
  • Quill
  • Sortable
  • lowdb

GitHub