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.
 
 
 
 
 
 
Lauri Ojansivu 98d05ce545 Updated translations 1 day ago
.devcontainer
.github Merge pull request #6043 from wekan/dependabot/github_actions/actions/cache-5 1 week ago
.meteor
.tx
.vscode
client Per-User and Board-level data save fixes. Part 3. 3 days ago
config Collapse Swimlane, List, Opened Card. Opened Card window X and Y position can be moved freely from drag handle. Fix some dragging not possible. Fix iPhone Safari. 3 days ago
docs Per-User and Board-level data save fixes. Part 3. 3 days ago
imports Updated translations 1 day ago
meta Run SVG logos through svgo to reduce their filesize 2 years ago
models Per-User and Board-level data save fixes. Part 3. 3 days ago
openapi
packages
public change restore to unarchive 4 weeks ago
releases Updated build script for Linux arm64 bundle. 1 month ago
secrets
server Per-User and Board-level data save fixes. Part 3. 3 days ago
snap
snap-src
stacksmith/user-scripts
tests Manually merged fixes from seve12. 4 days ago
.babelrc
.dockerignore
.editorconfig
.eslintignore
.eslintrc.json
.gitattributes
.gitignore
.gitpod.Dockerfile
.gitpod.yml
.pkgr.yml
.prettierignore
.prettierrc
.travis.yml
CHANGELOG.md Updates 3 days ago
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile v8.17 2 months ago
Dockerfile.arm64v8
Dockerfile.s390x
FUTURE.md
GOVERNANCE.md
LICENSE
README.md
READMELoginSignUp.md
SECURITY.md Updated security.md 1 month ago
Stackerfile.yml v8.17 2 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 v8.17 2 months ago
package.json v8.17 2 months ago
rebuild-wekan.bat
rebuild-wekan.sh Manually merged fixes from seve12. 4 days ago
sandstorm-pkgdef.capnp v8.17 2 months ago
sandstorm.js
scalingo.json
security-at-wekan.fi.asc
settings.json
snapcraft.yaml v8.17 2 months ago
start-wekan.bat
start-wekan.sh
status-wekan.sh
stop-wekan.sh
test-wekan.sh
wekan-dockerfile-manifest.yaml

README.md

WeKan ® - Open Source kanban

Downloads

https://wekan.fi/install/

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.

Discussions

IRC

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

  • 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.