{"id":15131206,"url":"https://github.com/physiix/topsi-project-manager","last_synced_at":"2025-09-28T21:31:19.172Z","repository":{"id":54124138,"uuid":"118199753","full_name":"Physiix/topsi-project-manager","owner":"Physiix","description":"A Desktop Kanban board app.","archived":true,"fork":false,"pushed_at":"2021-03-27T00:55:21.000Z","size":3792,"stargazers_count":1385,"open_issues_count":35,"forks_count":167,"subscribers_count":49,"default_branch":"master","last_synced_at":"2024-10-31T10:36:54.251Z","etag":null,"topics":["electron","kanban","kanban-board","vuejs"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Physiix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-20T02:07:18.000Z","updated_at":"2024-10-31T01:13:34.000Z","dependencies_parsed_at":"2022-08-13T07:01:04.450Z","dependency_job_id":null,"html_url":"https://github.com/Physiix/topsi-project-manager","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Physiix%2Ftopsi-project-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Physiix%2Ftopsi-project-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Physiix%2Ftopsi-project-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Physiix%2Ftopsi-project-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Physiix","download_url":"https://codeload.github.com/Physiix/topsi-project-manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234563147,"owners_count":18853061,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["electron","kanban","kanban-board","vuejs"],"created_at":"2024-09-26T03:24:29.534Z","updated_at":"2025-09-28T21:31:13.788Z","avatar_url":"https://github.com/Physiix.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# This project is no longer maintained \n\n# Topsi Project Manager\n\n## Master branch is broken right now, a stable branch will be created as soon as it's ready.\n\nTopsi Project Manager is a **simple** Kanban board software built with Electron\nand Vue.js. It supports all three major platforms (Windows, Linux and macOS).\n\nIt's free and open source under the AGPLv3 license.\n\n## Version 0.1\n\n## Features\n\n### **No** Internet required, **no** registration needed\n\n![No Internet required, no registration needed](https://user-images.githubusercontent.com/2964165/44611105-6e920e00-a7cd-11e8-99d3-fa9d172e1fd7.png)\n\n### Simple Kanban board\n\n![Simple Kanban board](https://user-images.githubusercontent.com/2964165/44611113-7b166680-a7cd-11e8-8909-077bd7ec87c7.png)\n\n### Organize your notes in multiple milestones\n\n![Organize your notes in multiple milestones](https://user-images.githubusercontent.com/2964165/44611155-ad27c880-a7cd-11e8-89fa-acf0dea717cb.png)\n\n### Drag \u0026 drop notes\n\n![Drag \u0026 drop notes](https://user-images.githubusercontent.com/2964165/44611998-c1ba8f80-a7d2-11e8-9675-30ac9bc203e4.gif)\n\n### Tags\n\n![Tags](https://user-images.githubusercontent.com/2964165/44611830-b6b32f80-a7d1-11e8-91d3-66175c503978.gif)\n\n### Search for notes by title or tag\n\n![Search for notes by title or tag](https://user-images.githubusercontent.com/2964165/44611789-63d97800-a7d1-11e8-9410-cef3776b779b.gif)\n\n### Image attachment\n\n![Image attachment](https://user-images.githubusercontent.com/2964165/44611858-de09fc80-a7d1-11e8-90a1-f0b3a695e108.gif)\n\n### Export and import projects (in JSON format)\n\n![Export and import projects (in JSON format)](https://user-images.githubusercontent.com/2964165/44611163-b87af400-a7cd-11e8-8364-1424e3d24682.png)\n\n### Dark mode and customization (WIP, more customizations are coming)\n\n![Dark mode \u0026 customization](https://user-images.githubusercontent.com/2964165/44612138-e95e2780-a7d3-11e8-84b5-96533faf9888.gif)\n\n### 100% free and open source\n\n## Roadmap\n\nThe 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.\nThese are the features that will be implemented next:\n\n-   Support for other languages than English (translations)\n-   Quick commands\n-   Better image attachment (currently slows down the application)\n-   Comments\n-   Plugin system\n-   Better milestone management\n-   File attachments\n-   Undo / Redo\n-   Synchronize with GitHub and GitLab issues\n    -   Import issues from GitHub/GitLab\n    -   Local changes are\n-   Refactoring\n-   Users\n-   Updates\n\n## Build\n\n```bash\n# Clone the project\ngit clone https://github.com/Physiix/topsi-project-manager\n# Install dependencies (you can use npm too)\nyarn\n## Project setup\n```\n\nyarn install\n\n```\n\n# Run in developer mode\nyarn run dev\n\n# Build the executable\n```\n\nyarn build\n\n```\n\n## Contributions\n\nAll contributions are welcome: correcting typos, translations, reporting bugs,\ncontributing code, writing documentation, …\n\n## Frameworks used in this project\n\n- Electron\n- Vue.js\n- Vuetify\n- Quill\n- Sortable\n\n## License\nAGPLv3\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphysiix%2Ftopsi-project-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphysiix%2Ftopsi-project-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphysiix%2Ftopsi-project-manager/lists"}