Web
DOM
web-domNothing to install: the WebAssembly build is hosted on this site as static files.
Showcase downloads
Every package below comes from one Rust codebase, packaged with day pack for each platform's native format and driven end to end by CI. The macOS build is signed and notarized; the rest are development builds, so those cards note how to get past the platform's unsigned-app guard.
Every link below downloads from the latest showcase release, whichever that is when you click it. The names and sizes were read from v0.1.8 of August 7, 2026, so treat the sizes as approximate. Downloads are served from GitHub.
Downloads, unpacks, and launches the app.
curl -fsSL https://github.com/daybrite/Day-Showcase/releases/latest/download/launch.sh | bashirm https://github.com/daybrite/Day-Showcase/releases/latest/download/launch.ps1 | iexWeb
web-domNothing to install: the WebAssembly build is hosted on this site as static files.
Android
android-mdcInstall the .apk directly on a device: allow “Install unknown apps” for your browser or file manager when prompted, or use adb install. The .aab is the Play-Store form (for bundletool, not direct install).
iOS & iPadOS
ios-uikitAn unsigned device .ipa. It can only be sideloaded: AltStore Classic or SideStore re-sign it with your own Apple ID on install, or sign it yourself and install via Xcode’s Devices window. It is not App Store distributed.
HarmonyOS
harmony-arkuiDevelopment-signed for the public OpenHarmony certificate: install on an emulator or developer device with hdc install <file>.hap.
macOS
macos-appkitOpen the .dmg and drag Day Showcase into Applications. The build is signed and notarized, so it opens like any other Mac app.
Windows
windows-xamlRun the -setup.exe. SmartScreen interjects for an unsigned installer: choose “More info”, then “Run anyway”. The .msix package needs the development certificate trusted first, so the setup.exe is the easier path.
Linux
linux-gtkOne self-contained executable carrying its own GTK: chmod +x ./<file>.appimage and run it. No package manager, no runtime download, no root. The release also carries a .flatpak for a desktop-integrated install.
Linux
linux-qtSame as the GNOME build, with Qt inside instead: chmod +x ./<file>.appimage and run it. A .flatpak is on the release too if you would rather install it properly.
Verify a download against the SHA256SUMS file attached to the same release: shasum -a 256 <file> (macOS/Linux) or Get-FileHash <file> (Windows PowerShell) must print the digest listed there for that name. The checksums live with the release rather than on this page, so they describe the file you actually downloaded.