Open Source Licenses

Effective Date: August 9, 2026

In Plain English: load·in and the go·for·show apps are built on our own code plus a small set of open-source libraries. This page lists every third-party library we bundle, load from a CDN, or ship inside the native iOS/Android apps, with its license and, where the license requires it, the original copyright notice reproduced in full. Our own parser and translation engines are proprietary and are not covered by this page — see our Terms of Service §8.1.

Vendored Libraries (bundled with load·in)

These files ship as static assets inside the load·in web app (loadin/lib/). All three are MIT-licensed; MIT requires the copyright notice and permission text below to be reproduced wherever the software is distributed, so we do that here.

html2canvas-pro
v2.2.3 · MIT License · yorickshan.github.io/html2canvas-pro

Used for client-side PNG export of stage plots and documents.

Show full license text
Copyright (c) 2024-present yorickshan and html2canvas-pro contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
JSZip
v3.10.1 · MIT License (dual-licensed MIT/GPLv3; we use the MIT terms) · stuk.github.io/jszip

Used to read and write .zip-based console archive formats (Allen & Heath SQ) and multi-file export bundles.

Show full license text
Copyright (c) 2009-2016 Stuart Knightley, David Duponchel, Franz Buchinger, António Afonso Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. JSZip also uses the pako library (below), included separately in load·in.
pako
MIT License · github.com/nodeca/pako

zlib/gzip compression port used for .tar.gz archive workflows (Allen & Heath dLive).

Show full license text
(The MIT License) Copyright (C) 2014-2017 by Vitaly Puzrin and Andrei Tuputcyn Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

CDN-Loaded Libraries

These are loaded at runtime from their publishers' own content delivery networks — never bundled or modified by us. Full attribution stays with the upstream project.

SheetJS (xlsx / Community Edition)
Apache License 2.0 · loaded from cdn.sheetjs.com · sheetjs.com

Used for spreadsheet-format (CSV/XLSX) input list and tech rider export.

Sentry JavaScript SDK
MIT License · loaded from js.sentry-cdn.com / browser.sentry-cdn.com · github.com/getsentry/sentry-javascript

Error monitoring, used to catch and diagnose crashes. Never loaded inside the native iOS/Android app shells.

Native App Dependencies (iOS & Android)

The load·in native apps are built with Capacitor (Ionic). All packages below are MIT-licensed. Versions are the ranges pinned in native/apps/loadin/package.json; the exact resolved build version may be a later patch/minor release within that range.

PackageRangeLicense
@capacitor/core^7.0.0MIT
@capacitor/android^7.0.0MIT
@capacitor/ios^7.0.0MIT
@capacitor/app^7.0.0MIT
@capacitor/browser^7.0.0MIT
@capacitor/filesystem^7.0.0MIT
@capacitor/haptics^7.0.0MIT
@capacitor/preferences^7.0.0MIT
@capacitor/push-notifications^7.0.0MIT
@capacitor/share^7.0.0MIT
@capawesome/capacitor-file-picker^7.0.0MIT
@revenuecat/purchases-capacitor^10.3.9MIT

RevenueCat's Capacitor plugin (above) is used for App Store purchase and entitlement handling. Purchases themselves are processed by Apple and Google under their own platform terms — see our Terms of Service §4.4.

Rust / WebAssembly Crates

load·in compiles a small set of format-handling routines to WebAssembly (loadin/wasm/) for in-browser performance. Top-level crate dependencies, as pinned in Cargo.lock:

CrateVersionLicense
wasm-bindgen0.2.116MIT OR Apache-2.0
js-sys0.3.93MIT OR Apache-2.0
serde1.0.228MIT OR Apache-2.0
serde_json1.0.149MIT OR Apache-2.0
flate21.1.9MIT OR Apache-2.0
tar0.4.45MIT OR Apache-2.0
console_error_panic_hook0.1.7MIT OR Apache-2.0 (debug builds only)

Each crate is dual-licensed under the MIT or Apache License 2.0, at the user's choice, per standard Rust ecosystem convention. This list covers the direct top-level dependencies declared in Cargo.toml; each of these pulls in its own transitive dependency tree, also MIT/Apache-2.0 licensed in the overwhelming majority of the Rust ecosystem.

Trademarks

Console manufacturer names referenced elsewhere on this site and in the app are trademarks of their respective owners and are not covered by any license on this page — see our Trademark & Interoperability Notice.

Questions

If we've missed an attribution or you believe a license obligation isn't met correctly here, email goforshowio@gmail.com and we'll fix it.