Skip to content

Displays a locked-down showcase of your TCG collection. Open a Terminal and paste this:

curl -sSL https://showcase.duelkingdom.ca/showcase.sh -o /tmp/showcase.sh && sudo bash /tmp/showcase.sh

Then hit enter and select the showcase version.

A locked-down browser with inactivity timeout and session management. Open a Terminal and paste this:

curl -sSL https://showcase.duelkingdom.ca/kioskbrowser.sh -o /tmp/kioskbrowser.sh && sudo bash /tmp/kioskbrowser.sh

You’ll be prompted to enter a URL and session timeout. Or pass them directly:

sudo bash /tmp/kioskbrowser.sh --url https://example.com --timeout 10

For macOS, use this to set up a browser kiosk:

sudo bash -c "$(curl -fsSL https://showcase.duelkingdom.ca/kioskbrowsermac.sh)"