Wekan logo

Wekan

Open source kanban board application built with Meteor

Alternative to: trello


About Versions (218)

v10.69

2026-08-05

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 fork 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
arm64FerretDBwekan/FerretDBlatestverified275ae50ac97e6a70…
arm64FerretDBwekan/FerretDBlatestverified275ae50ac97e6a70…
arm64Node.jswekan/nodev24.19.0verified03b3f7035ac63c69…
arm64Node.jswekan/nodev24.19.0verified03b3f7035ac63c69…
armhfFerretDBwekan/FerretDBv1.45.0verifieda31a4dd877ecf5d5…
armhfFerretDBwekan/FerretDBv1.45.0verifieda31a4dd877ecf5d5…
armhfNode.jsforkv24.19.0verified8bd97069415d73a1…
armhfNode.jsforkv24.19.0verified8bd97069415d73a1…
armv7FerretDBwekan/FerretDBv1.45.0verifieda31a4dd877ecf5d5…
armv7FerretDBwekan/FerretDBv1.45.0verifieda31a4dd877ecf5d5…
armv7Node.jsforkv24.19.0verifiedda941ab96b2548db…
armv7Node.jsforkv24.19.0verifiedda941ab96b2548db…
i386FerretDBwekan/FerretDBv1.45.0verifieda259f7f2603b745d…
i386FerretDBwekan/FerretDBv1.45.0verifieda259f7f2603b745d…
i386Node.jsforkv24.19.0verified67268544d79cc183…
i386Node.jsforkv24.19.0verified67268544d79cc183…
riscv64FerretDBwekan/FerretDBv1.45.0verified7dc2952f554e8800…
riscv64FerretDBwekan/FerretDBv1.45.0verified7dc2952f554e8800…
riscv64Node.jsforkv24.19.0verifiedfc1da66aae0f101a…
riscv64Node.jsforkv24.19.0verifiedfc1da66aae0f101a…

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.

v10.69 2026-08-05 WeKan ® release

In short: a follow-up to the fork-everywhere Node.js switch in v10.68. The native bundle jobs pass the pinned Node major (24), but the wekan/node fork tags its releases by full version (v24.19.0), so the embed helper built a …/download/24/node-x64 URL that 404s and the amd64 bundle failed. The helper now resolves the major to the newest fork tag that carries the asset.

This release fixes the following bug:

The native embed resolves the fork's full version from the pinned major. Thanks to xet7.

The native jobs call embed-verified-node.sh … node-x64 "$NODE_VERSION", but $NODE_VERSION is the pinned MAJOR, 24, while the fork tags its releases by full version, v24.19.0. The helper built …/releases/download/24/node-x64, which 404s, so the amd64 bundle failed at the Node embed step. It now resolves a bare major to the newest fork tag v<major>.x that carries the asset - the same GitHub-API walk check-arch-binaries.sh uses - and takes a full tag as given. When no release has the asset it stops with a message naming the fork asset to build.

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