Zas

Send a file from your phone to your computer. Or to anyone you like.

It arrives in seconds, whole, and in five days it deletes itself.

  • Nothing to install.
  • Encrypted on your device.
  • No compression.
Get it on Google Play

Instead of emailing yourself

You send it from the phone and it turns up on the computer. Open it, use it, and in five days it leaves on its own.

Instead of WhatsApp

The photo arrives with the megapixels it had. You pass it on with a link, and whoever gets it opens it without an account.

Instead of Drive or Dropbox

They arrive, you use them, they go. In five days the list clears itself: no folders to build and no second place with thousands of files to maintain. Whatever you want to keep, you pin.

Text and code, same as a file

Copy something on the phone and paste it on the computer: a link, an address, a paragraph. If it is code it arrives as code — monospaced, coloured, with the language set — and you pass it to someone with a link.

JavaScript
// se parte en chunks antes de salir
async function upload(file) {
  const parts = await split(file, 4 * MiB);
  return Promise.all(parts.map(send));
}