Demo Downloads

Try Lightweight Browser before you buy. Each demo includes the BasicBrowser sample scene with toolbar navigation, URL bar, and JavaScript bridge.

Demo builds are hosted on GitHub Releases. Click the platform link below to download the latest version.


Available Platforms

Platform Download Size Notes
Windows (x64) Download .zip Windows 10 1803+ required. WebView2 Runtime pre-installed on most systems.
macOS (Universal) Download .zip macOS 11 (Big Sur)+. Universal binary (Intel + Apple Silicon).
Linux (x64) Download .tar.gz Requires libwebkit2gtk-4.1 and libgtk-3.
Android Download .apk Android 7.0+ (API 24). Enable “Install from unknown sources.”
iOS Not available iOS builds require Xcode signing. Use the Unity project with your own provisioning profile.

What’s Included

The demo showcases core plugin features:

  • Web browsing — Navigate any HTTPS website with full HTML5/CSS3/JS support
  • Toolbar — Built-in URL bar, Back, Forward, Reload, Home buttons
  • Texture rendering — Web content rendered to Texture2D within Unity UI
  • Screen resize — Auto-adapts to window/resolution changes
  • JavaScript bridge — Open the debug overlay (F12 on desktop) to see live bridge messages
  • Input forwarding — Mouse clicks, keyboard input, and scroll events

Running the Demo

Windows

  1. Extract LWB-Demo-Windows-x64.zip
  2. Run LWB Demo.exe
  3. The browser opens with the default home page

macOS

  1. Extract LWB-Demo-macOS.zip
  2. If blocked by Gatekeeper: right-click → OpenOpen again
  3. The app launches with the browser scene

Linux

  1. Extract: tar xzf LWB-Demo-Linux-x64.tar.gz
  2. Install dependencies if needed:
    sudo apt install libwebkit2gtk-4.1-0 libgtk-3-0   # Ubuntu/Debian
    sudo dnf install webkit2gtk4.1 gtk3                # Fedora
    
  3. Run: ./LWB-Demo-Linux-x64

Android

  1. Transfer LWB-Demo-Android.apk to your device
  2. Tap to install (allow unknown sources if prompted)
  3. Open LWB Demo from the app drawer

Version History

Version Date Changes
Builds not yet uploaded Check back soon or see the Releases page

Full Version

Like what you see? Get the full plugin with source code from the Unity Asset Store:

Unity Asset Store

The full version includes:

  • Complete C# source code
  • All 5 platform native plugins
  • JavaScript ↔ C# bridge system
  • Sample scenes and scripts
  • Priority email support