• v0.6.3 2eb44191c7

    OciDeck v0.6.3
    All checks were successful
    web-gate / web-gate (push) Successful in 5m41s
    static-gate / static-gate (push) Successful in 7m17s
    macos-build / build-macos (push) Successful in 12m11s
    macos-gate / golden-gate (push) Successful in 7m30s
    ci / gate (push) Successful in 13m59s
    linux-build / build-linux (push) Successful in 34m28s
    release / Poort (vóór het bouwen) (push) Successful in 13m51s
    release / Windows ophalen van de spiegel (push) Successful in 1m34s
    release / Web bouwen (push) Successful in 6m19s
    release / Webversie live zetten (push) Successful in 8s
    release / macOS bouwen (push) Successful in 14m32s
    release / Linux bouwen (push) Successful in 18m26s
    release / Release publiceren (push) Successful in 1m52s
    release / Website-downloads bijwerken (push) Successful in 2m6s
    Stable

    brenno released this 2026-09-13 21:01:29 +00:00 | 28 commits to main since this release

    OciDeck 0.6.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.6.3.zip
    Windows — installer ocideck-windows-x64-setup-0.6.3.exe
    Windows — portable zip ocideck-windows-x64-0.6.3.zip
    Linux — AppImage (most distributions) ocideck-linux-x86_64-0.6.3.AppImage
    Linux — Debian / Ubuntu / Mint ocideck-linux-amd64-0.6.3.deb
    Linux — Fedora / openSUSE ocideck-linux-x86_64-0.6.3.rpm
    Linux — portable tarball ocideck-linux-x64-0.6.3.tar.gz
    Web bundle (self-hosting) ocideck-web-0.6.3.tar.gz

    Also attached: the Software Bill of Materials in CycloneDX
    (ocideck-0.6.3.cdx.json) and SPDX (ocideck-0.6.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. Two ways in, both the same build — pick one.

    • Installer (ocideck-windows-x64-setup-0.6.3.exe) — installs to Program
      Files with a Start menu shortcut, registers .ocideck (and adds OciDeck to
      Open with… for .md), and uninstalls through Apps & features. Without
      administrator rights, choose the per-user install when it asks.
    • Portable zip (ocideck-windows-x64-0.6.3.zip) — unpack and run
      ocideck.exe. Nothing is written outside the folder, and no rights are needed.

    Neither checks for updates or contacts a server; a new version reaches you the
    way every other change does — from the repository.

    Both are unsigned, so SmartScreen shows "Windows protected your PC": choose
    More info, then Run anyway. The installer additionally asks for
    elevation as Unknown publisher. Check the download against SHA256SUMS (and
    SHA256SUMS.minisig) before you run either — that signature, not a certificate,
    is what attests where these files came from.

    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.6.3.AppImage, then run it. One
      file, no installation, works on most distributions.
    • Debian / Ubuntu / Mintsudo apt install ./ocideck-linux-amd64-0.6.3.deb.
    • Fedora / openSUSEsudo dnf install ./ocideck-linux-x86_64-0.6.3.rpm
      (or sudo zypper install ./ocideck-linux-x86_64-0.6.3.rpm).
    • Any distribution — unpack ocideck-linux-x64-0.6.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.6.2 1b10137461

    OciDeck v0.6.2
    All checks were successful
    web-gate / web-gate (push) Successful in 5m30s
    static-gate / static-gate (push) Successful in 7m9s
    macos-build / build-macos (push) Successful in 23m17s
    macos-gate / golden-gate (push) Successful in 10m7s
    linux-build / build-linux (push) Successful in 34m6s
    ci / gate (push) Successful in 40m21s
    release / Poort (vóór het bouwen) (push) Successful in 17m50s
    release / Windows ophalen van de spiegel (push) Successful in 1m27s
    release / Web bouwen (push) Successful in 6m12s
    release / Webversie live zetten (push) Successful in 10s
    release / Linux bouwen (push) Successful in 16m57s
    release / macOS bouwen (push) Successful in 14m52s
    release / Release publiceren (push) Successful in 35s
    release / Website-downloads bijwerken (push) Successful in 1m21s
    Stable

    brenno released this 2026-09-12 16:55:46 +00:00 | 72 commits to main since this release

    OciDeck 0.6.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.6.2.zip
    Windows — installer ocideck-windows-x64-setup-0.6.2.exe
    Windows — portable zip ocideck-windows-x64-0.6.2.zip
    Linux — AppImage (most distributions) ocideck-linux-x86_64-0.6.2.AppImage
    Linux — Debian / Ubuntu / Mint ocideck-linux-amd64-0.6.2.deb
    Linux — Fedora / openSUSE ocideck-linux-x86_64-0.6.2.rpm
    Linux — portable tarball ocideck-linux-x64-0.6.2.tar.gz
    Web bundle (self-hosting) ocideck-web-0.6.2.tar.gz

    Also attached: the Software Bill of Materials in CycloneDX
    (ocideck-0.6.2.cdx.json) and SPDX (ocideck-0.6.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. Two ways in, both the same build — pick one.

    • Installer (ocideck-windows-x64-setup-0.6.2.exe) — installs to Program
      Files with a Start menu shortcut, registers .ocideck (and adds OciDeck to
      Open with… for .md), and uninstalls through Apps & features. Without
      administrator rights, choose the per-user install when it asks.
    • Portable zip (ocideck-windows-x64-0.6.2.zip) — unpack and run
      ocideck.exe. Nothing is written outside the folder, and no rights are needed.

    Neither checks for updates or contacts a server; a new version reaches you the
    way every other change does — from the repository.

    Both are unsigned, so SmartScreen shows "Windows protected your PC": choose
    More info, then Run anyway. The installer additionally asks for
    elevation as Unknown publisher. Check the download against SHA256SUMS (and
    SHA256SUMS.minisig) before you run either — that signature, not a certificate,
    is what attests where these files came from.

    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.6.2.AppImage, then run it. One
      file, no installation, works on most distributions.
    • Debian / Ubuntu / Mintsudo apt install ./ocideck-linux-amd64-0.6.2.deb.
    • Fedora / openSUSEsudo dnf install ./ocideck-linux-x86_64-0.6.2.rpm
      (or sudo zypper install ./ocideck-linux-x86_64-0.6.2.rpm).
    • Any distribution — unpack ocideck-linux-x64-0.6.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.6.1 2f97e9f5b0

    OciDeck v0.6.1
    Some checks failed
    web-gate / web-gate (push) Successful in 5m45s
    ci-image-scans / build-publish (push) Successful in 7m16s
    static-gate / static-gate (push) Successful in 7m31s
    macos-build / build-macos (push) Successful in 29m15s
    macos-gate / golden-gate (push) Successful in 9m25s
    linux-build / build-linux (push) Successful in 44m27s
    ci / gate (push) Successful in 15m0s
    release / Poort (vóór het bouwen) (push) Failing after 14m23s
    release / Web bouwen (push) Has been skipped
    release / Linux bouwen (push) Has been skipped
    release / macOS bouwen (push) Has been skipped
    release / Windows ophalen van de spiegel (push) Has been skipped
    release / Release publiceren (push) Has been skipped
    release / Webversie live zetten (push) Has been skipped
    release / Website-downloads bijwerken (push) Has been skipped
    Stable

    brenno released this 2026-09-11 22:12:41 +00:00 | 100 commits to main since this release

    OciDeck 0.6.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.6.1.zip
    Windows — installer ocideck-windows-x64-setup-0.6.1.exe
    Windows — portable zip ocideck-windows-x64-0.6.1.zip
    Linux — AppImage (most distributions) ocideck-linux-x86_64-0.6.1.AppImage
    Linux — Debian / Ubuntu / Mint ocideck-linux-amd64-0.6.1.deb
    Linux — Fedora / openSUSE ocideck-linux-x86_64-0.6.1.rpm
    Linux — portable tarball ocideck-linux-x64-0.6.1.tar.gz
    Web bundle (self-hosting) ocideck-web-0.6.1.tar.gz

    Also attached: the Software Bill of Materials in CycloneDX
    (ocideck-0.6.1.cdx.json) and SPDX (ocideck-0.6.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. Two ways in, both the same build — pick one.

    • Installer (ocideck-windows-x64-setup-0.6.1.exe) — installs to Program
      Files with a Start menu shortcut, registers .ocideck (and adds OciDeck to
      Open with… for .md), and uninstalls through Apps & features. Without
      administrator rights, choose the per-user install when it asks.
    • Portable zip (ocideck-windows-x64-0.6.1.zip) — unpack and run
      ocideck.exe. Nothing is written outside the folder, and no rights are needed.

    Neither checks for updates or contacts a server; a new version reaches you the
    way every other change does — from the repository.

    Both are unsigned, so SmartScreen shows "Windows protected your PC": choose
    More info, then Run anyway. The installer additionally asks for
    elevation as Unknown publisher. Check the download against SHA256SUMS (and
    SHA256SUMS.minisig) before you run either — that signature, not a certificate,
    is what attests where these files came from.

    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.6.1.AppImage, then run it. One
      file, no installation, works on most distributions.
    • Debian / Ubuntu / Mintsudo apt install ./ocideck-linux-amd64-0.6.1.deb.
    • Fedora / openSUSEsudo dnf install ./ocideck-linux-x86_64-0.6.1.rpm
      (or sudo zypper install ./ocideck-linux-x86_64-0.6.1.rpm).
    • Any distribution — unpack ocideck-linux-x64-0.6.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.6.0 0a02490097

    OciDeck v0.6.0
    All checks were successful
    web-gate / web-gate (push) Successful in 5m50s
    static-gate / static-gate (push) Successful in 7m12s
    macos-build / build-macos (push) Successful in 13m2s
    macos-gate / golden-gate (push) Successful in 8m6s
    ci / gate (push) Successful in 16m2s
    linux-build / build-linux (push) Successful in 37m41s
    release / Poort (vóór het bouwen) (push) Successful in 15m28s
    release / Windows ophalen van de spiegel (push) Successful in 2m33s
    release / Web bouwen (push) Successful in 7m42s
    release / macOS bouwen (push) Successful in 14m29s
    release / Webversie live zetten (push) Successful in 17s
    release / Linux bouwen (push) Successful in 21m54s
    release / Release publiceren (push) Successful in 46s
    release / Website-downloads bijwerken (push) Successful in 2m6s
    Stable

    brenno released this 2026-09-09 19:46:31 +00:00 | 144 commits to main since this release

    OciDeck 0.6.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.6.0.zip
    Windows — installer ocideck-windows-x64-setup-0.6.0.exe
    Windows — portable zip ocideck-windows-x64-0.6.0.zip
    Linux — AppImage (most distributions) ocideck-linux-x86_64-0.6.0.AppImage
    Linux — Debian / Ubuntu / Mint ocideck-linux-amd64-0.6.0.deb
    Linux — Fedora / openSUSE ocideck-linux-x86_64-0.6.0.rpm
    Linux — portable tarball ocideck-linux-x64-0.6.0.tar.gz
    Web bundle (self-hosting) ocideck-web-0.6.0.tar.gz

    Also attached: the Software Bill of Materials in CycloneDX
    (ocideck-0.6.0.cdx.json) and SPDX (ocideck-0.6.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. Two ways in, both the same build — pick one.

    • Installer (ocideck-windows-x64-setup-0.6.0.exe) — installs to Program
      Files with a Start menu shortcut, registers .ocideck (and adds OciDeck to
      Open with… for .md), and uninstalls through Apps & features. Without
      administrator rights, choose the per-user install when it asks.
    • Portable zip (ocideck-windows-x64-0.6.0.zip) — unpack and run
      ocideck.exe. Nothing is written outside the folder, and no rights are needed.

    Neither checks for updates or contacts a server; a new version reaches you the
    way every other change does — from the repository.

    Both are unsigned, so SmartScreen shows "Windows protected your PC": choose
    More info, then Run anyway. The installer additionally asks for
    elevation as Unknown publisher. Check the download against SHA256SUMS (and
    SHA256SUMS.minisig) before you run either — that signature, not a certificate,
    is what attests where these files came from.

    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.6.0.AppImage, then run it. One
      file, no installation, works on most distributions.
    • Debian / Ubuntu / Mintsudo apt install ./ocideck-linux-amd64-0.6.0.deb.
    • Fedora / openSUSEsudo dnf install ./ocideck-linux-x86_64-0.6.0.rpm
      (or sudo zypper install ./ocideck-linux-x86_64-0.6.0.rpm).
    • Any distribution — unpack ocideck-linux-x64-0.6.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.5.0 d8bda33b65

    OciDeck v0.5.0
    Some checks failed
    web-gate / web-gate (push) Successful in 8m53s
    ci-image-scans / build-publish (push) Successful in 9m25s
    static-gate / static-gate (push) Successful in 11m24s
    macos-build / build-macos (push) Successful in 13m28s
    ci / gate (push) Successful in 16m1s
    release / Poort (vóór het bouwen) (push) Failing after 13m19s
    linux-gate / gate-linux (push) Successful in 58m38s
    linux-build / build-linux (push) Successful in 1h27m59s
    release / Web bouwen (push) Has been cancelled
    release / Webversie live zetten (push) Has been cancelled
    release / Linux bouwen (push) Has been cancelled
    release / macOS bouwen (push) Has been cancelled
    release / Windows ophalen van de spiegel (push) Has been cancelled
    release / Release publiceren (push) Has been cancelled
    release / Website-downloads bijwerken (push) Has been cancelled
    Stable

    brenno released this 2026-09-01 06:51:03 +00:00 | 342 commits to main since this release

    OciDeck 0.5.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.5.0.zip
    Windows — installer ocideck-windows-x64-setup-0.5.0.exe
    Windows — portable zip ocideck-windows-x64-0.5.0.zip
    Linux — AppImage (most distributions) ocideck-linux-x86_64-0.5.0.AppImage
    Linux — Debian / Ubuntu / Mint ocideck-linux-amd64-0.5.0.deb
    Linux — Fedora / openSUSE ocideck-linux-x86_64-0.5.0.rpm
    Linux — portable tarball ocideck-linux-x64-0.5.0.tar.gz
    Web bundle (self-hosting) ocideck-web-0.5.0.tar.gz

    Also attached: the Software Bill of Materials in CycloneDX
    (ocideck-0.5.0.cdx.json) and SPDX (ocideck-0.5.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. Two ways in, both the same build — pick one.

    • Installer (ocideck-windows-x64-setup-0.5.0.exe) — installs to Program
      Files with a Start menu shortcut, registers .ocideck (and adds OciDeck to
      Open with… for .md), and uninstalls through Apps & features. Without
      administrator rights, choose the per-user install when it asks.
    • Portable zip (ocideck-windows-x64-0.5.0.zip) — unpack and run
      ocideck.exe. Nothing is written outside the folder, and no rights are needed.

    Neither checks for updates or contacts a server; a new version reaches you the
    way every other change does — from the repository.

    Both are unsigned, so SmartScreen shows "Windows protected your PC": choose
    More info, then Run anyway. The installer additionally asks for
    elevation as Unknown publisher. Check the download against SHA256SUMS (and
    SHA256SUMS.minisig) before you run either — that signature, not a certificate,
    is what attests where these files came from.

    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.5.0.AppImage, then run it. One
      file, no installation, works on most distributions.
    • Debian / Ubuntu / Mintsudo apt install ./ocideck-linux-amd64-0.5.0.deb.
    • Fedora / openSUSEsudo dnf install ./ocideck-linux-x86_64-0.5.0.rpm
      (or sudo zypper install ./ocideck-linux-x86_64-0.5.0.rpm).
    • Any distribution — unpack ocideck-linux-x64-0.5.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.4.10 faee0d64a0

    OciDeck v0.4.10
    Some checks failed
    static-gate / static-gate (push) Successful in 7m12s
    release / Web bouwen (push) Successful in 8m14s
    ci-image-scans / build-publish (push) Failing after 8m27s
    release / Webversie live zetten (push) Successful in 39s
    macos-build / build-macos (push) Successful in 19m53s
    release / Windows ophalen van de spiegel (push) Successful in 18m50s
    ci / gate (push) Successful in 17m50s
    release / Linux bouwen (push) Successful in 31m41s
    release / macOS bouwen (push) Successful in 16m14s
    release / Release publiceren (push) Successful in 1m25s
    release / Website-downloads bijwerken (push) Successful in 2m56s
    linux-gate / gate-linux (push) Successful in 58m37s
    linux-build / build-linux (push) Successful in 1h1m29s
    Stable

    brenno released this 2026-08-25 22:35:53 +00:00 | 512 commits to main since this release

    OciDeck 0.4.10 — 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.10.zip
    Windows — installer ocideck-windows-x64-setup-0.4.10.exe
    Windows — portable zip ocideck-windows-x64-0.4.10.zip
    Linux — AppImage (most distributions) ocideck-linux-x86_64-0.4.10.AppImage
    Linux — Debian / Ubuntu / Mint ocideck-linux-amd64-0.4.10.deb
    Linux — Fedora / openSUSE ocideck-linux-x86_64-0.4.10.rpm
    Linux — portable tarball ocideck-linux-x64-0.4.10.tar.gz
    Web bundle (self-hosting) ocideck-web-0.4.10.tar.gz

    Also attached: the Software Bill of Materials in CycloneDX
    (ocideck-0.4.10.cdx.json) and SPDX (ocideck-0.4.10.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. Two ways in, both the same build — pick one.

    • Installer (ocideck-windows-x64-setup-0.4.10.exe) — installs to Program
      Files with a Start menu shortcut, registers .ocideck (and adds OciDeck to
      Open with… for .md), and uninstalls through Apps & features. Without
      administrator rights, choose the per-user install when it asks.
    • Portable zip (ocideck-windows-x64-0.4.10.zip) — unpack and run
      ocideck.exe. Nothing is written outside the folder, and no rights are needed.

    Neither checks for updates or contacts a server; a new version reaches you the
    way every other change does — from the repository.

    Both are unsigned, so SmartScreen shows "Windows protected your PC": choose
    More info, then Run anyway. The installer additionally asks for
    elevation as Unknown publisher. Check the download against SHA256SUMS (and
    SHA256SUMS.minisig) before you run either — that signature, not a certificate,
    is what attests where these files came from.

    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.10.AppImage, then run it. One
      file, no installation, works on most distributions.
    • Debian / Ubuntu / Mintsudo apt install ./ocideck-linux-amd64-0.4.10.deb.
    • Fedora / openSUSEsudo dnf install ./ocideck-linux-x86_64-0.4.10.rpm
      (or sudo zypper install ./ocideck-linux-x86_64-0.4.10.rpm).
    • Any distribution — unpack ocideck-linux-x64-0.4.10.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.8 1766d9bcaf

    OciDeck v0.4.8
    Some checks failed
    ci-image-scans / build-publish (push) Successful in 6m51s
    release / Web bouwen (push) Successful in 11m19s
    ci / gate (push) Successful in 12m53s
    release / Webversie live zetten (push) Successful in 31s
    release / Windows ophalen van de spiegel (push) Successful in 18m38s
    release / Linux bouwen (push) Successful in 21m44s
    release / macOS bouwen (push) Successful in 13m39s
    release / Release publiceren (push) Successful in 58s
    release / Homebrew-cask bijwerken (push) Failing after 43s
    release / Website-downloads bijwerken (push) Successful in 2m28s
    linux-gate / gate-linux (push) Successful in 41m2s
    Stable

    brenno released this 2026-08-21 08:02:34 +00:00 | 705 commits to main since this release

    OciDeck 0.4.8 — 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.8.zip
    Windows — installer ocideck-windows-x64-setup-0.4.8.exe
    Windows — portable zip ocideck-windows-x64-0.4.8.zip
    Linux — AppImage (most distributions) ocideck-linux-x86_64-0.4.8.AppImage
    Linux — Debian / Ubuntu / Mint ocideck-linux-amd64-0.4.8.deb
    Linux — Fedora / openSUSE ocideck-linux-x86_64-0.4.8.rpm
    Linux — portable tarball ocideck-linux-x64-0.4.8.tar.gz
    Web bundle (self-hosting) ocideck-web-0.4.8.tar.gz

    Also attached: the Software Bill of Materials in CycloneDX
    (ocideck-0.4.8.cdx.json) and SPDX (ocideck-0.4.8.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. Two ways in, both the same build — pick one.

    • Installer (ocideck-windows-x64-setup-0.4.8.exe) — installs to Program
      Files with a Start menu shortcut, registers .ocideck (and adds OciDeck to
      Open with… for .md), and uninstalls through Apps & features. Without
      administrator rights, choose the per-user install when it asks.
    • Portable zip (ocideck-windows-x64-0.4.8.zip) — unpack and run
      ocideck.exe. Nothing is written outside the folder, and no rights are needed.

    Neither checks for updates or contacts a server; a new version reaches you the
    way every other change does — from the repository.

    Both are unsigned, so SmartScreen shows "Windows protected your PC": choose
    More info, then Run anyway. The installer additionally asks for
    elevation as Unknown publisher. Check the download against SHA256SUMS (and
    SHA256SUMS.minisig) before you run either — that signature, not a certificate,
    is what attests where these files came from.

    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.8.AppImage, then run it. One
      file, no installation, works on most distributions.
    • Debian / Ubuntu / Mintsudo apt install ./ocideck-linux-amd64-0.4.8.deb.
    • Fedora / openSUSEsudo dnf install ./ocideck-linux-x86_64-0.4.8.rpm
      (or sudo zypper install ./ocideck-linux-x86_64-0.4.8.rpm).
    • Any distribution — unpack ocideck-linux-x64-0.4.8.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.6 2c5560d5c5

    OciDeck v0.4.6
    All checks were successful
    release / Web bouwen (push) Successful in 5m21s
    release / Webversie live zetten (push) Successful in 38s
    release / Linux bouwen (push) Successful in 9m55s
    ci / gate (push) Successful in 13m27s
    release / Windows ophalen van de spiegel (push) Successful in 25m38s
    release / macOS bouwen (push) Successful in 14m17s
    release / Release publiceren (push) Successful in 53s
    release / Homebrew-cask bijwerken (push) Successful in 34s
    linux-gate / gate-linux (push) Successful in 30m33s
    release / Website-downloads bijwerken (push) Successful in 2m3s
    Stable

    brenno released this 2026-08-18 22:00:38 +00:00 | 877 commits to main since this release

    OciDeck 0.4.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.4.6.zip
    Windows (x64) ocideck-windows-x64-0.4.6.zip
    Linux — AppImage (most distributions) ocideck-linux-x86_64-0.4.6.AppImage
    Linux — Debian / Ubuntu / Mint ocideck-linux-amd64-0.4.6.deb
    Linux — Fedora / openSUSE ocideck-linux-x86_64-0.4.6.rpm
    Linux — portable tarball ocideck-linux-x64-0.4.6.tar.gz
    Web bundle (self-hosting) ocideck-web-0.4.6.tar.gz

    Also attached: the Software Bill of Materials in CycloneDX
    (ocideck-0.4.6.cdx.json) and SPDX (ocideck-0.4.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.4.6.AppImage, then run it. One
      file, no installation, works on most distributions.
    • Debian / Ubuntu / Mintsudo apt install ./ocideck-linux-amd64-0.4.6.deb.
    • Fedora / openSUSEsudo dnf install ./ocideck-linux-x86_64-0.4.6.rpm
      (or sudo zypper install ./ocideck-linux-x86_64-0.4.6.rpm).
    • Any distribution — unpack ocideck-linux-x64-0.4.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.4.5 ec22691d4a

    OciDeck v0.4.5
    All checks were successful
    release / Web bouwen (push) Successful in 5m17s
    release / Webversie live zetten (push) Successful in 6s
    release / Linux bouwen (push) Successful in 9m48s
    ci / gate (push) Successful in 11m37s
    release / Windows ophalen van de spiegel (push) Successful in 24m43s
    release / macOS bouwen (push) Successful in 14m20s
    release / Release publiceren (push) Successful in 1m5s
    release / Homebrew-cask bijwerken (push) Successful in 30s
    release / Website-downloads bijwerken (push) Successful in 2m19s
    linux-gate / gate-linux (push) Successful in 30m49s
    Stable

    brenno released this 2026-08-18 12:52:55 +00:00 | 903 commits to main since this release

    OciDeck 0.4.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.4.5.zip
    Windows (x64) ocideck-windows-x64-0.4.5.zip
    Linux — AppImage (most distributions) ocideck-linux-x86_64-0.4.5.AppImage
    Linux — Debian / Ubuntu / Mint ocideck-linux-amd64-0.4.5.deb
    Linux — Fedora / openSUSE ocideck-linux-x86_64-0.4.5.rpm
    Linux — portable tarball ocideck-linux-x64-0.4.5.tar.gz
    Web bundle (self-hosting) ocideck-web-0.4.5.tar.gz

    Also attached: the Software Bill of Materials in CycloneDX
    (ocideck-0.4.5.cdx.json) and SPDX (ocideck-0.4.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.4.5.AppImage, then run it. One
      file, no installation, works on most distributions.
    • Debian / Ubuntu / Mintsudo apt install ./ocideck-linux-amd64-0.4.5.deb.
    • Fedora / openSUSEsudo dnf install ./ocideck-linux-x86_64-0.4.5.rpm
      (or sudo zypper install ./ocideck-linux-x86_64-0.4.5.rpm).
    • Any distribution — unpack ocideck-linux-x64-0.4.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.4.4 e2316f534b

    OciDeck v0.4.4
    All checks were successful
    ci / gate (push) Successful in 12m50s
    release / Web bouwen (push) Successful in 13m51s
    release / Webversie live zetten (push) Successful in 28s
    release / Linux bouwen (push) Successful in 19m37s
    release / Windows ophalen van de spiegel (push) Successful in 23m48s
    release / macOS bouwen (push) Successful in 13m31s
    release / Release publiceren (push) Successful in 1m6s
    release / Homebrew-cask bijwerken (push) Successful in 39s
    release / Website-downloads bijwerken (push) Successful in 3m17s
    linux-gate / gate-linux (push) Successful in 42m35s
    Stable

    brenno released this 2026-08-15 22:38:27 +00:00 | 1062 commits to main since this release

    OciDeck 0.4.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.4.4.zip
    Windows (x64) ocideck-windows-x64-0.4.4.zip
    Linux — AppImage (most distributions) ocideck-linux-x86_64-0.4.4.AppImage
    Linux — Debian / Ubuntu / Mint ocideck-linux-amd64-0.4.4.deb
    Linux — Fedora / openSUSE ocideck-linux-x86_64-0.4.4.rpm
    Linux — portable tarball ocideck-linux-x64-0.4.4.tar.gz
    Web bundle (self-hosting) ocideck-web-0.4.4.tar.gz

    Also attached: the Software Bill of Materials in CycloneDX
    (ocideck-0.4.4.cdx.json) and SPDX (ocideck-0.4.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.4.4.AppImage, then run it. One
      file, no installation, works on most distributions.
    • Debian / Ubuntu / Mintsudo apt install ./ocideck-linux-amd64-0.4.4.deb.
    • Fedora / openSUSEsudo dnf install ./ocideck-linux-x86_64-0.4.4.rpm
      (or sudo zypper install ./ocideck-linux-x86_64-0.4.4.rpm).
    • Any distribution — unpack ocideck-linux-x64-0.4.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