❄️ Arctic CodexFlagship UPE + live tools
StoreRequest EvaluationView My Orders

Documentation

Documentation is now split into two lanes: UPE evaluation docs for technical diligence, and product-support docs for self-serve browser tools. Use the lane that matches what you are here to do.

Pick the right lane

UPE evaluation lane

Proof, determinism, benchmarks, integration, and commercial source-license review for the flagship engine.

Product support lane

Install guides, quickstarts, changelogs, and support links for Web2TXT and All Tabs Open.

Product support hub

Web2TXT

Install guide, support/FAQ, and changelog for the all-tab text export utility.

All Tabs Open

Install guide, support/FAQ, and license summary for the docs and wiki launcher.

UPE commercial path

Public sales now have two clear lanes: buy the standard UPE commercial source license, or purchase self-serve digital tools directly. Contact Arctic Codex for custom terms, procurement handling, or larger deals.

Recommended UPE reading order

  1. Buyer path first. Confirm the build, test, and determinism proof commands.
  2. Proof next. Review determinism, benchmark policy, and example scene coverage.
  3. Integration next. Read the C API and platform/toolchain notes.
  4. Commercial path last. After technical fit is clear, either buy the standard license now or contact Arctic Codex for custom terms.

Getting Started

Buyer Start Here

15-minute evaluation path

Getting Started

Build, test, and run the core path

Integration Guide

Recommended integration order

Technical Reference

API Reference

Stable C API boundary and descriptors

Architecture

Broadphase, narrowphase, solver, replay

Platform Support Matrix

Current verified and experimental lanes

Proof & Verification

Determinism

Guarantee levels and proof artifacts

Benchmark Baselines

Performance methodology and policy

Proof Index

Map of the diligence surface

Product Scope

Feature Status Matrix

Core vs applied vs labs posture

Known Limitations

Current boundaries and honest scope

Products

Flagship-first product structure

Release & Support

Release Notes

Current public release posture

Verification Status Dashboard

Public verification and trust summary

Licensing

Commercial path and inquiry flow

Fast start commands

cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DUPE_BUILD_EXAMPLES=ON -DUPE_BUILD_TESTS=ON -DUPE_DETERMINISTIC=ON
cmake --build build --parallel
ctest --test-dir build --output-on-failure
python scripts/run_buyer_determinism_proof.py

These commands are the shortest path to a real technical signal: build output, test results, and fresh determinism proof logs.