---
Title: GTS: Graph Transport Substrate
Subtitle: A single-file, content-addressed, append-only transport for RDF 1.2 graphs
Type: Software specification
Order: 20
DOI: 10.67342/umcdg7675h/v1
Date: 2026-06-18
Updated: 2026-06-18
Version: 1
WorkId: umcdg7675h
PublicationVersion: 1
PackageVersion: 0.9.0
License: MIT OR Apache-2.0
FullDocumentUrl: /projects/gts/
CanonicalUrl: https://blackcatinformatics.ca/projects/gts/
SourceUrl: https://github.com/Blackcat-Informatics/gmeow-gts
CitationUrl: /projects/gts/cite.csl.json
Summary: GTS is a single-file, content-addressed, append-only transport for RDF 1.2 graphs and referenced binaries, implemented across Rust, Python, Go, and TypeScript and used as the primary distribution method for GMEOW without depending on GMEOW.
---

# GTS

GTS, the Graph Transport Substrate, is a single-file, content-addressed,
append-only transport for RDF 1.2 graphs and the binaries those graphs
reference. A GTS file is a CBOR Sequence of segments: deterministic headers and
frames linked by BLAKE3 content identifiers, folded into a logical graph by a
deterministic replay model.

GTS is ontology-independent. It is the primary distribution method for GMEOW,
but a conformant reader does not need GMEOW vocabulary, OWL reasoning, or
agent-memory conventions to parse, verify, fold, or transport a GTS file.

## Publication Identity

| Field | Value |
| --- | --- |
| Title | GTS: Graph Transport Substrate |
| DOI | `10.67342/umcdg7675h/v1` |
| BII publication version | `1` |
| Package version | `0.9.0` |
| Released | `2026-06-18` |
| Publisher | Blackcat Informatics Inc. |
| Source repository | `https://github.com/Blackcat-Informatics/gmeow-gts` |
| Citation metadata | `https://github.com/Blackcat-Informatics/gmeow-gts/blob/main/CITATION.cff` |
| License | `MIT OR Apache-2.0` |

## Distribution

| Engine | Package | Install |
| --- | --- | --- |
| Rust | `gmeow-gts` | `cargo install gmeow-gts` |
| Python | `gmeow-gts` | `pip install gmeow-gts` |
| Go | `go.blackcatinformatics.ca/gts` | `go install go.blackcatinformatics.ca/gts/cmd/gts@latest` |
| TypeScript | `@blackcatinformatics/gmeow-gts` | `npm i @blackcatinformatics/gmeow-gts` |

The canonical BII project/publication page is `/projects/gts/`.
