Open Source Notices

AlphaTill is built on top of high-quality open-source software. Every released build of the desktop, mobile, and server components ships with a complete, machine-generated attribution list of the production dependencies bundled in that build, together with their licences and source-repository URLs.

Where to find the in-app lists

  • Desktop app: Help → About → Open Source Notices. The list is generated from the production npm tree via npm run notices:generate as part of the release pipeline.
  • Mobile app: Profile → About → Open Source Notices. The mobile list ships inline because the Expo / React Native dependency graph is well-defined and bundled at build time.
  • Server: the backend dependency tree is merged into the desktop attribution list (the desktop ships the server). Self-hosted operators can also run npm run notices:generate in project/ for a fresh local copy.

Licences we comply with

Substantially all bundled dependencies are released under MIT, Apache-2.0, BSD-3-Clause, or ISC. We honour every attribution clause by surfacing package name, version, copyright holder, and licence type in the in-app list. Bundled licence text is preserved unmodified inside the application package.

Reporting an attribution issue

If you maintain an open-source project that we bundle and you believe the attribution is missing or incorrect, please email legal@moneyvaultgames.com — we will respond within 5 business days.

Related