Upload Custom Applications
.oakapp file and want to publish it to Luxonis Hub for your workspace.Before you upload
.oakapp file.If you still need to build the app artifact, use the oakctl guide first.Publish the app
Authenticate oakctl
oakctl with your Luxonis Hub workspace.Command Line
1oakctl hub loginPublish the built .oakapp file
Command Line
1oakctl hub publish <oakapp-file>Wait for validation
Private by default
Uploaded applications are visible only to your organization unless you explicitly publish them through a broader distribution path.
Verify the result

| Status | Meaning |
|---|---|
Completed | The application uploaded successfully and is now available in your workspace. |
Rejected | The upload failed validation, such as missing metadata, invalid structure, or unsupported format. |
Failed | The upload did not finish because of a server-side or network error. |