I am using the NativePHP package to build my application, after I complete the developing process, I need to export the file to be a desktop application.
So, I run this command:
php artisan native:build
I got this result from the Ubuntu Linux Terminal
So, where I can get the file of the execution file to share it?

According to Shane D Rosenthal in NativePHP Tutorial: Building a Mac MenuBar application (July 31st, 2023; for Laravel News):
The original docs seem a bit thin yet for that command, only what it is for, but not what the build goals are. (ref)
It's perhaps not yet set in stone.