| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| wekan_10.69_amd64.snap | 2026-08-05 | 395.4 MB | |
| wekan_10.69_arm64.snap | 2026-08-05 | 303.1 MB | |
| wekan-10.69-riscv64.zip | 2026-08-05 | 310.7 MB | |
| wekan-10.69-riscv64.zip.sha256sum | 2026-08-05 | 90 Bytes | |
| wekan-10.69-armv7.zip | 2026-08-05 | 303.2 MB | |
| wekan-10.69-armv7.zip.sha256sum | 2026-08-05 | 88 Bytes | |
| wekan-10.69-sandstorm.spk | 2026-08-05 | 171.2 MB | |
| wekan-10.69-armhf.zip | 2026-08-05 | 303.1 MB | |
| wekan-10.69-armhf.zip.sha256sum | 2026-08-05 | 88 Bytes | |
| wekan-10.69-i386.zip | 2026-08-05 | 309.7 MB | |
| wekan-10.69-i386.zip.sha256sum | 2026-08-05 | 87 Bytes | |
| wekan-10.69-amd64.zip | 2026-08-05 | 306.5 MB | |
| wekan-10.69-amd64.zip.sha256sum | 2026-08-05 | 88 Bytes | |
| wekan-10.69-arm64.zip | 2026-08-05 | 308.6 MB | |
| wekan-10.69-arm64.zip.sha256sum | 2026-08-05 | 88 Bytes | |
| README.md | 2026-08-05 | 5.1 kB | |
| v10.69 source code.tar.gz | 2026-08-05 | 34.1 MB | |
| v10.69 source code.zip | 2026-08-05 | 35.4 MB | |
| Totals: 18 Items | 2.8 GB | 0 | |
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.
| 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.