Skip to content
v2rayroot edited this page Jun 14, 2026 · 3 revisions

V2Root Core Developer Wiki

V2Root Core packages Xray-core as a native C-compatible shared library built specifically for V2Root-App and the V2Root ecosystem.

This Wiki documents the public ABI, ownership rules, runtime lifecycle, configuration parsers, operational APIs, and production integration patterns.

Start Here

  1. Quick Start
  2. Architecture
  3. Installation and Packages
  4. ABI and Memory Ownership
  5. Runtime Lifecycle

Public APIs

Configuration

Language Integrations

Production Guidance

Important Runtime Constraint

V2Root Core manages one process-global Xray instance. It provides local HTTP and SOCKS proxy integration. It does not create or manage a TUN/VPN interface.

Project Links

Clone this wiki locally