• v0.4.3 0b55e05880

    OciDeck v0.4.3
    All checks were successful
    ci-image-scans / build-publish (push) Successful in 6m29s
    release / Web bouwen (push) Successful in 9m46s
    release / Webversie live zetten (push) Successful in 28s
    ci / gate (push) Successful in 12m22s
    release / Linux bouwen (push) Successful in 18m44s
    release / Windows ophalen van de spiegel (push) Successful in 25m50s
    release / macOS bouwen (push) Successful in 13m29s
    release / Release publiceren (push) Successful in 57s
    release / Homebrew-cask bijwerken (push) Successful in 44s
    release / Website-downloads bijwerken (push) Successful in 1m30s
    linux-gate / gate-linux (push) Successful in 36m42s
    Stable

    brenno released this 2026-08-13 23:06:05 +00:00 | 1101 commits to main since this release

    OciDeck 0.4.3 — a presentation tool where the content, not the canvas, is
    the document. Decks are Marp Markdown: plain text you can read, diff and keep.

    Try it without installing: https://ocideck.librekat.nl/ runs this same
    version in your browser. Your deck stays in the tab; nothing is uploaded.

    Downloads

    Platform File
    macOS (Apple Silicon + Intel) ocideck-macos-0.4.3.zip
    Windows (x64) ocideck-windows-x64-0.4.3.zip
    Linux — AppImage (most distributions) ocideck-linux-x86_64-0.4.3.AppImage
    Linux — Debian / Ubuntu / Mint ocideck-linux-amd64-0.4.3.deb
    Linux — Fedora / openSUSE ocideck-linux-x86_64-0.4.3.rpm
    Linux — portable tarball ocideck-linux-x64-0.4.3.tar.gz
    Web bundle (self-hosting) ocideck-web-0.4.3.tar.gz

    Also attached: the Software Bill of Materials in CycloneDX
    (ocideck-0.4.3.cdx.json) and SPDX (ocideck-0.4.3.spdx.json),
    SHA256SUMS over every file above, and SHA256SUMS.minisig — a minisign
    signature over that list.

    Opening the download on each platform

    The macOS build is signed and notarised; the Windows and Linux builds are not
    code-signed. Only Windows warns on first launch — a Linux tarball does not.
    Verify the download below, then:

    macOS. Signed with a Developer ID and notarised by Apple — it opens with a
    normal double-click, no workaround needed. (Check with spctl -a -t exec OciDeck.app: it reports source=Notarized Developer ID.)

    Windows. SmartScreen shows "Windows protected your PC". Choose More
    info
    , then Run anyway.

    Linux. Four packagings of the same build — pick what fits your distribution.
    None is sandboxed or store-signed; each wraps the same bundle listed above.

    • AppImagechmod +x ocideck-linux-x86_64-0.4.3.AppImage, then run it. One
      file, no installation, works on most distributions.
    • Debian / Ubuntu / Mintsudo apt install ./ocideck-linux-amd64-0.4.3.deb.
    • Fedora / openSUSEsudo dnf install ./ocideck-linux-x86_64-0.4.3.rpm
      (or sudo zypper install ./ocideck-linux-x86_64-0.4.3.rpm).
    • Any distribution — unpack ocideck-linux-x64-0.4.3.tar.gz and run
      ./ocideck.

    All four need GTK 3, libsecret-1 and liblzma5; the .deb and .rpm pull
    them in, and any GTK desktop already has them. For the AppImage or tarball on a
    minimal system: sudo apt install libgtk-3-0 libsecret-1-0 (Debian/Ubuntu).

    Verifying what you downloaded

    First check that the checksum list vouches for your files:

    sha256sum --ignore-missing -c SHA256SUMS
    

    (macOS: shasum -a 256 -c SHA256SUMS --ignore-missing.)

    SHA256SUMS on its own tells you only that you have the bytes it lists — not who
    published them. The list itself is therefore signed. Verify that signature with
    minisign and the project's public key
    (minisign.pub):

    minisign -Vm SHA256SUMS -p minisign.pub
    

    The key's ID is CF0BCBD82CFD5B85. Since the key and the signature come from the
    same host as this download, cross-check that ID against an independent copy — the
    source repository or the
    GitHub mirror — before you trust it.

    Because SHA256SUMS covers every file above, one verified signature over the
    list anchors the whole release: tampering with any listed artifact breaks its
    checksum, and the signed list is what vouches for those checksums. The macOS build
    additionally carries an Apple notarisation attesting its publisher; for the
    strongest guarantee on any platform, build from source — every artifact above
    comes from a workflow in this repository that you can read, and make check-toolchain pins the exact Flutter release used.

    What is in it

    See CHANGELOG.md
    for the full list, and
    docs/USER_GUIDE.md
    to get started. Both links point at this tag, not at main, so they keep
    describing the version you just downloaded.

    Licensed under the EUPL-1.2. Published by Stichting LibreKAT. Security
    findings: security@librekat.nl — see
    SECURITY.md.

    Downloads
  • v0.4.2 6ff1911760

    OciDeck v0.4.2
    Some checks failed
    release / Web bouwen (push) Successful in 5m53s
    release / Webversie live zetten (push) Successful in 29s
    release / Linux bouwen (push) Successful in 10m30s
    ci / gate (push) Successful in 11m51s
    release / macOS bouwen (push) Successful in 13m15s
    release / Windows ophalen van de spiegel (push) Successful in 25m36s
    release / Release publiceren (push) Successful in 56s
    release / Homebrew-cask bijwerken (push) Successful in 42s
    release / Website-downloads bijwerken (push) Successful in 1m27s
    linux-gate / gate-linux (push) Failing after 30m39s
    Stable

    brenno released this 2026-08-10 15:02:36 +00:00 | 1187 commits to main since this release

    OciDeck 0.4.2 — a presentation tool where the content, not the canvas, is
    the document. Decks are Marp Markdown: plain text you can read, diff and keep.

    Try it without installing: https://ocideck.librekat.nl/ runs this same
    version in your browser. Your deck stays in the tab; nothing is uploaded.

    Downloads

    Platform File
    macOS (Apple Silicon + Intel) ocideck-macos-0.4.2.zip
    Windows (x64) ocideck-windows-x64-0.4.2.zip
    Linux — AppImage (most distributions) ocideck-linux-x86_64-0.4.2.AppImage
    Linux — Debian / Ubuntu / Mint ocideck-linux-amd64-0.4.2.deb
    Linux — Fedora / openSUSE ocideck-linux-x86_64-0.4.2.rpm
    Linux — portable tarball ocideck-linux-x64-0.4.2.tar.gz
    Web bundle (self-hosting) ocideck-web-0.4.2.tar.gz

    Also attached: the Software Bill of Materials in CycloneDX
    (ocideck-0.4.2.cdx.json) and SPDX (ocideck-0.4.2.spdx.json),
    SHA256SUMS over every file above, and SHA256SUMS.minisig — a minisign
    signature over that list.

    Opening the download on each platform

    The macOS build is signed and notarised; the Windows and Linux builds are not
    code-signed. Only Windows warns on first launch — a Linux tarball does not.
    Verify the download below, then:

    macOS. Signed with a Developer ID and notarised by Apple — it opens with a
    normal double-click, no workaround needed. (Check with spctl -a -t exec OciDeck.app: it reports source=Notarized Developer ID.)

    Windows. SmartScreen shows "Windows protected your PC". Choose More
    info
    , then Run anyway.

    Linux. Four packagings of the same build — pick what fits your distribution.
    None is sandboxed or store-signed; each wraps the same bundle listed above.

    • AppImagechmod +x ocideck-linux-x86_64-0.4.2.AppImage, then run it. One
      file, no installation, works on most distributions.
    • Debian / Ubuntu / Mintsudo apt install ./ocideck-linux-amd64-0.4.2.deb.
    • Fedora / openSUSEsudo dnf install ./ocideck-linux-x86_64-0.4.2.rpm
      (or sudo zypper install ./ocideck-linux-x86_64-0.4.2.rpm).
    • Any distribution — unpack ocideck-linux-x64-0.4.2.tar.gz and run
      ./ocideck.

    All four need GTK 3, libsecret-1 and liblzma5; the .deb and .rpm pull
    them in, and any GTK desktop already has them. For the AppImage or tarball on a
    minimal system: sudo apt install libgtk-3-0 libsecret-1-0 (Debian/Ubuntu).

    Verifying what you downloaded

    First check that the checksum list vouches for your files:

    sha256sum --ignore-missing -c SHA256SUMS
    

    (macOS: shasum -a 256 -c SHA256SUMS --ignore-missing.)

    SHA256SUMS on its own tells you only that you have the bytes it lists — not who
    published them. The list itself is therefore signed. Verify that signature with
    minisign and the project's public key
    (minisign.pub):

    minisign -Vm SHA256SUMS -p minisign.pub
    

    The key's ID is CF0BCBD82CFD5B85. Since the key and the signature come from the
    same host as this download, cross-check that ID against an independent copy — the
    source repository or the
    GitHub mirror — before you trust it.

    Because SHA256SUMS covers every file above, one verified signature over the
    list anchors the whole release: tampering with any listed artifact breaks its
    checksum, and the signed list is what vouches for those checksums. The macOS build
    additionally carries an Apple notarisation attesting its publisher; for the
    strongest guarantee on any platform, build from source — every artifact above
    comes from a workflow in this repository that you can read, and make check-toolchain pins the exact Flutter release used.

    What is in it

    See CHANGELOG.md
    for the full list, and
    docs/USER_GUIDE.md
    to get started. Both links point at this tag, not at main, so they keep
    describing the version you just downloaded.

    Licensed under the EUPL-1.2. Published by Stichting LibreKAT. Security
    findings: security@librekat.nl — see
    SECURITY.md.

    Downloads
  • v0.4.1 b90a9e01f8

    OciDeck v0.4.1
    Some checks failed
    release / Web bouwen (push) Successful in 6m21s
    release / Webversie live zetten (push) Successful in 30s
    release / Linux bouwen (push) Successful in 11m50s
    ci / gate (push) Successful in 11m52s
    linux-gate / gate-linux (push) Has been cancelled
    release / Windows ophalen van de spiegel (push) Successful in 25m8s
    release / macOS bouwen (push) Successful in 13m23s
    release / Release publiceren (push) Successful in 40s
    release / Homebrew-cask bijwerken (push) Successful in 12s
    release / Website-downloads bijwerken (push) Successful in 1m28s
    Stable

    brenno released this 2026-08-08 19:57:08 +00:00 | 1343 commits to main since this release

    OciDeck 0.4.1 — a presentation tool where the content, not the canvas, is
    the document. Decks are Marp Markdown: plain text you can read, diff and keep.

    Try it without installing: https://ocideck.librekat.nl/ runs this same
    version in your browser. Your deck stays in the tab; nothing is uploaded.

    Downloads

    Platform File
    macOS (Apple Silicon + Intel) ocideck-macos-0.4.1.zip
    Windows (x64) ocideck-windows-x64-0.4.1.zip
    Linux — AppImage (most distributions) ocideck-linux-x86_64-0.4.1.AppImage
    Linux — Debian / Ubuntu / Mint ocideck-linux-amd64-0.4.1.deb
    Linux — Fedora / openSUSE ocideck-linux-x86_64-0.4.1.rpm
    Linux — portable tarball ocideck-linux-x64-0.4.1.tar.gz
    Web bundle (self-hosting) ocideck-web-0.4.1.tar.gz

    Also attached: the Software Bill of Materials in CycloneDX
    (ocideck-0.4.1.cdx.json) and SPDX (ocideck-0.4.1.spdx.json),
    SHA256SUMS over every file above, and SHA256SUMS.minisig — a minisign
    signature over that list.

    Opening the download on each platform

    The macOS build is signed and notarised; the Windows and Linux builds are not
    code-signed. Only Windows warns on first launch — a Linux tarball does not.
    Verify the download below, then:

    macOS. Signed with a Developer ID and notarised by Apple — it opens with a
    normal double-click, no workaround needed. (Check with spctl -a -t exec OciDeck.app: it reports source=Notarized Developer ID.)

    Windows. SmartScreen shows "Windows protected your PC". Choose More
    info
    , then Run anyway.

    Linux. Four packagings of the same build — pick what fits your distribution.
    None is sandboxed or store-signed; each wraps the same bundle listed above.

    • AppImagechmod +x ocideck-linux-x86_64-0.4.1.AppImage, then run it. One
      file, no installation, works on most distributions.
    • Debian / Ubuntu / Mintsudo apt install ./ocideck-linux-amd64-0.4.1.deb.
    • Fedora / openSUSEsudo dnf install ./ocideck-linux-x86_64-0.4.1.rpm
      (or sudo zypper install ./ocideck-linux-x86_64-0.4.1.rpm).
    • Any distribution — unpack ocideck-linux-x64-0.4.1.tar.gz and run
      ./ocideck.

    All four need GTK 3, libsecret-1 and liblzma5; the .deb and .rpm pull
    them in, and any GTK desktop already has them. For the AppImage or tarball on a
    minimal system: sudo apt install libgtk-3-0 libsecret-1-0 (Debian/Ubuntu).

    Verifying what you downloaded

    First check that the checksum list vouches for your files:

    sha256sum --ignore-missing -c SHA256SUMS
    

    (macOS: shasum -a 256 -c SHA256SUMS --ignore-missing.)

    SHA256SUMS on its own tells you only that you have the bytes it lists — not who
    published them. The list itself is therefore signed. Verify that signature with
    minisign and the project's public key
    (minisign.pub):

    minisign -Vm SHA256SUMS -p minisign.pub
    

    The key's ID is CF0BCBD82CFD5B85. Since the key and the signature come from the
    same host as this download, cross-check that ID against an independent copy — the
    source repository or the
    GitHub mirror — before you trust it.

    Because SHA256SUMS covers every file above, one verified signature over the
    list anchors the whole release: tampering with any listed artifact breaks its
    checksum, and the signed list is what vouches for those checksums. The macOS build
    additionally carries an Apple notarisation attesting its publisher; for the
    strongest guarantee on any platform, build from source — every artifact above
    comes from a workflow in this repository that you can read, and make check-toolchain pins the exact Flutter release used.

    What is in it

    See CHANGELOG.md
    for the full list, and
    docs/USER_GUIDE.md
    to get started. Both links point at this tag, not at main, so they keep
    describing the version you just downloaded.

    Licensed under the EUPL-1.2. Published by Stichting LibreKAT. Security
    findings: security@librekat.nl — see
    SECURITY.md.

    Downloads
  • v0.4.0 819a67db63

    OciDeck v0.4.0
    All checks were successful
    release / Web bouwen (push) Successful in 6m11s
    release / Webversie live zetten (push) Successful in 33s
    release / Linux bouwen (push) Successful in 11m20s
    ci / gate (push) Successful in 12m57s
    linux-gate / gate-linux (push) Successful in 30m53s
    release / Windows ophalen van de spiegel (push) Successful in 23m2s
    release / macOS bouwen (push) Successful in 15m2s
    release / Release publiceren (push) Successful in 28s
    release / Homebrew-cask bijwerken (push) Successful in 12s
    release / Website-downloads bijwerken (push) Successful in 1m20s
    Stable

    brenno released this 2026-08-08 06:30:31 +00:00 | 1394 commits to main since this release

    OciDeck 0.4.0 — a presentation tool where the content, not the canvas, is
    the document. Decks are Marp Markdown: plain text you can read, diff and keep.

    Try it without installing: https://ocideck.librekat.nl/ runs this same
    version in your browser. Your deck stays in the tab; nothing is uploaded.

    Downloads

    Platform File
    macOS (Apple Silicon + Intel) ocideck-macos-0.4.0.zip
    Windows (x64) ocideck-windows-x64-0.4.0.zip
    Linux — AppImage (most distributions) ocideck-linux-x86_64-0.4.0.AppImage
    Linux — Debian / Ubuntu / Mint ocideck-linux-amd64-0.4.0.deb
    Linux — Fedora / openSUSE ocideck-linux-x86_64-0.4.0.rpm
    Linux — portable tarball ocideck-linux-x64-0.4.0.tar.gz
    Web bundle (self-hosting) ocideck-web-0.4.0.tar.gz

    Also attached: the Software Bill of Materials in CycloneDX
    (ocideck-0.4.0.cdx.json) and SPDX (ocideck-0.4.0.spdx.json),
    SHA256SUMS over every file above, and SHA256SUMS.minisig — a minisign
    signature over that list.

    Opening the download on each platform

    The macOS build is signed and notarised; the Windows and Linux builds are not
    code-signed. Only Windows warns on first launch — a Linux tarball does not.
    Verify the download below, then:

    macOS. Signed with a Developer ID and notarised by Apple — it opens with a
    normal double-click, no workaround needed. (Check with spctl -a -t exec OciDeck.app: it reports source=Notarized Developer ID.)

    Windows. SmartScreen shows "Windows protected your PC". Choose More
    info
    , then Run anyway.

    Linux. Four packagings of the same build — pick what fits your distribution.
    None is sandboxed or store-signed; each wraps the same bundle listed above.

    • AppImagechmod +x ocideck-linux-x86_64-0.4.0.AppImage, then run it. One
      file, no installation, works on most distributions.
    • Debian / Ubuntu / Mintsudo apt install ./ocideck-linux-amd64-0.4.0.deb.
    • Fedora / openSUSEsudo dnf install ./ocideck-linux-x86_64-0.4.0.rpm
      (or sudo zypper install ./ocideck-linux-x86_64-0.4.0.rpm).
    • Any distribution — unpack ocideck-linux-x64-0.4.0.tar.gz and run
      ./ocideck.

    All four need GTK 3, libsecret-1 and liblzma5; the .deb and .rpm pull
    them in, and any GTK desktop already has them. For the AppImage or tarball on a
    minimal system: sudo apt install libgtk-3-0 libsecret-1-0 (Debian/Ubuntu).

    Verifying what you downloaded

    First check that the checksum list vouches for your files:

    sha256sum --ignore-missing -c SHA256SUMS
    

    (macOS: shasum -a 256 -c SHA256SUMS --ignore-missing.)

    SHA256SUMS on its own tells you only that you have the bytes it lists — not who
    published them. The list itself is therefore signed. Verify that signature with
    minisign and the project's public key
    (minisign.pub):

    minisign -Vm SHA256SUMS -p minisign.pub
    

    The key's ID is CF0BCBD82CFD5B85. Since the key and the signature come from the
    same host as this download, cross-check that ID against an independent copy — the
    source repository or the
    GitHub mirror — before you trust it.

    Because SHA256SUMS covers every file above, one verified signature over the
    list anchors the whole release: tampering with any listed artifact breaks its
    checksum, and the signed list is what vouches for those checksums. The macOS build
    additionally carries an Apple notarisation attesting its publisher; for the
    strongest guarantee on any platform, build from source — every artifact above
    comes from a workflow in this repository that you can read, and make check-toolchain pins the exact Flutter release used.

    What is in it

    See CHANGELOG.md
    for the full list, and
    docs/USER_GUIDE.md
    to get started. Both links point at this tag, not at main, so they keep
    describing the version you just downloaded.

    Licensed under the EUPL-1.2. Published by Stichting LibreKAT. Security
    findings: security@librekat.nl — see
    SECURITY.md.

    Downloads
  • v0.3.6 ec66b3bb6a

    OciDeck v0.3.6
    Some checks failed
    release / Web bouwen (push) Successful in 5m7s
    release / Webversie live zetten (push) Successful in 16s
    release / Linux bouwen (push) Successful in 10m53s
    ci / gate (push) Successful in 12m51s
    release / macOS bouwen (push) Successful in 14m32s
    linux-gate / gate-linux (push) Successful in 28m27s
    release / Windows ophalen van de spiegel (push) Failing after 48m20s
    release / Release publiceren (push) Has been skipped
    release / Website-downloads bijwerken (push) Has been skipped
    release / Homebrew-cask bijwerken (push) Has been skipped
    Stable

    brenno released this 2026-08-06 20:09:48 +00:00 | 1529 commits to main since this release

    OciDeck 0.3.6 — a presentation tool where the content, not the canvas, is
    the document. Decks are Marp Markdown: plain text you can read, diff and keep.

    Try it without installing: https://ocideck.librekat.nl/ runs this same
    version in your browser. Your deck stays in the tab; nothing is uploaded.

    Downloads

    Platform File
    macOS (Apple Silicon + Intel) ocideck-macos-0.3.6.zip
    Windows (x64) ocideck-windows-x64-0.3.6.zip
    Linux — AppImage (most distributions) ocideck-linux-x86_64-0.3.6.AppImage
    Linux — Debian / Ubuntu / Mint ocideck-linux-amd64-0.3.6.deb
    Linux — Fedora / openSUSE ocideck-linux-x86_64-0.3.6.rpm
    Linux — portable tarball ocideck-linux-x64-0.3.6.tar.gz
    Web bundle (self-hosting) ocideck-web-0.3.6.tar.gz

    Also attached: the Software Bill of Materials in CycloneDX
    (ocideck-0.3.6.cdx.json) and SPDX (ocideck-0.3.6.spdx.json),
    SHA256SUMS over every file above, and SHA256SUMS.minisig — a minisign
    signature over that list.

    Opening the download on each platform

    The macOS build is signed and notarised; the Windows and Linux builds are not
    code-signed. Only Windows warns on first launch — a Linux tarball does not.
    Verify the download below, then:

    macOS. Signed with a Developer ID and notarised by Apple — it opens with a
    normal double-click, no workaround needed. (Check with spctl -a -t exec OciDeck.app: it reports source=Notarized Developer ID.)

    Windows. SmartScreen shows "Windows protected your PC". Choose More
    info
    , then Run anyway.

    Linux. Four packagings of the same build — pick what fits your distribution.
    None is sandboxed or store-signed; each wraps the same bundle listed above.

    • AppImagechmod +x ocideck-linux-x86_64-0.3.6.AppImage, then run it. One
      file, no installation, works on most distributions.
    • Debian / Ubuntu / Mintsudo apt install ./ocideck-linux-amd64-0.3.6.deb.
    • Fedora / openSUSEsudo dnf install ./ocideck-linux-x86_64-0.3.6.rpm
      (or sudo zypper install ./ocideck-linux-x86_64-0.3.6.rpm).
    • Any distribution — unpack ocideck-linux-x64-0.3.6.tar.gz and run
      ./ocideck.

    All four need GTK 3, libsecret-1 and liblzma5; the .deb and .rpm pull
    them in, and any GTK desktop already has them. For the AppImage or tarball on a
    minimal system: sudo apt install libgtk-3-0 libsecret-1-0 (Debian/Ubuntu).

    Verifying what you downloaded

    First check that the checksum list vouches for your files:

    sha256sum --ignore-missing -c SHA256SUMS
    

    (macOS: shasum -a 256 -c SHA256SUMS --ignore-missing.)

    SHA256SUMS on its own tells you only that you have the bytes it lists — not who
    published them. The list itself is therefore signed. Verify that signature with
    minisign and the project's public key
    (minisign.pub):

    minisign -Vm SHA256SUMS -p minisign.pub
    

    The key's ID is CF0BCBD82CFD5B85. Since the key and the signature come from the
    same host as this download, cross-check that ID against an independent copy — the
    source repository or the
    GitHub mirror — before you trust it.

    Because SHA256SUMS covers every file above, one verified signature over the
    list anchors the whole release: tampering with any listed artifact breaks its
    checksum, and the signed list is what vouches for those checksums. The macOS build
    additionally carries an Apple notarisation attesting its publisher; for the
    strongest guarantee on any platform, build from source — every artifact above
    comes from a workflow in this repository that you can read, and make check-toolchain pins the exact Flutter release used.

    What is in it

    See CHANGELOG.md
    for the full list, and
    docs/USER_GUIDE.md
    to get started. Both links point at this tag, not at main, so they keep
    describing the version you just downloaded.

    Licensed under the EUPL-1.2. Published by Stichting LibreKAT. Security
    findings: security@librekat.nl — see
    SECURITY.md.

    Downloads
  • v0.3.5 aef71c6d98

    OciDeck v0.3.5
    All checks were successful
    release / Web bouwen (push) Successful in 5m20s
    release / Webversie live zetten (push) Successful in 13s
    release / Linux bouwen (push) Successful in 10m34s
    ci / gate (push) Successful in 11m51s
    release / Windows ophalen van de spiegel (push) Successful in 23m39s
    release / macOS bouwen (push) Successful in 13m4s
    release / Release publiceren (push) Successful in 3m50s
    linux-gate / gate-linux (push) Successful in 29m54s
    release / Website-downloads bijwerken (push) Successful in 1m23s
    release / Homebrew-cask bijwerken (push) Successful in 1m42s
    Stable

    brenno released this 2026-08-06 01:04:52 +00:00 | 1564 commits to main since this release

    OciDeck 0.3.5 — a presentation tool where the content, not the canvas, is
    the document. Decks are Marp Markdown: plain text you can read, diff and keep.

    Try it without installing: https://ocideck.librekat.nl/ runs this same
    version in your browser. Your deck stays in the tab; nothing is uploaded.

    Downloads

    Platform File
    macOS (Apple Silicon + Intel) ocideck-macos-0.3.5.zip
    Windows (x64) ocideck-windows-x64-0.3.5.zip
    Linux — AppImage (most distributions) ocideck-linux-x86_64-0.3.5.AppImage
    Linux — Debian / Ubuntu / Mint ocideck-linux-amd64-0.3.5.deb
    Linux — Fedora / openSUSE ocideck-linux-x86_64-0.3.5.rpm
    Linux — portable tarball ocideck-linux-x64-0.3.5.tar.gz
    Web bundle (self-hosting) ocideck-web-0.3.5.tar.gz

    Also attached: the Software Bill of Materials in CycloneDX
    (ocideck-0.3.5.cdx.json) and SPDX (ocideck-0.3.5.spdx.json),
    SHA256SUMS over every file above, and SHA256SUMS.minisig — a minisign
    signature over that list.

    Opening the download on each platform

    The macOS build is signed and notarised; the Windows and Linux builds are not
    code-signed. Only Windows warns on first launch — a Linux tarball does not.
    Verify the download below, then:

    macOS. Signed with a Developer ID and notarised by Apple — it opens with a
    normal double-click, no workaround needed. (Check with spctl -a -t exec OciDeck.app: it reports source=Notarized Developer ID.)

    Windows. SmartScreen shows "Windows protected your PC". Choose More
    info
    , then Run anyway.

    Linux. Four packagings of the same build — pick what fits your distribution.
    None is sandboxed or store-signed; each wraps the same bundle listed above.

    • AppImagechmod +x ocideck-linux-x86_64-0.3.5.AppImage, then run it. One
      file, no installation, works on most distributions.
    • Debian / Ubuntu / Mintsudo apt install ./ocideck-linux-amd64-0.3.5.deb.
    • Fedora / openSUSEsudo dnf install ./ocideck-linux-x86_64-0.3.5.rpm
      (or sudo zypper install ./ocideck-linux-x86_64-0.3.5.rpm).
    • Any distribution — unpack ocideck-linux-x64-0.3.5.tar.gz and run
      ./ocideck.

    All four need GTK 3, libsecret-1 and liblzma5; the .deb and .rpm pull
    them in, and any GTK desktop already has them. For the AppImage or tarball on a
    minimal system: sudo apt install libgtk-3-0 libsecret-1-0 (Debian/Ubuntu).

    Verifying what you downloaded

    First check that the checksum list vouches for your files:

    sha256sum --ignore-missing -c SHA256SUMS
    

    (macOS: shasum -a 256 -c SHA256SUMS --ignore-missing.)

    SHA256SUMS on its own tells you only that you have the bytes it lists — not who
    published them. The list itself is therefore signed. Verify that signature with
    minisign and the project's public key
    (minisign.pub):

    minisign -Vm SHA256SUMS -p minisign.pub
    

    The key's ID is CF0BCBD82CFD5B85. Since the key and the signature come from the
    same host as this download, cross-check that ID against an independent copy — the
    source repository or the
    GitHub mirror — before you trust it.

    Because SHA256SUMS covers every file above, one verified signature over the
    list anchors the whole release: tampering with any listed artifact breaks its
    checksum, and the signed list is what vouches for those checksums. The macOS build
    additionally carries an Apple notarisation attesting its publisher; for the
    strongest guarantee on any platform, build from source — every artifact above
    comes from a workflow in this repository that you can read, and make check-toolchain pins the exact Flutter release used.

    What is in it

    See CHANGELOG.md
    for the full list, and
    docs/USER_GUIDE.md
    to get started. Both links point at this tag, not at main, so they keep
    describing the version you just downloaded.

    Licensed under the EUPL-1.2. Published by Stichting LibreKAT. Security
    findings: security@librekat.nl — see
    SECURITY.md.

    Downloads
  • v0.3.4 897636fb89

    OciDeck v0.3.4
    All checks were successful
    release / Web bouwen (push) Successful in 5m19s
    release / Webversie live zetten (push) Successful in 24s
    release / Linux bouwen (push) Successful in 10m39s
    ci / gate (push) Successful in 15m7s
    release / Windows ophalen van de spiegel (push) Successful in 21m0s
    linux-gate / gate-linux (push) Successful in 28m47s
    release / macOS bouwen (push) Successful in 20m44s
    release / Release publiceren (push) Successful in 1m46s
    release / Website-downloads bijwerken (push) Successful in 1m24s
    release / Homebrew-cask bijwerken (push) Successful in 2m33s
    Stable

    brenno released this 2026-08-05 19:07:51 +00:00 | 1580 commits to main since this release

    OciDeck 0.3.4 — a presentation tool where the content, not the canvas, is
    the document. Decks are Marp Markdown: plain text you can read, diff and keep.

    Try it without installing: https://ocideck.librekat.nl/ runs this same
    version in your browser. Your deck stays in the tab; nothing is uploaded.

    Downloads

    Platform File
    macOS (Apple Silicon + Intel) ocideck-macos-0.3.4.zip
    Windows (x64) ocideck-windows-x64-0.3.4.zip
    Linux — AppImage (most distributions) ocideck-linux-x86_64-0.3.4.AppImage
    Linux — Debian / Ubuntu / Mint ocideck-linux-amd64-0.3.4.deb
    Linux — Fedora / openSUSE ocideck-linux-x86_64-0.3.4.rpm
    Linux — portable tarball ocideck-linux-x64-0.3.4.tar.gz
    Web bundle (self-hosting) ocideck-web-0.3.4.tar.gz

    Also attached: the Software Bill of Materials in CycloneDX
    (ocideck-0.3.4.cdx.json) and SPDX (ocideck-0.3.4.spdx.json),
    SHA256SUMS over every file above, and SHA256SUMS.minisig — a minisign
    signature over that list.

    Opening the download on each platform

    The macOS build is signed and notarised; the Windows and Linux builds are not
    code-signed. Only Windows warns on first launch — a Linux tarball does not.
    Verify the download below, then:

    macOS. Signed with a Developer ID and notarised by Apple — it opens with a
    normal double-click, no workaround needed. (Check with spctl -a -t exec OciDeck.app: it reports source=Notarized Developer ID.)

    Windows. SmartScreen shows "Windows protected your PC". Choose More
    info
    , then Run anyway.

    Linux. Four packagings of the same build — pick what fits your distribution.
    None is sandboxed or store-signed; each wraps the same bundle listed above.

    • AppImagechmod +x ocideck-linux-x86_64-0.3.4.AppImage, then run it. One
      file, no installation, works on most distributions.
    • Debian / Ubuntu / Mintsudo apt install ./ocideck-linux-amd64-0.3.4.deb.
    • Fedora / openSUSEsudo dnf install ./ocideck-linux-x86_64-0.3.4.rpm
      (or sudo zypper install ./ocideck-linux-x86_64-0.3.4.rpm).
    • Any distribution — unpack ocideck-linux-x64-0.3.4.tar.gz and run
      ./ocideck.

    All four need GTK 3, libsecret-1 and liblzma5; the .deb and .rpm pull
    them in, and any GTK desktop already has them. For the AppImage or tarball on a
    minimal system: sudo apt install libgtk-3-0 libsecret-1-0 (Debian/Ubuntu).

    Verifying what you downloaded

    First check that the checksum list vouches for your files:

    sha256sum --ignore-missing -c SHA256SUMS
    

    (macOS: shasum -a 256 -c SHA256SUMS --ignore-missing.)

    SHA256SUMS on its own tells you only that you have the bytes it lists — not who
    published them. The list itself is therefore signed. Verify that signature with
    minisign and the project's public key
    (minisign.pub):

    minisign -Vm SHA256SUMS -p minisign.pub
    

    The key's ID is CF0BCBD82CFD5B85. Since the key and the signature come from the
    same host as this download, cross-check that ID against an independent copy — the
    source repository or the
    GitHub mirror — before you trust it.

    Because SHA256SUMS covers every file above, one verified signature over the
    list anchors the whole release: tampering with any listed artifact breaks its
    checksum, and the signed list is what vouches for those checksums. The macOS build
    additionally carries an Apple notarisation attesting its publisher; for the
    strongest guarantee on any platform, build from source — every artifact above
    comes from a workflow in this repository that you can read, and make check-toolchain pins the exact Flutter release used.

    What is in it

    See CHANGELOG.md
    for the full list, and
    docs/USER_GUIDE.md
    to get started. Both links point at this tag, not at main, so they keep
    describing the version you just downloaded.

    Licensed under the EUPL-1.2. Published by Stichting LibreKAT. Security
    findings: security@librekat.nl — see
    SECURITY.md.

    Downloads
  • v0.3.2 bfb5f797ce

    OciDeck v0.3.2
    Some checks failed
    release / Web bouwen (push) Successful in 8m30s
    release / Webversie live zetten (push) Successful in 24s
    ci / gate (push) Successful in 17m50s
    release / Linux bouwen (push) Successful in 23m33s
    release / Windows ophalen van de spiegel (push) Successful in 23m49s
    linux-gate / gate-linux (push) Has been cancelled
    release / macOS bouwen (push) Successful in 20m43s
    release / Release publiceren (push) Successful in 4m38s
    release / Homebrew-cask bijwerken (push) Successful in 23s
    release / Website-downloads bijwerken (push) Successful in 3m1s
    Stable

    brenno released this 2026-08-05 13:15:07 +00:00 | 1621 commits to main since this release

    OciDeck 0.3.2 — a presentation tool where the content, not the canvas, is
    the document. Decks are Marp Markdown: plain text you can read, diff and keep.

    Try it without installing: https://ocideck.librekat.nl/ runs this same
    version in your browser. Your deck stays in the tab; nothing is uploaded.

    Downloads

    Platform File
    macOS (Apple Silicon + Intel) ocideck-macos-0.3.2.zip
    Windows (x64) ocideck-windows-x64-0.3.2.zip
    Linux (x64) ocideck-linux-x64-0.3.2.tar.gz
    Web bundle (self-hosting) ocideck-web-0.3.2.tar.gz

    Also attached: the Software Bill of Materials in CycloneDX
    (ocideck-0.3.2.cdx.json) and SPDX (ocideck-0.3.2.spdx.json),
    SHA256SUMS over every file above, and SHA256SUMS.minisig — a minisign
    signature over that list.

    Opening the download on each platform

    The macOS build is signed and notarised; the Windows and Linux builds are not
    code-signed. Only Windows warns on first launch — a Linux tarball does not.
    Verify the download below, then:

    macOS. Signed with a Developer ID and notarised by Apple — it opens with a
    normal double-click, no workaround needed. (Check with spctl -a -t exec OciDeck.app: it reports source=Notarized Developer ID.)

    Windows. SmartScreen shows "Windows protected your PC". Choose More
    info
    , then Run anyway.

    Linux. Unpack and run ./ocideck. The bundle needs GTK 3 and
    libsecret-1; on Debian/Ubuntu: sudo apt install libgtk-3-0 libsecret-1-0.

    Verifying what you downloaded

    First check that the checksum list vouches for your files:

    sha256sum --ignore-missing -c SHA256SUMS
    

    (macOS: shasum -a 256 -c SHA256SUMS --ignore-missing.)

    SHA256SUMS on its own tells you only that you have the bytes it lists — not who
    published them. The list itself is therefore signed. Verify that signature with
    minisign and the project's public key
    (minisign.pub):

    minisign -Vm SHA256SUMS -p minisign.pub
    

    The key's ID is CF0BCBD82CFD5B85. Since the key and the signature come from the
    same host as this download, cross-check that ID against an independent copy — the
    source repository or the
    GitHub mirror — before you trust it.

    Because SHA256SUMS covers every file above, one verified signature over the
    list anchors the whole release: tampering with any listed artifact breaks its
    checksum, and the signed list is what vouches for those checksums. The macOS build
    additionally carries an Apple notarisation attesting its publisher; for the
    strongest guarantee on any platform, build from source — every artifact above
    comes from a workflow in this repository that you can read, and make check-toolchain pins the exact Flutter release used.

    What is in it

    See CHANGELOG.md
    for the full list, and
    docs/USER_GUIDE.md
    to get started. Both links point at this tag, not at main, so they keep
    describing the version you just downloaded.

    Licensed under the EUPL-1.2. Published by Stichting LibreKAT. Security
    findings: security@librekat.nl — see
    SECURITY.md.

    Downloads
  • v0.3.1 ee71926569

    OciDeck v0.3.1
    Some checks failed
    release / Web bouwen (push) Successful in 6m5s
    release / Webversie live zetten (push) Successful in 26s
    ci / gate (push) Successful in 10m56s
    release / Linux bouwen (push) Successful in 21m52s
    release / macOS bouwen (push) Successful in 12m51s
    release / Windows ophalen van de spiegel (push) Successful in 25m8s
    linux-gate / gate-linux (push) Failing after 33m56s
    release / Release publiceren (push) Successful in 4m8s
    release / Homebrew-cask bijwerken (push) Failing after 1m8s
    release / Website-downloads bijwerken (push) Successful in 2m38s
    Stable

    brenno released this 2026-08-04 19:15:11 +00:00 | 1693 commits to main since this release

    OciDeck 0.3.1 — a presentation tool where the content, not the canvas, is
    the document. Decks are Marp Markdown: plain text you can read, diff and keep.

    Try it without installing: https://ocideck.librekat.nl/ runs this same
    version in your browser. Your deck stays in the tab; nothing is uploaded.

    Downloads

    Platform File
    macOS (Apple Silicon + Intel) ocideck-macos-0.3.1.zip
    Windows (x64) ocideck-windows-x64-0.3.1.zip
    Linux (x64) ocideck-linux-x64-0.3.1.tar.gz
    Web bundle (self-hosting) ocideck-web-0.3.1.tar.gz

    Also attached: the Software Bill of Materials in CycloneDX
    (ocideck-0.3.1.cdx.json) and SPDX (ocideck-0.3.1.spdx.json),
    SHA256SUMS over every file above, and SHA256SUMS.minisig — a minisign
    signature over that list.

    Opening the download on each platform

    The macOS build is signed and notarised; the Windows and Linux builds are not
    code-signed. Only Windows warns on first launch — a Linux tarball does not.
    Verify the download below, then:

    macOS. Signed with a Developer ID and notarised by Apple — it opens with a
    normal double-click, no workaround needed. (Check with spctl -a -t exec OciDeck.app: it reports source=Notarized Developer ID.)

    Windows. SmartScreen shows "Windows protected your PC". Choose More
    info
    , then Run anyway.

    Linux. Unpack and run ./ocideck. The bundle needs GTK 3 and
    libsecret-1; on Debian/Ubuntu: sudo apt install libgtk-3-0 libsecret-1-0.

    Verifying what you downloaded

    First check that the checksum list vouches for your files:

    sha256sum --ignore-missing -c SHA256SUMS
    

    (macOS: shasum -a 256 -c SHA256SUMS --ignore-missing.)

    SHA256SUMS on its own tells you only that you have the bytes it lists — not who
    published them. The list itself is therefore signed. Verify that signature with
    minisign and the project's public key
    (minisign.pub):

    minisign -Vm SHA256SUMS -p minisign.pub
    

    The key's ID is CF0BCBD82CFD5B85. Since the key and the signature come from the
    same host as this download, cross-check that ID against an independent copy — the
    source repository or the
    GitHub mirror — before you trust it.

    Because SHA256SUMS covers every file above, one verified signature over the
    list anchors the whole release: tampering with any listed artifact breaks its
    checksum, and the signed list is what vouches for those checksums. The macOS build
    additionally carries an Apple notarisation attesting its publisher; for the
    strongest guarantee on any platform, build from source — every artifact above
    comes from a workflow in this repository that you can read, and make check-toolchain pins the exact Flutter release used.

    What is in it

    See CHANGELOG.md
    for the full list, and
    docs/USER_GUIDE.md
    to get started. Both links point at this tag, not at main, so they keep
    describing the version you just downloaded.

    Licensed under the EUPL-1.2. Published by Stichting LibreKAT. Security
    findings: security@librekat.nl — see
    SECURITY.md.

    Downloads
  • v0.3.0 0e11348760

    OciDeck v0.3.0
    All checks were successful
    release / Web bouwen (push) Successful in 6m11s
    release / Webversie live zetten (push) Successful in 44s
    ci / gate (push) Successful in 13m10s
    release / Linux bouwen (push) Successful in 19m24s
    release / Windows ophalen van de spiegel (push) Successful in 23m20s
    release / macOS bouwen (push) Successful in 13m57s
    release / Release publiceren (push) Successful in 8m31s
    release / Website-downloads bijwerken (push) Successful in 3m29s
    linux-gate / gate-linux (push) Successful in 42m54s
    Stable

    brenno released this 2026-08-04 10:40:54 +00:00 | 1738 commits to main since this release

    OciDeck 0.3.0 — a presentation tool where the content, not the canvas, is
    the document. Decks are Marp Markdown: plain text you can read, diff and keep.

    Try it without installing: https://ocideck.librekat.nl/ runs this same
    version in your browser. Your deck stays in the tab; nothing is uploaded.

    Downloads

    Platform File
    macOS (Apple Silicon + Intel) ocideck-macos-0.3.0.zip
    Windows (x64) ocideck-windows-x64-0.3.0.zip
    Linux (x64) ocideck-linux-x64-0.3.0.tar.gz
    Web bundle (self-hosting) ocideck-web-0.3.0.tar.gz

    Also attached: the Software Bill of Materials in CycloneDX
    (ocideck-0.3.0.cdx.json) and SPDX (ocideck-0.3.0.spdx.json),
    SHA256SUMS over every file above, and SHA256SUMS.minisig — a minisign
    signature over that list.

    Opening the download on each platform

    The macOS build is signed and notarised; the Windows and Linux builds are not
    code-signed. Only Windows warns on first launch — a Linux tarball does not.
    Verify the download below, then:

    macOS. Signed with a Developer ID and notarised by Apple — it opens with a
    normal double-click, no workaround needed. (Check with spctl -a -t exec OciDeck.app: it reports source=Notarized Developer ID.)

    Windows. SmartScreen shows "Windows protected your PC". Choose More
    info
    , then Run anyway.

    Linux. Unpack and run ./ocideck. The bundle needs GTK 3 and
    libsecret-1; on Debian/Ubuntu: sudo apt install libgtk-3-0 libsecret-1-0.

    Verifying what you downloaded

    First check that the checksum list vouches for your files:

    sha256sum --ignore-missing -c SHA256SUMS
    

    (macOS: shasum -a 256 -c SHA256SUMS --ignore-missing.)

    SHA256SUMS on its own tells you only that you have the bytes it lists — not who
    published them. The list itself is therefore signed. Verify that signature with
    minisign and the project's public key
    (minisign.pub):

    minisign -Vm SHA256SUMS -p minisign.pub
    

    The key's ID is CF0BCBD82CFD5B85. Since the key and the signature come from the
    same host as this download, cross-check that ID against an independent copy — the
    source repository or the
    GitHub mirror — before you trust it.

    Because SHA256SUMS covers every file above, one verified signature over the
    list anchors the whole release: tampering with any listed artifact breaks its
    checksum, and the signed list is what vouches for those checksums. The macOS build
    additionally carries an Apple notarisation attesting its publisher; for the
    strongest guarantee on any platform, build from source — every artifact above
    comes from a workflow in this repository that you can read, and make check-toolchain pins the exact Flutter release used.

    What is in it

    See CHANGELOG.md
    for the full list, and
    docs/USER_GUIDE.md
    to get started. Both links point at this tag, not at main, so they keep
    describing the version you just downloaded.

    Licensed under the EUPL-1.2. Published by Stichting LibreKAT. Security
    findings: security@librekat.nl — see
    SECURITY.md.

    Downloads