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
Texture2Dwithin 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
- Extract
LWB-Demo-Windows-x64.zip - Run
LWB Demo.exe - The browser opens with the default home page
macOS
- Extract
LWB-Demo-macOS.zip - If blocked by Gatekeeper: right-click → Open → Open again
- The app launches with the browser scene
Linux
- Extract:
tar xzf LWB-Demo-Linux-x64.tar.gz - Install dependencies if needed:
sudo apt install libwebkit2gtk-4.1-0 libgtk-3-0 # Ubuntu/Debian sudo dnf install webkit2gtk4.1 gtk3 # Fedora - Run:
./LWB-Demo-Linux-x64
Android
- Transfer
LWB-Demo-Android.apkto your device - Tap to install (allow unknown sources if prompted)
- 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:
The full version includes:
- Complete C# source code
- All 5 platform native plugins
- JavaScript ↔ C# bridge system
- Sample scenes and scripts
- Priority email support