Skip to main content

Linux Guide (Desktop App)

Development build

To create a development build,

  1. Follow the quickstart guide to create a new app with the app builder and install all the dependencies

  2. Run npm start in the project root. This will launch the CLI

  3. Select Build in the main menu

    Linux_Build
  4. Select Linux in the platforms menu

    Linux_Platform
  5. Select Development in the build menu

    Linux_Type_Development
  6. This will launch the development edition of the Linux application on your system

Production build

To create a production build,

  1. Follow the quickstart guide to create a new app with the app builder and install all the dependencies

  2. Run npm start in the project root. This will launch the CLI

  3. Select Build in the main menu

    Linux_Build
  4. Select Linux in the platforms menu

    Linux_Platform
  5. Select Production in the build menu

    Linux_Type_Production
  6. This will build the production edition of the Linux application on your system

  7. The binary will be located at agora-app-builder/<PRODUCT_ID>/out