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://app.transifex.com/wekan/ only.
Find a file
2025-06-26 20:29:48 +03:00
.devcontainer
.github Updated github issue template 2025-06-18 17:08:49 +03:00
.meteor
.tx
.vscode
client Fix invisible scrollbar on CleanDark cards 2025-06-16 00:39:10 +09:30
config
docs Update Browser-compatibility-matrix.md about Servo 2025-06-26 20:29:48 +03:00
imports Updated translations. 2025-06-26 03:08:38 +03:00
meta
models feat: enhance API documentation and add board-related endpoints 2025-06-23 20:01:38 +00:00
openapi feat: enhance API documentation and add board-related endpoints 2025-06-23 20:01:38 +00:00
packages
public feat: enhance API documentation and add board-related endpoints 2025-06-23 20:01:38 +00:00
releases
server
snap
snap-src Upgraded Snap Candidate to have base core24, MongoDB 7 and Caddy 2. 2025-06-26 05:39:37 +03:00
stacksmith/user-scripts
tests
.babelrc
.dockerignore
.editorconfig
.eslintignore
.eslintrc.json
.gitattributes
.gitignore
.gitpod.Dockerfile
.gitpod.yml
.pkgr.yml
.prettierignore
.prettierrc
.travis.yml
api.py
app.env
app.json
CHANGELOG.md Updated ChangeLog. 2025-06-26 05:45:11 +03:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
docker-compose.yml
docker-compose.yml-arm64
Dockerfile Specify meteor version, otherwise the latest meteor version is not compatible with node14. Part 2. 2025-06-26 01:19:06 +03:00
Dockerfile.arm64v8
Dockerfile.s390x
find-replace.sh
find.sh
FUTURE.md
GOVERNANCE.md
LICENSE
owasp-zap-scan.yml
package-lock.json Updated dependencies. 2025-06-26 03:46:39 +03:00
package.json Updated dependencies. 2025-06-26 03:46:39 +03:00
README.md
READMELoginSignUp.md
rebuild-wekan.bat
rebuild-wekan.sh specify meteor version, otherwise the lastes version is not compatiable with node_14 2025-06-24 03:36:20 +00:00
sandstorm-pkgdef.capnp
sandstorm.js
scalingo.json
SECURITY.md
settings.json
snapcraft.yaml Upgraded Snap Candidate to have base core24, MongoDB 7 and Caddy 2. 2025-06-26 05:39:37 +03:00
Stackerfile.yml
start-wekan.bat
start-wekan.sh
status-wekan.sh
stop-wekan.sh
test-wekan.sh
wekan-dockerfile-manifest.yaml

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 youre 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 dont 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.

Getting Started with Development

The default branch uses Meteor 2 with Node.js 14.

To contribute, create a fork and run ./rebuild-wekan.sh (or ./rebuild-wekan.bat on Windows) as detailed here. Once you're ready, please test your code and submit a pull request (PR).

Please refer to the developer documentation for more information.

Screenshot

More screenshots at Features page

Screenshot of WeKan ®

License

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