Can I install custom app on Frappe Cloud without GitHub access?

Hi Frappe Community,

I am migrating my ERPNext v14 production site from
Azure AKS to Frappe Cloud (Private Bench).

I have 2 custom apps:

  • TFS
  • TFSUtils

Instead of GitHub integration, I want to:
Export the custom app as a zip/package from my
existing server
Import/upload it directly into Frappe Cloud
as an addon

My questions:

  1. Does Frappe Cloud support installing custom apps
    via zip/package upload (without GitHub)?

  2. Is there an “Import as Addon” feature in
    Frappe Cloud private bench?

  3. What is the correct way to package a Frappe
    custom app for direct upload?

  4. If zip upload is not supported, what is the
    recommended alternative besides GitHub?

My current setup:

  • Frappe: v14.77.4
  • ERPNext: v14.70.8
  • HRMS: v14.28.4
  • Hosting: Moving from Azure AKS → Frappe Cloud

Thank you!