LRX
License and Right eXchange
$
lrx
01
What is LRX?
LRX is a command-line tool and protocol for managing digital licenses and rights. Verify ownership, transfer rights, and audit compliance — all from your terminal.
# verify a license
lrx verify --license MIT --asset ./project
# transfer rights
lrx transfer --from alice --to bob --right publish
lrx verify --license MIT --asset ./project
# transfer rights
lrx transfer --from alice --to bob --right publish
02
Core Actions
lrx verify
Validate license compliance across your entire dependency tree.
lrx transfer
Securely transfer usage rights between parties with audit trail.
lrx audit
Generate compliance reports for legal review in seconds.
lrx register
Register new works and establish rights on the exchange.
03
Get Started
# install via shell
curl -sSf https://lrx.sh/install | sh
curl -sSf https://lrx.sh/install | sh
One command. No dependencies. Ready to execute.