Wekan
Open source kanban board application built with Meteor
Alternative to: trello
v10.69
2026-08-05Binaries 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.
| Bundle | Binary | From | Version | Checked | SHA256 |
|---|---|---|---|---|---|
| arm64 | FerretDB | wekan/FerretDB | latest | verified | 275ae50ac97e6a70… |
| arm64 | FerretDB | wekan/FerretDB | latest | verified | 275ae50ac97e6a70… |
| arm64 | Node.js | wekan/node | v24.19.0 | verified | 03b3f7035ac63c69… |
| arm64 | Node.js | wekan/node | v24.19.0 | verified | 03b3f7035ac63c69… |
| armhf | FerretDB | wekan/FerretDB | v1.45.0 | verified | a31a4dd877ecf5d5… |
| armhf | FerretDB | wekan/FerretDB | v1.45.0 | verified | a31a4dd877ecf5d5… |
| armhf | Node.js | fork | v24.19.0 | verified | 8bd97069415d73a1… |
| armhf | Node.js | fork | v24.19.0 | verified | 8bd97069415d73a1… |
| armv7 | FerretDB | wekan/FerretDB | v1.45.0 | verified | a31a4dd877ecf5d5… |
| armv7 | FerretDB | wekan/FerretDB | v1.45.0 | verified | a31a4dd877ecf5d5… |
| armv7 | Node.js | fork | v24.19.0 | verified | da941ab96b2548db… |
| armv7 | Node.js | fork | v24.19.0 | verified | da941ab96b2548db… |
| i386 | FerretDB | wekan/FerretDB | v1.45.0 | verified | a259f7f2603b745d… |
| i386 | FerretDB | wekan/FerretDB | v1.45.0 | verified | a259f7f2603b745d… |
| i386 | Node.js | fork | v24.19.0 | verified | 67268544d79cc183… |
| i386 | Node.js | fork | v24.19.0 | verified | 67268544d79cc183… |
| riscv64 | FerretDB | wekan/FerretDB | v1.45.0 | verified | 7dc2952f554e8800… |
| riscv64 | FerretDB | wekan/FerretDB | v1.45.0 | verified | 7dc2952f554e8800… |
| riscv64 | Node.js | fork | v24.19.0 | verified | fc1da66aae0f101a… |
| riscv64 | Node.js | fork | v24.19.0 | verified | fc1da66aae0f101a… |
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.