• v0.1.1 9c57b5baa7

    OciDeck v0.1.1
    All checks were successful
    ci / gate (push) Successful in 11m30s
    release / Web bouwen (push) Successful in 17m10s
    release / macOS bouwen (push) Successful in 12m39s
    release / Linux bouwen (push) Successful in 29m46s
    release / Windows ophalen van de spiegel (push) Successful in 30m55s
    release / Webversie live zetten (push) Successful in 5s
    release / Release publiceren (push) Successful in 1m26s
    Stable

    brenno released this 2026-07-27 18:38:01 +00:00 | 504 commits to main since this release

    OciDeck 0.1.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.1.1.zip
    Windows (x64) ocideck-windows-x64-0.1.1.zip
    Linux (x64) ocideck-linux-x64-0.1.1.tar.gz
    Web bundle (self-hosting) ocideck-web-0.1.1.tar.gz

    Also attached: the Software Bill of Materials in CycloneDX
    (ocideck-0.1.1.cdx.json) and SPDX (ocideck-0.1.1.spdx.json), and
    SHA256SUMS over every file above.

    These binaries are not signed

    There is no Apple Developer account and no code-signing certificate behind this
    project, so macOS and Windows will both warn you. That is the honest state of
    affairs, not a glitch to click past — verify the checksum below, and then:

    macOS. The app is unsigned and un-notarised, so a double-click reports it
    as damaged. It is not. Remove the download quarantine flag:

    xattr -d com.apple.quarantine /Applications/OciDeck.app
    

    Or open System Settings → Privacy & Security, scroll to the bottom, and
    choose Open Anyway after the first blocked attempt.

    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

    sha256sum --ignore-missing -c SHA256SUMS
    

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

    SHA256SUMS tells you that you have the bytes that were published here. It is
    not a signature: it proves nothing about who published them. If you need
    that guarantee, 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