Systems that move. Think in fields.VORTEX FRAMEWORK
Vortex Framework A polynomial-time compute framework composing semantic compression, secure containers, portable binaries, graphics, data, and distributed systems.
Architecture with a pulse
Architecture with a pulse.
VME / Vortex Mathematics Engine
A thousand paths through one idea.
NOTE / The interactive field above is a conceptual projection for illustration. Fiber counts and per-fiber throughput figures are architecture and policy targets โ not measured or guaranteed hardware throughput by any specific deployment.
AVM / Abstract Vortex Machine
The Vortex core, made portable.
One compute identity. Three operating systems.
AVM is the portable Vortex binary / runtime surface for Windows, Linux, and macOS โ containing the full VME core, mathematics libraries, algorithms, a versioned runtime contract, capability discovery, and backend adapters.
NOTE / Real portability depends on the supported host, selected backend, runtime version, and the negotiated capability contract. Not every feature is available on every host.
VPL + VKL / Language layers
Close to the machine. Clear above it.
VPL / LOWER
Vortex Programming Language โ the lower-level, explicit, bounded, VME-facing language. Handles typed data, memory boundaries, math operators, fiber-oriented work, and deterministic execution contracts.
VKL / HIGHER
Vortex Kernel Language โ the higher-level orchestration layer for VPL. Describes parallel intent, dispatch shape, kernel orchestration, and bounded results. VKL compiles / targets VPL semantics conceptually.
// VKL: illustrative high-level kernel declaration
kernel normalize_field(
input: f32[n],
output: f32[n],
fibers: 256
) {
for_each lane in input parallel {
output[lane] = normalize(input[lane]);
}
emit output with {
integrity: "verified",
locality: "fiber-local"
};
}
This is illustrative landing-page syntax. It is not a normative language specification, and the exact syntax / compiler is not claimed to be shipping.
VSL / Vortex Shader Language
One visual grammar. Many render surfaces.
VSL is the graphics and compute-facing language layer of Vortex. Target-neutral intent written once can be adapted to Canvas, Canvas 2D, WebGL, WebGPU, Vulkan, and DirectX.
Actual device features, formats, limits, and performance are determined by the selected backend adapter, not by VSL alone.
Vortex in the wild / Cyber404
A playable Vortex surface.
Cyber404 is an example of the Vortex NodeJS-TypeScript path. It is written in VSL and uses VSCC as part of its broader application architecture.
P2Pm + VSAN / distributed movement
A mesh that knows its shape.
P2Pm is Vortex's peer-to-peer mesh concept supporting sharding, clustering, distributed compute, peer-provided heavy-compute services, and capability- and locality-aware placement. VSAN โ Vortex Self Aware Network โ supplies real-time observability and policy signals for peer health, topology, resource pressure, workload behavior, routing behavior, identity and admission, anomaly detection, and remediation policy.
Split with intent
Partition & ownershipPartition compute and data into bounded, observable units with explicit ownership and recovery rules.
Coordinate capacity
Grouping & policyGroup peers by capability, proximity, policy, or workload affinity while retaining placement visibility.
Move the work
Dispatch & verifyDispatch independently verifiable tasks where capacity and locality support the declared execution plan.
Watch the mesh
Observe & remediateUse real-time telemetry for peer health, routing behavior, resource pressure, anomalies, and remediation policy.
VDBE / Vortex Database Engine
Data stays where it makes sense.
VDBE is a Vortex database-engine layer and integration surface. It coordinates with local data stores, server databases, and cloud-hosted services through explicit adapters โ it does not pretend all storage models must be replaced by a single database.
Actual consistency, query behavior, security, and performance remain properties of the selected backend and deployment policy.
VSCC / Semantic Compression Codec
Meaning travels lighter.
VSCC does not pretend that everything compresses. It recognizes structure, tests bounded paths, and retains the smallest complete lossless frame โ or keeps the original intact.
High-entropy, already-compressed, encrypted, or random data may require raw fallback. Compression must happen before encryption when compression is intended; authentication must happen before decompression / expansion when handling untrusted content.
Illustrative only โ not real compression. Production VSCC must measure actual encoded bytes, include complete manifest / frame overhead, and keep the raw fallback when no complete-frame net saving exists.
Research / conceptual models
The shape of less.
Conceptual module visualizations. Values are illustrative design models โ not measured performance claims.
Compression composition
Illustrative composition of a payload separating recognizable semantic segments from residual material.
Entropy normalization
Illustrative normalization of a noisy distribution into a smoother, lower-entropy residual.
Quantization ร compression
Quantization and lossless-container savings must be reported separately. Quality must be validated on the target task suite. Values shown are illustrative.
Secure file container
Illustrative packaging order: compression, optional recovery protection, then authenticated encryption. No custom cryptographic primitives or guarantees are claimed.
Language & platform work
| Language / platform | Status | Runtime notes |
|---|---|---|
| Assembly | Under Development | Low-level systems integration |
| C | Beta | Native systems and runtime integration |
| C++ | Beta | Native compute and engine integration |
| Go | Beta | Services, networking, and tooling |
| Rust | Under Development | Safety-oriented systems integration |
| Python | Beta | Research, data, and automation workflows |
| Assembly | Beta | Assembly integration surface |
| PHP | Beta | Web and application service integration |
| COBOL | Beta | Legacy enterprise integration |
| Java | Beta | Enterprise services and JVM integration |
| C# | Beta | .NET and application integration |
| Ruby | Under Development | Web tooling and developer workflows |
| NodeJS-TypeScript (Bun, Deno) | Beta | JavaScript and TypeScript runtime integration |
| Vortex Bootloader | Under Development | Boot-time systems foundation |
| VortexOS | Under Development | Operating-system research and platform surface |
Framework modules / system index
The field, indexed.
Portable Vortex core
Cross-platform binary delivery surface for VME, math libraries, and algorithms.
Polynomial-time fibers
Polynomial-time computation across a configurable open-loop torus.
Low and high expression
Low-level Vortex programming plus higher-level kernel expression.
Graphics intent
Graphics and compute intent across web and native rendering backends.
Lossless meaning
Lossless segmentation, exact transforms, and measured residual coding.
Protected frames
Authenticated envelopes plus bounded repair policy for protected frames.
Distributed movement
Peer coordination, sharding, clustering, distributed compute, and real-time monitoring.
Stored where sensible
Local, server, and cloud data integration under explicit backend policy.
REDEAUX / 12
Make the system
feel alive.
Vortex Framework is a proposal for infrastructure with shape, rhythm, discipline, and verifiable operational boundaries. Built by Redeaux for the work that comes next.