tx
software for doing
Install
curl -fsSL https://trillionx.dev/install.sh | shWhat is tx?
tx is a declarative system initializer, package manager abstraction, and deployment orchestrator. It enables developers and AI agents to manage complex software environments through predictable, auditable building blocks.
- Declarative - Define desired state, tx figures out how to get there
- Cross-platform - Same config works on apt and pacman
- Dry-run by default - Preview changes before applying
- AI-agent friendly - Predictable operations that agents can orchestrate
Quick start
# Initialize system (dry-run)
tx init
# Actually apply
tx init --wetrun
# Check status
tx statusStatus
tx is in early development.