GregOrigin - LocalVault: Take control of your Fab library with an offline manager & organizer

Watch it in action: v0.1

Update video: v0.2

Read the manual

Get the Core version on GitHub. (Please file Issues there for the FOSS version. Fab hosts the updated Pro version.)

Discord support

🛡️ LocalVault: Total Ownership of Your Fab Library

Owning instead of streaming.

With the transition to the unified Fab ecosystem, digital asset management has moved to the cloud. While convenient, this creates a critical vulnerability for professional studios: Asset Volatility. Your expensive environment packs and MetaHumans are currently stored in hidden, temporary engine caches that can be wiped or corrupted at any moment.

LocalVault is the professional’s bridge between the cloud and the workstation. It is an advanced C++ utility plugin designed to give you 100% control over your digital portfolio through true offline backups, instant metadata tagging, and zero-latency search.

🚀 The Reason of LocalVault: Permanence, Organization, Privacy

  1. 📦 True Offline Backup (Permanence) LocalVault solves the "disappearing asset" problem. It executes a deep, multi-threaded extraction of your volatile FFabAssetsCache, duplicating raw files into a standardized, human-readable directory structure on your external NAS or backup drive.

  • Safe Extraction: Moves files from obscured AppData paths to your chosen vault.

  • Project Ready: Backed-up folders are formatted for instant drag-and-drop into any future Unreal project—no Epic Launcher required.

  1. 🏷️ Semantic Intelligence (Organization) Managing a library of 300+ assets is impossible with native tools. LocalVault introduces a high-speed, local-first tagging system.

  • Persistent Metadata: Apply project names, genres, or utility tags (e.g., "Cyberpunk", "Client_A", "Performance Heavy") to your assets.

  • Zero-Latency Search: Since your database is stored locally in optimized JSON, searching through thousands of assets is instantaneous.

  1. 🔒 Zero-API Security (Privacy) We believe your credentials should remain yours. LocalVault uses a proprietary Zero-API Strategy.

  • No Login Required: It natively hooks into the Unreal Engine's internal cache module. You never have to provide your Epic password or OAuth tokens to our tool.

  • Air-Gapped Ready: Once your assets are downloaded via the Editor, LocalVault works 100% offline.


⚡ Unique Features

  • 🛡️ The "Anti-Delisting" Shield: Ensure that even if an asset is removed from Fab or the creator leaves the platform, you still hold the raw files you paid for.

  • ⚡ Multi-Threaded Throughput: Optimized C++ backend ensures that even 100GB environment megapacks are backed up with maximum disk I/O efficiency.

  • 📋 JSON Data Portability: Your custom tags are stored in a simple, version-control-friendly Database.json. Share your library organization across your entire studio via Git or Perforce.

  • 🛠️ Engine Integrated: Designed specifically for UE 5.7+, utilizing the latest internal Fab modules for 1:1 compatibility.


📖 Professional Workflow

  1. Sync: Hit "Sync with Epic" to instantly index every asset currently in your local cache.

  2. Tag: Use the Metadata Sidebar to categorize your latest downloads.

  3. Secure: Select your assets and click "Download Assets" to move them into your permanent archive.


🛠️ Technical Specifications

  • Backend: Optimized C++ (Editor Module)

  • Storage: Local JSON Database

  • Compatibility: Windows 10/11 (Win64)

  • Engine Versions: 5.7 and higher

  • LocalVault enables Unreal Engine’s built-in EOSShared dependency for owned-library sync

LocalVault: Because if you bought it, you should hold it.

Changelog 0.2.0

2026 - 05 - 07

Backup Reliability

  • Added versioned backup folders for each successful backup.
  • Added backup manifest generation per version.
  • Added checksum verification before a backup is marked as successful.
  • Added destination free-space preflight checks.
  • Added copy retry behavior for file transfers.
  • Added path-length risk warnings.
  • Failed backup attempts now avoid marking assets as safely stored.

Verification

  • Added manifest-aware backup verification.
  • Added Verify Selected support.
  • Added Verify All support.
  • Added Verify Changed support.
  • Added last verification timestamp tracking.
  • Added "needs verification" state when a backup changes after last verification.
  • Added clearer mismatch reporting and per-asset last operation errors.

Restore

  • Added restore preview.
  • Preview reports restorable assets, conflicts, and missing local sources.
  • Added conflict-safe restore behavior.
  • Existing project content is no longer overwritten during conflict restores.
  • Conflicting restores are copied beside existing content with a timestamped suffix.
  • Added restore conflict tracking per asset.

Job History

  • Added recent job tracking for backup, verify, and restore operations.
  • Added job status, total count, completed count, failed count, start time, finish time, and summary.
  • Added job history display in the LocalVault browser.
  • Job history is persisted in the LocalVault database.

Library Intelligence

  • Added Not Backed Up filter.
  • Added Needs Verification filter.
  • Added Updates Available filter.
  • Added Large Assets filter.
  • Added Installed in Project filter.
  • Added Missing Local Source filter.
  • Added Recently Restored filter.
  • Added Restore Conflicts filter.
  • Added Multiple Versions filter.

Team Workflows

  • Added team metadata export to Saved/LocalVault/TeamMetadata.json.
  • Added team metadata import.
  • Export/import includes tags, collections, wishlist state, backup manifest references, and backup version references.

Diagnostics

  • Added diagnostics export to Saved/LocalVault/Diagnostics.json.
  • Diagnostics include sync status, Fab cache path, database path, storage settings, asset counts, update counts, missing-source counts, and recent jobs.
  • Added clearer Fab/EOS sync diagnostic state for failed or degraded sync attempts.

UI

  • Added a new Vault Tools toolbar.
  • Added Preview Restore action.
  • Added Verify Changed action.
  • Added Verify All action.
  • Added Export Team action.
  • Added Import Team action.
  • Added Diagnostics action.
  • Added job queue summary strip.
  • Asset details now show backup version, manifest path, stored version count, last verify time, restore conflict state, and last operation error.

Metadata and Docs

  • Updated Quick Start and product-page copy for versioned backups, manifests, conflict-safe restore, team metadata, and diagnostics.