Run T15 Orchestrator free, through the REST API and the CLI. Compress real files and get them back byte-for-byte: every restore is SHA-256-verified, and the output carries a +1 byte never-worse floor. No credit card to start.
input -> orchestrate (SRD math + codecs) -> smallest verified .pdli -> restore -> SHA-256 match
LESS WEIGHT - SAME BYTES - VERIFIED RESTORE
No credit card to start - every result restores the original byte-for-byte, or it stays proof-only / diagnostic.
What the trial is
The free trial gives you working access to T15 Orchestrator over the same two surfaces you would use in production - the REST API and the command-line tool - so you can compress your own data, restore it, and confirm the SHA-256 roundtrip yourself.
Send bytes, get back a restorable .pdli container. Restore and verify in one round trip. Wire it into a pipeline with a trial token.
# compress over the trial API curl -X POST https://pedulli.io/api/compress \ -H "Authorization: Bearer $PDLI_TRIAL_TOKEN" \ --data-binary @data.json -o data.pdli # restore - SHA-256 of output must match the original curl -X POST https://pedulli.io/api/decompress \ -H "Authorization: Bearer $PDLI_TRIAL_TOKEN" \ --data-binary @data.pdli -o data.json
Single files or whole folders. The CLI runs the same orchestration and prints the verified result, including the SHA-256 match on restore.
# compress a file or a folder pdli compress ./project -o project.pdli # restore and verify byte-for-byte pdli restore project.pdli -o ./project-out pdli verify project.pdli # SHA-256 roundtrip: PASS
What you get
The trial is not a watered-down demo. It is the real Orchestrator with the same three guarantees - byte-exact, SHA-256-verified, and a +1 byte never-worse floor - applied to whatever you feed it.
A token for the REST API so you can compress and restore over HTTP straight from your own code or shell.
The command-line tool for Windows, macOS and Linux - compress, restore and verify files and folders locally.
Lossless, byte-for-byte. What you put in is exactly what comes back - no lossy re-encode, no approximation.
Every output is roundtripped and the restored bytes must SHA-256-match the original, or it is not shipped.
Never larger than the best standard codec (worst case +1 byte). No fake savings on random or already-compressed data.
Raw-byte entry point handles any format; whole folder trees compress to one container; large inputs stream in bounded memory.
COMPRESS
input -> SRD math + codecs -> smallest verified .pdli
RESTORE
file.pdli -> inverse -> original bytes (SHA-256 match)
Trial scope
The trial runs the real Orchestrator with the same guarantees. The only differences are usage limits, so you can evaluate before you commit.
How to start
Create an account - no credit card. Your trial API token and CLI download are issued immediately.
Use the API or CLI on a real file or folder. The Orchestrator keeps the smallest verified output.
Restore the .pdli and confirm the SHA-256 of the output matches the original byte-for-byte.
FAQ
pdli verify, and the API returns the verification status. If it does not match, the result is not shipped.Start the free trial, run the API or CLI on your own data, and confirm the SHA-256 roundtrip yourself. Then see the measured numbers.
No credit card - SHA-256 byte-exact restore - +1 byte never-worse floor
T15 Orchestrator is a separate Pedulli product focused on compression and orchestration.