Pipe any bytes — text, PDFs, images, videos, zips — to a topic and grab them anywhere.
curl -fsSL https://iceberg.sh/install.sh | sh
# on one machine — pipe anything in echo "hi from my laptop" | iceberg push my-topic # on any other machine iceberg pull my-topic
# pdf, image, video, zip, tar — just redirect it in iceberg push -t report < report.pdf iceberg pull report > report.pdf
# renders text, images & SVG — otherwise downloads iceberg.sh/v/my-topic
# save it once, then drop the name iceberg topic my-topic echo "hi" | iceberg push iceberg pull
curl -d "hi" iceberg.sh/my-topic curl iceberg.sh/my-topic