Wekan logo

Wekan

Open source kanban board application built with Meteor

Alternative to: trello


About Versions (218)

v11.09

2026-08-23

Binaries in these bundles

Each bundle carries a Node.js, a FerretDB and the MongoDB Database Tools. Which source has a given CPU varies from release to release - nodejs.org builds some architectures, unofficial-builds others, and the wekan/node-patches build the ones neither of them does - and not every source publishes a checksum. This is what went into this release, and which downloads were checked against a published SHA256.

BundleBinaryFromVersionCheckedSHA256
amd64FerretDBwekan/FerretDBv1.56.0verified69d01612cb47c0d5…
amd64Node.jsnodejs.orgv24.19.0verified14b342e71204f811…
arm64FerretDBwekan/FerretDBv1.56.0verifiedcc1a9370147f2a3f…
arm64Node.jsnodejs.orgv24.19.0verified01443c1e1a29e531…
armhfFerretDBwekan/FerretDBv1.56.0verifiedd861ac1e0e5d5857…
armhfNode.jswekan/node-patchesv24.19.0verified46509e82e4f08d0d…
armv6FerretDBwekan/FerretDBv1.56.0verifiedb4fe009df4db5775…
armv6Node.jswekan/node-patchesv24.19.0verified1a76291e8edfd5c0…
armv7FerretDBwekan/FerretDBv1.56.0verifiedd861ac1e0e5d5857…
armv7Node.jswekan/node-patchesv24.19.0verified1303fbc89fb187c1…
i386FerretDBwekan/FerretDBv1.56.0verified5bce5b64de0714fe…
i386Node.jswekan/node-patchesv24.19.0verifiedc94bc7fc2713b22c…
mac-arm64FerretDBwekan/FerretDBv1.56.0verifieda1392495577e31a5…
mac-arm64Node.jsnodejs.orgv24.19.0verified3f1cf157479c1480…
mac-x64FerretDBwekan/FerretDBv1.56.0verifiedd69747673c5d949b…
mac-x64Node.jsnodejs.orgv24.19.0verifiedd35e95230f46f6f0…
ppc64leFerretDBwekan/FerretDBv1.56.0verified499001e39e0d2dc5…
ppc64leNode.jsnodejs.orgv24.19.0verifiedc510c6ce12f07010…
riscv64FerretDBwekan/FerretDBv1.56.0verified8cfc70e87d2e793e…
riscv64Node.jsunofficial-builds.nodejs.orgv24.19.0verifiedcd1f14af28121480…
s390xFerretDBwekan/FerretDBv1.56.0verifieda126d529eaf7464c…
s390xNode.jsnodejs.orgv24.19.0verifieda4792e65962ffa0a…
win-arm64FerretDBwekan/FerretDBv1.56.0verified24941610fc797051…
win-arm64Node.jsnodejs.orgv24.19.0verified8502f4a50b458d4c…
win64FerretDBwekan/FerretDBv1.56.0verified2f826aa313b06632…
win64Node.jsnodejs.orgv24.19.0verified57f71ab3652e797d…

A row saying no checksum published is not a failed check - it is a source that publishes nothing to check against. Those are the ones worth fixing at the source.

v11.09 2026-08-23 WeKan ® release

In short: Playwright authentication now waits for the resumed user after navigation, and local WebKit runs retry once with a fresh worker after rare renderer failures. Below that: regression coverage for both safeguards.

PlatformBinaryFromVersionSHA256
amd64Node.jsnodejs.orgv24.19.014b342e71204f811bde6153be8e04b62aef63c236fef92b55f9c83154b409647
amd64FerretDBwekan/FerretDBv1.53.0eae1f0a8f73bfc979738bfff7284d40fd1bc55de2cc56514721fc155c3624f7d
arm64Node.jsnodejs.orgv24.19.001443c1e1a29e531ccad5a46fefa6df490d2189c49f7955904aecdbb0fe86fdc
arm64FerretDBwekan/FerretDBv1.53.0bdc50caee3ac28495b42d2130b94a042a9dd6d3a38f732cac02b648f36c891da
mac-arm64Node.jsnodejs.orgv24.19.03f1cf157479c1480352083105e13faf9d008ede98e7e157746b6df940d197b94
mac-arm64FerretDBwekan/FerretDBv1.53.0cb14ffe93e285903e5a8a9c1821687ddb5b8a979a11c584bf4af534b272c6d3e
mac-x64Node.jsnodejs.orgv24.19.0d35e95230f46f6f0751df497c56622c6735e05d5e1fb1630996a005b9d328fe4
mac-x64FerretDBwekan/FerretDBv1.53.0d97dfa9afa60aa05f25384327de82efe7b71d958ed24c1f66618284294a65cd3

This release improves the following developer tooling:

Playwright waits for resumed users and retries unstable WebKit renderers. Thanks to xet7.

Token login now waits for the expected Meteor user after the final navigation, preventing an authorized method call from racing Accounts token resumption. Local WebKit runs retry once in a fresh worker when its renderer fails internally after many tests; persistent application and assertion failures still fail. Regression tests require the identity wait, its bounded timeout, the local retry and the unchanged two-retry CI policy.

Thanks to above GitHub users for their contributions and translators for their translations.