⚙️ ERP 961 | Software Licenses
Back to Login

🖥️ Desktop Application — Built with NativePHP

The desktop distribution of this application is built using NativePHP — an open-source framework that enables PHP applications to run as native desktop apps. Under the hood, NativePHP leverages Electron (a cross-platform desktop framework based on Node.js and Chromium) to provide the application window, system integration, and web-rendering layer. The Chromium browser engine is embedded within the app bundle and is responsible for rendering the application interface you see on screen.

The desktop bundle also ships with a pre-compiled, self-contained PHP binary (php-bin) that allows the Laravel backend to run locally on your machine without requiring a separately installed PHP environment. This binary may itself include additional compiled extensions and supporting libraries.

In addition to the above, this application makes use of various third-party open-source libraries and packages, each governed by their respective licenses. You can explore the license files for the dependencies bundled with this application using the license browsers below.

⚠ Note on Included Packages

The vendor and node_modules directories listed below contain all packages that were installed during development and build. Please be aware that not all listed packages are necessarily active in the final production build — some may have been used exclusively during development, testing, or the build pipeline, and are not shipped or used at runtime. They are included here for full transparency and compliance purposes.

Browse License Folders

📁
App / Licenses
Chromium, Electron, PHP binary, and bundled native runtime license files.
Browse →
📦
vendor
PHP Composer packages used by the Laravel application backend.
Browse →
🟩
node_modules
JavaScript / Node.js packages used during build or at runtime.
Browse →