Documentation

Everything you need to pack, send, and restore DAW sessions with Crate.

Getting Started

Installing Crate

Download the installer for your platform from the download page:

System Requirements

PlatformMinimum versionArchitecture
macOS10.13 High Sierra (2017)Apple Silicon & Intel (universal binary)
WindowsWindows 10, version 1803+64-bit (x86_64)
LinuxUbuntu 22.04+ / glibc 2.35+x86_64

No GPU required. Encoding speed scales with CPU cores — you can configure the number of parallel workers in Settings. Disk space: Crate needs roughly 1× the session size as temporary scratch space during packing.

First Launch

On first launch, Crate shows a welcome screen. Crate works immediately for unpacking — no purchase required. To pack sessions, you'll need a license key.

The Interface

Crate has a single-screen interface built around drag-and-drop:

Packing a Session

  1. Drag a session folder onto the Crate window (or click the drop zone to browse)
  2. Configure pack options — Choose your codec, split size, recovery, and encryption settings in the drawer that appears
  3. Click "Pack" — Crate analyzes your files, compresses audio losslessly, and creates a .crate archive
  4. Send the file — Upload the .crate file to Google Drive, Dropbox, WeTransfer, or any method you prefer
Tip: Crate doesn't upload anything for you — it's a tool, not a platform. Use whatever transfer method works for you and the recipient.

What Gets Packed

Unpacking & Restoring

  1. Drag a .crate file onto the Crate window
  2. Choose a destination — Crate asks where to restore the session
  3. Wait for verification — Crate decompresses, restores every file, and verifies SHA-256 checksums
  4. Open your DAW — The session is byte-for-byte identical to the original
Unpacking is always free. Anyone can download Crate and unpack .crate files — no license, no account, no payment. Share this with collaborators who need to open your files.

Encrypted Archives

If the archive was encrypted, Crate will prompt for the passphrase before unpacking. You must use the exact passphrase that was set during packing.

Split Archives

If the archive was split into volumes, drag any volume onto Crate — it will automatically find and reassemble all volumes from the same directory.

Pack Options

Codec

Choose the lossless audio codec used for compression:

Both codecs are completely lossless — your audio is mathematically identical after decompression.

Advanced Options

Click "Advanced" in the pack drawer to reveal splitting, recovery, and encryption settings. These are optional and off by default.

Encode Workers

Found in Settings → Encode workers. This controls how many files Crate compresses or decompresses in parallel — one worker per file, each running on its own CPU core.

Parallelism applies to every CPU-bound phase: SHA-256 hashing, lossless encoding/decoding, and verification. For best results, set this to your total CPU cores minus 1 — this keeps one core free for the UI and system so your machine stays responsive during packing.

Tip: On a fast machine with an NVMe drive, increasing encode workers is the single biggest speed improvement you can make. If your source and destination are on the same slower drive, disk I/O may bottleneck before CPU does.

Encryption

Crate encrypts archives with AES-256, the same standard used by banks and governments.

  1. Toggle Encrypt on in pack options (under Advanced)
  2. Enter a passphrase — make it strong and memorable
  3. The recipient will need this exact passphrase to unpack
Important: A lost passphrase means an unrecoverable archive. The passphrase is never stored or transmitted by Crate. Write it down or share it securely with the recipient through a separate channel (text message, phone call, etc.).

Splitting into Volumes

Split large archives into smaller volumes for easier uploading:

Tip: Splitting is especially useful for services with file size limits (email attachments, free-tier cloud storage) or unreliable connections where a large upload might fail partway through.

Recovery Records (PAR2)

Recovery records add error-correction data so a partially corrupted or incomplete transfer can self-repair without re-downloading.

Recovery adds roughly the chosen percentage to the archive size. For a 1 GB archive with 5% recovery, expect about 1.05 GB total.

Verification & Integrity

Every file packed by Crate gets a SHA-256 checksum. On unpack, every file is verified against its checksum. If even one bit is wrong, Crate reports it immediately.

What This Means

Can audio shift or go out of phase?

No — it is mathematically impossible. This is a common and valid concern, especially if you've worked with lossy codecs that add encoder delay or padding. Here's why Crate is different:

Crate verifies the decoded output twice — once at pack time and once at restore time. The verification is a byte-for-byte SHA-256 comparison against the original file. This means every single byte must match: the audio samples, the header, the metadata chunks, everything. If even one sample shifted position, the hash would not match.

When a hash mismatch is detected at pack time, Crate automatically falls back to passthrough — storing the file verbatim instead of compressed. The file still arrives byte-perfect; it just doesn't benefit from compression. This "correctness over size" policy means Crate will never ship a file that doesn't match the original.

Bottom line: Crate doesn't ask you to trust the codec — it proves the result is correct. The SHA-256 hash is the proof. If it passes, the file is identical. If it doesn't pass, the file is stored raw instead.

Licensing

How Licensing Works

Activating Your License

  1. Open Crate and click the gear icon (Settings)
  2. Go to the License section
  3. Paste your license key (starts with CRATE1.)
  4. Click Activate — packing is now unlocked

Lost Your License Key?

Your license key was emailed to you after purchase. If you can't find it:

  1. Check your spam/junk folder for an email from Crate
  2. Use the license recovery tool — enter your purchase email and we'll re-send your key
  3. In the app, click "Lost your key?" in Settings → License to email support directly

Buying a License

Purchase at crate.fluxcode.studio. We use Purchasing Power Parity pricing — the price adjusts based on your country so Crate is accessible everywhere.

Supported Formats

Losslessly Compressed (audio)

FormatCodecNotes
WAV (integer PCM)FLAC8/16/24/32-bit; all foreign chunks preserved (BWF, iXML, cue, etc.)
AIFF (integer PCM)FLACAll foreign chunks preserved
AIFF-C (e.g. Logic sowt)WavPackWrapper preserved byte-for-byte
WAV / AIFF (float 32/64)WavPackFLAC can't carry float losslessly
CAF (Core Audio)WavPackFLAC foreign-metadata is WAV/AIFF only
Wave64 (W64)WavPackByte-perfect round-trip
RF64 / BW64 (>4 GB)PassthroughStored byte-exact; no codec handles these reliably
>8 channelsWavPack or passthroughFLAC limited to 8 channels

Stored As-Is (already compressed or non-audio)

Compatible DAWs

Crate is DAW-agnostic — it works at the file level. Any DAW that saves files to disk works with Crate:

Pro Tools · Logic Pro · Ableton Live · Cubase · Nuendo · Studio One · Reaper · FL Studio · Bitwig · Pyramix · SADiE · and more

Troubleshooting

"Pack" button is disabled

You need an active license to pack. Go to Settings → License and paste your key. If you don't have one, purchase a license.

macOS: "Crate can't be opened because it is from an unidentified developer"

Crate is signed and notarized by Apple. If you still see this message, right-click the app and choose Open, then click Open in the dialog. This only needs to be done once.

Windows: SmartScreen warning

Windows may show a SmartScreen warning for new software. Click "More info" then "Run anyway". This is normal for new applications and will resolve as Crate gains reputation with Microsoft.

Archive won't unpack — "checksum mismatch"

The file was corrupted during transfer. Options:

Archive won't unpack — "wrong passphrase"

The archive was encrypted and you're entering the wrong passphrase. Passphrases are case-sensitive. Contact the sender for the correct passphrase.

Missing volumes

If a split archive is missing volumes, Crate will tell you which ones are missing. Download the missing volumes and place them in the same folder as the others.

Session won't relink in my DAW

Crate restores files to the exact same relative paths. If your DAW can't find files:

Packing is slow

Compression speed depends on your CPU and disk speed. Tips:

Keyboard Shortcuts

Need Support?

Can't find the answer here? Open a support request and we'll get back to you within 1–2 business days. License holders get priority support.

Contact Support