Model preservation utility / 0.1

Keep the
weights.

Stream any Hugging Face model snapshot you can lawfully access into storage you control—pinned, hashed, and ready to restore.

macOS · Windows · Linux. No WGHT account or middleman.

Live transferTLS / direct stream
HF
Open model
exact commit
authorized access
YOU
Your storage
local, NAS, or
private cloud

One focused window

No terminal
required.

Paste a Hugging Face URL, choose local, NAS, R2, S3, or B2 storage, and press Preserve. Credentials stay in memory on your machine for that transfer only.

Advanced / CLI automation Nothing entered here leaves this browser.
Run from the folder containing wght.mjs
1. Download CLI SHA-256

Requires Node 20+. Cloud targets use rclone; configure the remote once with rclone config. For gated repositories, set HF_TOKEN after accepting the model's license.

Proof, not promises

An archive that explains itself.

Every saved snapshot carries the information your future self needs to know exactly what it is and whether every streamed byte matched its source.

  • Immutable upstream commit
  • SHA-256 for every downloaded file
  • Original model metadata and license tag
  • Plain verify and restoration commands
{
  "source": {
    "provider": "huggingface",
    "repo": "Qwen/Qwen3-0.6B",
    "commit": "7bf1…91c2"
  },
  "license": "apache-2.0",
  "files": [{
    "path": "model.safetensors",
    "sha256": "d42a…80ee"
  }],
  "restore": "rclone copy …",
  "verify": "node wght.mjs verify …"
}
01

Your storage

WGHT works with private S3-compatible clouds, dozens of rclone remotes, local disks, and NAS volumes.

02

Almost no local disk

Files stream through your machine into your destination. WGHT does not build a second full local copy first.

03

Respect the license

WGHT preserves only what you are already authorized to access. It does not bypass gates, geography, sanctions, or access controls.

Availability changes. Copies endure.

Preserve the models that matter to you.

Start with the exact quantized repositories you expect to run: GGUF for broad local use, MLX for Apple Silicon, and hardware-specific formats when you need them.

Download WGHT