100% Open Source Architecture

One Engine.
Universal Performance.

A centralized, high-speed Rust core designed to power your entire ecosystem. From parsing complex rich text to rendering spatial computing pipelines, accessible natively across Node.js, Python, and WASM.

Zero-cost bindings available for

RustNode.jsPython 3WebAssembly

omni-mdx

Stable

The flagship module. A blazing-fast MDX parser that handles native JSX and complex Math (LaTeX) 30x faster than traditional JavaScript engines. Perfect for generating instant ASTs for your pipelines.

  • Sub-millisecond AST generation
  • Memory-safe Arc references
  • Multi-threaded pipeline ready
View documentation →
# Parse complex nodes instantly
import omni_mdx
engine = omni_mdx.OmniMDX()
ast = engine.parse_string("<Widget /> and math: $E=mc^2$")
// Execution time: 0.045ms

Universal FFI Bridge

Stop rewriting logic for every platform. Omni-Core exposes a unified Foreign Function Interface, guaranteeing the exact same execution speeds and memory safety whether you are calling it from a Web browser or a Python backend server.

PyO3NAPI-RSWasm-bindgen

omni-3D

In Development

The upcoming frontier. Bringing the FFI performance architecture to spatial computing. A native bridge designed to accelerate 3D rendering engines and complex geometry processing across platforms.