-
OciDeck v0.4.1
StableSome checks failedrelease / Web bouwen (push) Successful in 6m21srelease / Webversie live zetten (push) Successful in 30srelease / Linux bouwen (push) Successful in 11m50sci / gate (push) Successful in 11m52slinux-gate / gate-linux (push) Has been cancelledrelease / Windows ophalen van de spiegel (push) Successful in 25m8srelease / macOS bouwen (push) Successful in 13m23srelease / Release publiceren (push) Successful in 40srelease / Homebrew-cask bijwerken (push) Successful in 12srelease / Website-downloads bijwerken (push) Successful in 1m28sreleased this
2026-08-08 19:57:08 +00:00 | 1343 commits to main since this releaseOciDeck 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.zipWindows (x64) ocideck-windows-x64-0.4.1.zipLinux — AppImage (most distributions) ocideck-linux-x86_64-0.4.1.AppImageLinux — Debian / Ubuntu / Mint ocideck-linux-amd64-0.4.1.debLinux — Fedora / openSUSE ocideck-linux-x86_64-0.4.1.rpmLinux — portable tarball ocideck-linux-x64-0.4.1.tar.gzWeb bundle (self-hosting) ocideck-web-0.4.1.tar.gzAlso attached: the Software Bill of Materials in CycloneDX
(ocideck-0.4.1.cdx.json) and SPDX (ocideck-0.4.1.spdx.json),
SHA256SUMSover every file above, andSHA256SUMS.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 withspctl -a -t exec OciDeck.app: it reportssource=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.- AppImage —
chmod +x ocideck-linux-x86_64-0.4.1.AppImage, then run it. One
file, no installation, works on most distributions. - Debian / Ubuntu / Mint —
sudo apt install ./ocideck-linux-amd64-0.4.1.deb. - Fedora / openSUSE —
sudo dnf install ./ocideck-linux-x86_64-0.4.1.rpm
(orsudo zypper install ./ocideck-linux-x86_64-0.4.1.rpm). - Any distribution — unpack
ocideck-linux-x64-0.4.1.tar.gzand run
./ocideck.
All four need GTK 3,
libsecret-1andliblzma5; the.deband.rpmpull
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.)SHA256SUMSon 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.pubThe 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
SHA256SUMScovers 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, andmake check-toolchainpins 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 atmain, 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- AppImage —