Gateonix is built on top of several open-source software components. This page lists all third-party libraries included in the Android app, the merge tool, the local server, and the desktop console — together with the licence terms under which they are used. All listed licences are permissive (Apache 2.0, MIT, BSD) and explicitly allow commercial redistribution.
Gateonix is gebouwd op basis van diverse open-source softwarecomponenten. Deze pagina geeft een overzicht van alle third-party bibliotheken die zijn opgenomen in de Android-app, de merge-tool, de lokale server en de desktop-console — samen met de licentievoorwaarden waaronder ze gebruikt worden. Alle hier genoemde licenties zijn permissief (Apache 2.0, MIT, BSD) en staan commerciële herdistributie expliciet toe.
The AndroidX libraries that Gateonix uses are licensed under Apache 2.0. This licence allows free commercial use but requires that the licence text be made available to end users. The Android Studio build system, when used with Google's standard tooling, can also generate an in-app licence list (see com.google.android.gms.oss-licenses-plugin if needed); for now we maintain attribution centrally on this page and link to it from the app's "About" dialog.
De AndroidX-bibliotheken die Gateonix gebruikt zijn gelicenseerd onder Apache 2.0. Die licentie staat vrij commercieel gebruik toe, maar vereist dat de licentietekst beschikbaar is voor eindgebruikers. Het Android Studio build-systeem kan ook een in-app licentielijst genereren via com.google.android.gms.oss-licenses-plugin, maar voor nu houden wij de attribution centraal op deze pagina en linken we ernaar vanuit het "Over"-scherm in de app.
Kotlin language runtime and standard library. The entire Gateonix Android app is written in Kotlin.
Kotlin-taalruntime en standaardbibliotheek. De hele Gateonix Android-app is in Kotlin geschreven.
Licensed under the Apache Licence, Version 2.0 — see "Full licence texts" below.
Gelicenseerd onder de Apache Licence, Version 2.0 — zie "Volledige licentieteksten" hieronder.
Asynchronous programming library for Kotlin. Used throughout the app for background work (database queries, NFC reading, server requests).
Asynchrone programmeerbibliotheek voor Kotlin. Wordt door de hele app gebruikt voor achtergrondwerk (database-queries, NFC-lezen, server-requests).
The AndroidX library suite from Google. Gateonix uses the following modules:
De AndroidX-bibliotheekset van Google. Gateonix gebruikt de volgende modules:
androidx.core:core-ktx 1.13.1androidx.appcompat:appcompat 1.7.0androidx.constraintlayout:constraintlayout 2.1.4androidx.lifecycle:lifecycle-runtime-ktx 2.8.0androidx.lifecycle:lifecycle-viewmodel-ktx 2.8.0androidx.activity:activity-ktx 1.9.0androidx.fragment:fragment-ktx 1.7.1androidx.navigation:navigation-fragment-ktx 2.7.7androidx.navigation:navigation-ui-ktx 2.7.7androidx.room:room-runtime 2.7.0androidx.room:room-ktx 2.7.0androidx.room:room-compiler 2.7.0 (build-time)androidx.datastore:datastore-preferences 1.1.1androidx.security:security-crypto 1.1.0-alpha06androidx.biometric:biometric 1.1.0androidx.documentfile:documentfile 1.0.1Google's Material Design 3 components for Android. Provides buttons, cards, dialogs, switches and other UI elements used throughout Gateonix.
Google's Material Design 3-componenten voor Android. Levert knoppen, kaarten, dialogen, switches en andere UI-elementen die door Gateonix worden gebruikt.
The merge tool (tools/merge), local event server (tools/server) and desktop console (tools/desktop) are Node.js / Electron applications that ship with the following packages:
De merge-tool (tools/merge), lokale event-server (tools/server) en desktop-console (tools/desktop) zijn Node.js- / Electron-applicaties die met de volgende packages worden geleverd:
Cross-platform desktop application framework. Used by the merge tool and the desktop console to provide a native window with web-based UI. Bundles Chromium and Node.js (see below).
Cross-platform desktopapplicatie-framework. Wordt door de merge-tool en de desktop-console gebruikt voor een native venster met web-gebaseerde UI. Bundelt Chromium en Node.js (zie hieronder).
The open-source browser engine embedded in Electron, providing the rendering engine for the desktop UIs. Licensed under BSD 3-Clause and numerous other open-source licences.
De open-source browser-engine die in Electron zit en de rendering-engine voor de desktop-UI's levert. Gelicenseerd onder BSD 3-Clause en tal van andere open-source licenties.
A complete LICENSES.chromium.html file is included in every desktop installation directory. This file is automatically generated by Electron and must not be removed.
Een volledig LICENSES.chromium.html-bestand wordt meegeleverd in elke desktop-installatiemap. Dit bestand wordt automatisch gegenereerd door Electron en mag niet worden verwijderd.
JavaScript runtime used by the local event server, the merge tool, and inside Electron. Licensed under the Node.js licence (a permissive MIT-style licence with additional component-level credits).
JavaScript-runtime die door de lokale event-server, de merge-tool en binnen Electron wordt gebruikt. Gelicenseerd onder de Node.js-licentie (een permissieve MIT-achtige licentie met aanvullende component-credits).
Synchronous SQLite3 binding for Node.js. Used by the merge tool and the local server to read and write Gateonix's Room v3 database files.
Synchrone SQLite3-binding voor Node.js. Wordt door de merge-tool en de lokale server gebruikt om Gateonix's Room v3-databasebestanden te lezen en schrijven.
Bundles SQLite itself, which is in the public domain — no copyright restrictions apply.
Bundelt SQLite zelf, dat in het publieke domein staat — er gelden geen auteursrechtbeperkingen.
Minimal and flexible Node.js web application framework. Used by the local event server to expose REST endpoints to scanners and the desktop console.
Minimaal en flexibel Node.js-webframework. Wordt door de lokale event-server gebruikt om REST-endpoints aan te bieden aan scanners en de desktop-console.
WebSocket server and client implementation for Node.js. Used by the local event server to broadcast scan events live to the desktop console.
WebSocket server- en clientimplementatie voor Node.js. Wordt door de lokale event-server gebruikt om scan-events live naar de desktop-console te broadcasten.
Variable typeface used on the Gateonix website. Loaded from Google Fonts at runtime — no font files are bundled in the app.
Variable lettertype gebruikt op de Gateonix-website. Wordt op runtime geladen vanuit Google Fonts — er worden geen fontbestanden in de app gebundeld.
Applies to: Kotlin, Kotlinx Coroutines, all AndroidX libraries, Material Components for Android.
Van toepassing op: Kotlin, Kotlinx Coroutines, alle AndroidX-bibliotheken, Material Components for Android.
Applies to: Electron, better-sqlite3, Express, ws (with each project's own copyright holders — see the package cards above).
Van toepassing op: Electron, better-sqlite3, Express, ws (elk met hun eigen copyright-houders — zie de packagekaarten hierboven).
Applies to: Chromium (and many of its sub-components, see the bundled LICENSES.chromium.html for the complete attribution).
Van toepassing op: Chromium (en veel van zijn sub-componenten, zie de meegeleverde LICENSES.chromium.html voor de volledige attribution).
This page is updated whenever Gateonix's dependencies change. The list above reflects the dependencies as of May 2026 (Gateonix v0.1). For the most current list always check the build files in the source tree or the in-app "About" dialog.
Deze pagina wordt geactualiseerd wanneer Gateonix's afhankelijkheden wijzigen. De bovenstaande lijst reflecteert de afhankelijkheden zoals in mei 2026 (Gateonix v0.1). Voor de meest actuele lijst raadpleeg de buildbestanden in de broncode of het "Over"-scherm in de app.