TL;DR
VERT enables client-side file conversion using WebAssembly, supporting images, audio, documents, and video without cloud uploads.
Key Points
- Converts images, audio, documents, and video entirely on-device using WebAssembly
- Built with Svelte for user interface; video conversion daemon is self-hostable
- Licensed under AGPL-3.0 with full source code available on GitHub
- Live instance available at vert.sh with option for fully local deployment
Why It Matters
This approach eliminates privacy concerns of cloud-based converters by processing files locally in the browser via WebAssembly. For developers and sysadmins, the self-hostable daemon architecture enables deploying conversion services in air-gapped or privacy-critical environments without external dependencies.
Source: github.com