Skip to Content

WebF Go

WebF Go is our playground app for iOS and Android. It embeds the latest WebF runtime so you can side-load bundles, profile performance, and validate APIs without touching your production repository.

Install the app

  1. Visit the WebF Go page and download the latest build for your platform.
  2. On macOS, use ios-deploy or Xcode to install the .ipa. On Windows/Linux, use adb install webf-go.apk for Android.
  3. Sign in with the same account you use on the WebF console to unlock enterprise builds.

Load your bundle

  1. Run pnpm build:webf (or your framework’s build command) to output a static web bundle.
  2. Compress the dist/ folder into app.zip and drop it into the WebF Go device via AirDrop, adb push, or the in-app uploader.
  3. Inside WebF Go, select Load Bundle → choose app.zip. The runtime reloads instantly and persists the bundle for offline use.

Inspect & debug

  • Open the in-app console to view console.log, performance.now, and network requests.
  • Toggle Layout Borders to visualize Flex/Grid boxes mapped to Flutter.
  • Enable Mock Native APIs to simulate camera, push, or location calls without installing plugins.

Share with your team

WebF Go can export signed builds so stakeholders can sideload the same experience:

# Bundle static assets pnpm build:webf # Upload to WebF console for distribution npx webf upload ./dist --tag "demo-0425"

Teammates can open the WebF Go app, switch to the Bundles tab, and pull the tagged build without rebuilding locally.

Last updated on: