The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Nadav Tasher 169eaa180b Added support for assigning members to cards using Ctrl+Alt+Num 5 months ago
.devcontainer
.future-snap
.github Revert changing URLs and email addresses. 5 months ago
.meteor
.tx Updated translations. 5 months ago
.vscode
client Added support for assigning members to cards using Ctrl+Alt+Num 5 months ago
config
docs v7.78 5 months ago
imports Updated translations. 5 months ago
meta
models Merge pull request #5643 from NadavTasher/feature/optional-vertical-scrollbars 5 months ago
openapi
packages Reverted all previous Oauth2 filepath code, thinking is there some better way. 5 months ago
public v7.78 5 months ago
releases
server
snap
snap-src Reverted all previous Oauth2 filepath code, thinking is there some better way. 5 months ago
stacksmith/user-scripts
tests
.babelrc
.dockerignore
.editorconfig
.eslintignore
.eslintrc.json
.gitattributes
.gitignore
.gitpod.Dockerfile
.gitpod.yml
.pkgr.yml
.prettierignore
.prettierrc
.travis.yml
CHANGELOG.md v7.78 5 months ago
CODE_OF_CONDUCT.md Revert changing URLs and email addresses. 5 months ago
CONTRIBUTING.md Revert changing URLs and email addresses. 5 months ago
Dockerfile
Dockerfile.arm64v8
Dockerfile.s390x
FUTURE.md
GOVERNANCE.md
LICENSE
README.md Revert changing URLs and email addresses. 5 months ago
SECURITY.md Revert changing URLs and email addresses. 5 months ago
Stackerfile.yml v7.78 5 months ago
api.py
app.env
app.json
docker-compose.yml
docker-compose.yml-arm64
find-replace.sh
find.sh
owasp-zap-scan.yml
package-lock.json v7.78 5 months ago
package.json v7.78 5 months ago
rebuild-wekan.bat
rebuild-wekan.sh
sandstorm-pkgdef.capnp v7.78 5 months ago
sandstorm.js
scalingo.json
settings.json
snapcraft.yaml v7.78 5 months ago
start-wekan.bat
start-wekan.sh
status-wekan.sh
stop-wekan.sh
test-wekan.sh
wekan-dockerfile-manifest.yaml

README.md

Gitpod Ready-to-Code

WeKan ® - Open Source kanban

Downloads

https://wekan.github.io / Install WeKan ® Server

Docker Containers

docker-compose.yml at https://github.com/wekan/wekan/blob/main/docker-compose.yml

Standards

  • WeKan and Standard for Public Code assessment was made at 2023-11. Currently Wekan meets 8 out of 16 criteria out of the box. Some others could be met with small changes.

Code stats

Translate WeKan ® at Transifex

Translations to non-English languages are accepted only at Transifex using webbrowser. New English strings of new features can be added as PRs to master branch file wekan/imports/i18n/data/en.i18n.json .

WeKan ® feature requests and bugs

Please add most of your questions as GitHub issue: WeKan ® Feature Requests and Bugs. It's better than at chat where details get lost when chat scrolls up.

Chat

Discussions - WeKan Community GitHub Discussions, that are not Feature Requests and Bugs.

WeKan IRC FAQ

Docker: Latest tag has newest release

You can use latest tag to get newest release tag. See bottom of https://github.com/wekan/wekan/issues/3874

FAQ

NOTE:

  • Please read the FAQ first
  • Please don't feed the trolls and spammers that are mentioned in the FAQ :)

About WeKan ®

WeKan ® is an completely Open Source and Free software collaborative kanban board application with MIT license.

Whether you’re maintaining a personal todo list, planning your holidays with some friends, or working in a team on your next revolutionary idea, Kanban boards are an unbeatable tool to keep your things organized. They give you a visual overview of the current state of your project, and make you productive by allowing you to focus on the few items that matter the most.

Since WeKan ® is a free software, you don’t have to trust us with your data and can install Wekan on your own computer or server. In fact we encourage you to do that by providing one-click installation on various platforms.

  • WeKan ® is used in most countries of the world.
  • WeKan ® largest user has 30k users using WeKan ® in their company.
  • WeKan ® has been translated to about 105 languages.
  • Features: WeKan ® has real-time user interface.
  • Platforms: WeKan ® supports many platforms. WeKan ® is critical part of new platforms Wekan is currently being integrated to.

Requirements

  • 64bit: Linux Snap or Sandstorm / Mac / Windows. More Platforms, bundle for RasPi3 ARM and other CPUs where Node.js and MongoDB exists.
  • 1 GB RAM minimum free for WeKan ®. Production server should have minimum total 4 GB RAM. For thousands of users, for example with Docker: 3 frontend servers, each having 2 CPU and 2 wekan-app containers. One backend wekan-db server with many CPUs.
  • Enough disk space and alerts about low disk space. If you run out disk space, MongoDB database gets corrupted.
  • SECURITY: Updating to newest WeKan ® version very often. Please check you do not have automatic updates of Sandstorm or Snap turned off. Old versions have security issues because of old versions Node.js etc. Only newest WeKan ® is supported. WeKan ® on Sandstorm is not usually affected by any Standalone WeKan ® (Snap/Docker/Source) security issues.
  • Reporting all new bugs immediately. New features and fixes are added to WeKan ® many times a day.
  • Backups of WeKan ® database once a day miminum. Bugs, updates, users deleting list or card, harddrive full, harddrive crash etc can eat your data. There is no undo yet. Some bug can cause WeKan ® board to not load at all, requiring manual fixing of database content.

Roadmap and Demo

Roadmap - Public read-only board at WeKan ® demo.

Developer Documentation

We also welcome sponsors for features and bugfixes. By working directly with WeKan ® you get the benefit of active maintenance and new features added by growing WeKan ® developer community.

Screenshot

More screenshots at Features page

Screenshot of WeKan ®

License

WeKan ® is released under the very permissive MIT license, and made with Meteor.