Empirical Performance

Sub-10MB execution by design.

We stripped the browser engine down to its bare essentials. PAL executes modern web code directly on native hardware with zero container overhead.

8.4 MB

Idle RAM usage

1.2 ms

Cold boot time

150 KB

Binary overhead

Raw Benchmarks

Verified hardware execution metrics.

12x

Lower memory than Electron

4.1x

Faster launch than Tauri

0%

V8 runtime bloat

Architecture Comparison

Bypassing the browser container.

Traditional runtimes host an entire chromium instance for a single window. PAL compiles native system bindings directly into the rendering pipeline.

Electron

Tauri

PAL Runtime

Launches a full Chromium browser and Node.js process. High memory overhead, bloated binaries, and sluggish startup times.

Uses system webviews to reduce binary size. Better than Electron, but still bound by OS-specific webview memory leaks and limitations.

Direct bare-metal execution with a custom low-overhead rendering pipeline. Zero browser bloat, launching instantly with minimal RAM usage.

112 MB

Idle Memory

42 MB

Idle Memory

8.4 MB

Idle Memory

Run local benchmarks.

Clone our open-source suite to verify these performance metrics on your own hardware. Zero configuration required.