# Tubeless

> Typed pipeline primitives for composable data-processing workflows.

Tubeless by Chet Mancini is a dependency-free TypeScript library for typed data
pipelines and multi-step CLI workflows. Define dependencies, preview execution,
and inspect step results. Version: 0.2.2.

## When to use Tubeless

Use it for typed imports and ETL, dependency-ordered validation and publication,
and observable CLI programs. It runs in your process; it is not a hosted API or
a durable execution engine with crash recovery or distributed scheduling.

## Start here

- [Getting started](https://tubeless.io/docs/getting-started.md)
- [Agent instructions and resource index](https://tubeless.io/llms.txt)
- [Authoring guide](https://tubeless.io/docs/agent-guide.md)
- [Recipes](https://tubeless.io/docs/recipes.md)
- [CLI reference](https://tubeless.io/docs/cli.md)
- [Local Studio OpenAPI contract](https://tubeless.io/openapi.json)
- [Complete documentation](https://tubeless.io/llms-full.txt)
- [Source code](https://github.com/chetmancini/tubeless)

Read the guide and smallest matching recipe before writing a pipeline. Inspect
or plan before execution, and obtain authorization for external side effects.
