返回排行榜

wekan/wekan

JavaScriptwekan.fi

The Open Source kanban, built with Meteor. GitHub issues/PRs are only for FLOSS Developers, not for support, support is at https://wekan.fi/commercial-support/ . New English strings for new features at imports/i18n/data/en.i18n.json . Non-English translations at https://app.transifex.com/wekan/wekan only.

kanbanmeteorwekandocker-imagesandstormjavascriptfossreal-timesnapcraft
Star 增长趋势
Star
21k
Forks
3k
周增长
Issues
355
10k20k
2014年1月2018年3月2022年5月2026年7月
制品库npmnpm install wekan
README

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 a 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 154 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 of 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 minimum. Bugs, updates, users deleting list or card, harddrive full, harddrive crash etc can eat your data. There is no undo yet. Some bugs 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 main branch uses Meteor 3.5 with Node.js 24.x. See CHANGELOG.md for the latest runtime updates.

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.

First-Time Setup for Development

Prerequisites

Before building WeKan from source, ensure you have:

  • Git - for cloning the repository
  • Node.js 24.x - WeKan requires Node.js 24.x
  • Meteor - the JavaScript framework WeKan is built with

Installing Node.js 24.x

# Using nvm (recommended)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
source ~/.zshrc  # or ~/.bashrc
nvm install 24
nvm use 24

Installing Meteor

curl https://install.meteor.com/ | sh

Building WeKan

The rebuild-wekan.sh script shows a two-level menu. The top level groups options into categories:

1) Setup   2) Dev server   3) Tests   4) Docker   5) Tools   6) Quit

You pick a category number, then the item number inside it (each submenu also has a Back entry). Building from source is a three-stage process:

  1. Setup -> Install dependencies - Downloads all required Meteor packages and npm modules
  2. Setup -> Build WeKan - Compiles the application
  3. Dev server -> localhost:3000 - Starts the development server at http://localhost:3000
# Clone your fork
git clone git@github.com:YOUR_USERNAME/wekan.git
cd wekan

# Make the script executable
chmod +x rebuild-wekan.sh

# Step 1: Install dependencies (Setup -> Install dependencies)
./rebuild-wekan.sh
# Press 1 (Setup) and Enter, then 1 (Install dependencies) and Enter

# Step 2: Build WeKan (Setup -> Build WeKan, after dependencies complete)
./rebuild-wekan.sh
# Press 1 (Setup) and Enter, then 2 (Build WeKan) and Enter

# Step 3: Run WeKan in development mode (Dev server -> localhost:3000)
./rebuild-wekan.sh
# Press 2 (Dev server) and Enter, then 1 (localhost:3000) and Enter

If a dev server is already running on that port, the Dev server options stop it automatically and start a fresh server on the same port.

WSL Users

WSL users can use Snap Candidate. See install docs.

The development server will start at http://localhost:3000. Any changes you make to the source code will automatically trigger a rebuild and refresh your browser.

Screenshot

More screenshots at Features page

Screenshot of WeKan ®

License

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

相关仓库
makeplane/plane

🔥🔥🔥 Open-source Jira, Linear, Monday, and ClickUp alternative. Plane is a modern project management platform to manage tasks, sprints, docs, and triage.

TypeScriptnpmGNU Affero General Public License v3.0djangodocker
plane.so
54.8k5.1k
BloopAI/vibe-kanban

Get 10X more out of Claude Code, Codex or any coding agent

Rustcrates.ioApache License 2.0agentai-agents
vibekanban.com
27.5k2.9k
cft0808/edict

🏛️ 三省六部制 · OpenClaw Multi-Agent Orchestration System — 9 specialized AI agents with real-time dashboard, model config, and full audit trails

PythonPyPIMIT Licenseai-orchestrationdashboard
openclaw.ai
16.3k1.7k
opf/openproject

OpenProject is the leading open source project management software for product, project and portfolio management. A powerful Jira alternative with agile planning, issue tracking, roadmaps, Gantt charts, time tracking, collaboration features, and more. Available on premises or in the cloud. ⭐Star us on GitHub

RubyRubyGemsGNU General Public License v3.0project-managementopenproject
openproject.org
15.6k3.4k
theonedev/onedev

The Unified and Autonomous Development Platform

JavaMavenMIT Licensegitdevops
onedev.io
15.1k964
plankanban/planka

PLANKA is the Kanban-style project mastering tool for everyone

JavaScriptnpmOthertrelloagile
planka.app
12.3k1.3k
Leantime/leantime

Leantime is a goals focused project management system for non-project managers. Building with ADHD, Autism, and dyslexia in mind.

PHPPackagistGNU Affero General Public License v3.0project-managementphp
leantime.io
11k1.1k
invoiceninja/invoiceninja

A source-available invoice, quote, project and time-tracking app built with Laravel

PHPPackagistOtherphpexpenses
invoiceninja.com
9.9k2.7k
kanboard/kanboard

Kanban project management software

PHPPackagistMIT Licensekanbankanboard
kanboard.org
9.7k2k
basecamp/fizzy

Kanban as it should be. Not as it has been.

RubyRubyGemsOtherhotwirekanban
fizzy.do
8k1.2k
usekaneo/kaneo

🎯 All you need. Nothing you don't. Open source project management that works for you, not against you.

TypeScriptnpmMIT Licensekanbanproject-management
kaneo.app
3.8k373
espocrm/espocrm

EspoCRM – Open Source CRM Application

PHPPackagistGNU Affero General Public License v3.0crmphp
espocrm.com
3.2k903