SYSTEM SETUP & RUNTIME MANUAL
Start browsing and capturing HTML in minutes
Install the NAVIX runtime engine, inspect live GeForce NOW sessions, and extract clean, editable markup using standard terminal commands and intuitive hotkeys.
1. Install runtime package
bash — navix-installer
# Run global installation across your environment
$
npm install -g @navix/runtime-cli2. Verify installation health
Verification Check
$
navix --version3. Launch your first browser session
Instant streaming initialization
Load GeForce NOW and live capture
Pass any target URL to initialize hardware-accelerated streaming with DOM extraction bindings pre-hooked.
# Open browser with extraction hooks
navix –open https://play.geforcenow.com –extract-ready
Automatically provisions isolated WebRTC streaming pipelines.
Injects lossless DOM compilation tools into the runtime canvas.
Saves all captured assets cleanly to your local disk output folder.
Need custom headless automation pipelines or enterprise container builds?
CONTINUOUS ENGINE CADENCE
Release timeline and engine milestones
Track shipped capabilities, active builds, and upcoming developer runtime tools engineered for high-performance browsing and lossless HTML extraction.
v1.2.0Shipped
January 2025
Lossless DOM snapshot extraction
- One-click HTML tree serialization preserving inline CSS and shadow DOM boundaries
- Dynamic WebGL and canvas canvas-buffer asset capture at native resolution
- Bundled asset compression delivering sub-200ms exports for heavy SPAs
DOM SerializationShadow DOMAsset Bundling
v1.4.0Shipped
February 2025
GeForce NOW & WebRTC 120 FPS pipeline
- Hardware-accelerated rendering loop with sub-8ms input latency on cloud gaming streams
- Adaptive frame pacing preventing micro-stutters during high-bitrate sessions
- Live memory manager capping browser RAM footprint under 650 MB
WebRTC 120 FPSLow Latency EngineMemory Cap <650MB
v1.5-betaActive Build
March 2025
Real-time source mutation observer
- Live bidirectional DOM inspection mirroring changes directly to output HTML
- Interactive JavaScript bundle trace visualizer embedded in the side dock
- Automated extraction recipes with custom CSS selector filters
Mutation ObserverLive Dock InspectorFilter Recipes
v1.8.0In Pipeline
Q2 2025
Headless CLI & multi-instance sandbox
- Dedicated CLI binary for automated continuous integration scraping and snapshot tests
- Isolated multi-profile sandboxes with strict zero-telemetry network policies
- Native support for custom user agent spoofing and headless WebGL rendering
Headless CLICI IntegrationProfile Isolation
v2.0.0Planned
Q3 2025
VS Code runtime extension & live bridge
- Two-way synchronization between NAVIX live view and VS Code workspaces
- Instant component reverse engineering into React, Vue, and plain Tailwind TSX
- One-click deployment of captured pages to local mock servers
VS Code ExtensionAST ConversionLocal Mock Server
Need custom DOM extraction or headless flags?
Review our technical guides and configuration documentation.