Chronal runtime for Deutsch-consistent closed timelike curves
A self-compiling spacetime engine — from fixed-point kernels to Novikov cosmologies.
Website · v0.6.0 Release · Publishing · Changelog
Cronos-CTC is an experimental Rust workspace that treats computation as a problem on a spacetime manifold rather than a von Neumann instruction stream.
Retrocausal programs do not “step forward.” They converge to chronal states (\rho) that satisfy the Deutsch consistency condition
[ U(\rho)=\rho \qquad\text{i.e.}\qquad r(x)=F(x)-x=0 ]
where (F) is the CTC evolution map and (r) is the residual monitored by
ctc-kernel.
Across six phases the stack grows from a single Anderson fixed-point solver into a Novikov closed cosmos: holographic boundary projection, Landauer thermodynamics, Genesis law compilation (\Lambda^\star), and horizon-persisted self-sustaining ticks.
This is research / systems software inspired by CTC consistency literature. It is not a claim of physical time travel hardware.
- Deutsch fixed-point kernel — Anderson-accelerated multi-start basin search with unique / multi-weighted / paradox classification
- Worldline DAG memory — immutable spacetime fabric indexed by ((a,\tau))
- Retrocausal DSL compiler — cyclic dependency graphs → fixed-point equations
- Hardware bridge — FPGA / GPU / annealer preference routing with CPU fallback
- Cross-epoch signalling — Deutsch-gated teleportation across proper time
- Multiversal ledger — fork, score, and Proof-of-Consistency collapse
- Holographic boundary — AdS/CFT-style bulk→boundary compression (
ctc-holo) - Landauer thermodynamics — bit-erasure / prune energy accounting (
ctc-entropy) - Genesis meta-compiler — workload-driven rewrite of physical law parameters
- Novikov runtime — seal (\Lambda^\star) onto the live stack and sustain ticks (
ctc-cosmos)
- Rust 1.75+ (edition 2021 workspace; newer stable recommended)
- Cargo, Git
git clone https://github.com/theworker02/ChronosCTC.git
cd ChronosCTC
cargo test --workspace
cargo run -p ctc-cliThe CLI boots the Phase-6 Novikov lifecycle, then smokes Phase 5 / 4 / 2.
cargo install --path crates/ctc-cli
cronos-ctcRuntime knobs live in configs/runtime.toml:
| Section | Controls |
|---|---|
[solver] |
Anderson depth, tolerance ε, restarts, domain |
[bridge] |
CTC / classical device preference & cost model |
[signal] / [mesh] |
Deutsch gate & hop latency |
[holo] / [entropy] / [genesis] |
Boundary ratio, Landauer T, meta-epochs |
[cosmos] |
Sustainment ticks, horizon checkpoints, zero-energy gate |
ChronosCTC/
├── crates/
│ ├── ctc-kernel/ # Deutsch consistency solver & nonlinear runtime
│ ├── ctc-dag/ # Topological worldline memory fabric
│ ├── ctc-compiler/ # Cyclic graphs → fixed-point equations
│ ├── ctc-pruner/ # Paradox / residual branch pruner
│ ├── ctc-bridge/ # FPGA / GPU / annealer offload HAL
│ ├── ctc-inspector/ # τ-scrub debugger & residual telemetry
│ ├── ctc-gc/ # Entropy-aware timeline garbage collector
│ ├── ctc-signal/ # Cross-epoch binary teleportation
│ ├── ctc-oracle/ # Pre-cognitive branch interception
│ ├── ctc-mesh/ # Distributed temporal entanglement network
│ ├── ctc-ledger/ # Omniversal multi-timeline ledger
│ ├── ctc-agents/ # Cross-temporal navigation agents
│ ├── ctc-collapse/ # Proof-of-Consistency reality merger
│ ├── ctc-holo/ # AdS/CFT holographic boundary projection
│ ├── ctc-entropy/ # Landauer thermodynamic work extractor
│ ├── ctc-genesis/ # Self-referential physical-laws compiler
│ ├── ctc-horizon/ # Event-horizon persistence for sealed cosmos
│ ├── ctc-cosmos/ # Novikov closed-cosmos seal & tick runtime
│ └── ctc-cli/ # End-to-end demonstration driver (bin: cronos-ctc)
├── site/ # GitHub Pages source
├── configs/ # runtime.toml
├── scripts/ # publish / push helpers
└── releases/ # versioned release notes + checksums
| Phase | Theme | Crates |
|---|---|---|
| 1 | Fixed-point CTC kernel | ctc-kernel, ctc-dag, ctc-compiler, ctc-pruner |
| 2 | Bridge · Inspector · GC | ctc-bridge, ctc-inspector, ctc-gc |
| 3 | Retrocausal teleportation | ctc-signal, ctc-oracle, ctc-mesh |
| 4 | Multiversal consensus | ctc-ledger, ctc-agents, ctc-collapse |
| 5 | Holography · Thermo · Genesis | ctc-holo, ctc-entropy, ctc-genesis |
| 6 | Novikov closed cosmos | ctc-cosmos, ctc-horizon |
- Genesis locks physical laws (\Lambda^\star = G(W(\Lambda^\star)))
- Seal rewrites live solver ε, signal Deutsch gate, mesh hop latency, holo ratio, thermo/GC
- Tick runs holographic boundary solves with Landauer ↔ GC coupling
- Horizon checkpoints the sealed universe for process resurrection
bulk DAG ──► ctc-holo boundary ──► ctc-entropy Landauer
│
▼
ctc-genesis law fixed point Λ*
│
▼
ctc-cosmos seal → sustain → ctc-horizon
| Crate | Role |
|---|---|
ctc-kernel |
Anderson / Deutsch fixed-point solver |
ctc-dag |
Worldline spacetime DAG |
ctc-compiler |
Retrocausal DSL lowering |
ctc-pruner |
Paradox branch pruner |
ctc-bridge |
Device offload HAL |
ctc-inspector |
Residual / τ debugger |
ctc-gc |
Timeline garbage collector |
ctc-signal |
Cross-epoch packets |
ctc-oracle |
Injection-point oracle |
ctc-mesh |
Distributed entanglement mesh |
ctc-ledger |
Omniversal fork ledger |
ctc-agents |
Chronal agent fleet |
ctc-collapse |
PoC reality synthesis |
ctc-holo |
Holographic projector |
ctc-entropy |
Landauer thermo balancer |
ctc-genesis |
Laws meta-compiler |
ctc-horizon |
Cosmos checkpoints |
ctc-cosmos |
Sealed sustainment runtime |
ctc-cli |
Demo binary cronos-ctc |
# Example dependency
[dependencies]
ctc-cosmos = "0.6"
ctc-kernel = "0.6"cargo fmt
cargo clippy --workspace --all-targets
cargo test --workspace
cargo build -p ctc-cli --release
./scripts/publish-crates.sh --dry-run --allow-dirtyBranch convention for agents: cursor/<descriptor>-d5a7.
| Surface | URL |
|---|---|
| GitHub Pages | https://theworker02.github.io/ChronosCTC/ |
| Actions | https://github.com/theworker02/ChronosCTC/actions |
| Releases | https://github.com/theworker02/ChronosCTC/releases |
Local site preview:
python3 -m http.server --directory site 8080| Asset | Path |
|---|---|
| Raster logo (README / social) | assets/logo.png |
| Vector logo | assets/logo.svg |
| Per-crate copy | crates/<crate>/assets/logo.svg |
| Document | Purpose |
|---|---|
SECURITY.md |
Vulnerability reporting |
PRIVACY.md |
Privacy policy |
CODE_OF_CONDUCT.md |
Community standards |
CONTRIBUTING.md |
How to contribute |
SUPPORT.md |
Where to get help |
LICENSE |
Apache-2.0 |
NOTICE |
Attribution |
See docs/PUBLISHING.md.
export CARGO_REGISTRY_TOKEN=… # https://crates.io/settings/tokens
./scripts/publish-crates.shLicensed under the Apache License, Version 2.0.
Copyright 2026 Cronos-CTC Systems Architecture
