Self-host with Docker · Yantr
VERT
Next-generation open-source file converter powered by WebAssembly.
1
Ports
2
Notes
3
Use Cases
About
What VERT does
VERT is a privacy-first file conversion tool that converts images, audio, documents, and video directly in your browser using WebAssembly. It supports over 250 file formats with no file size limits, no cloud uploads, and no tracking — everything stays local on your device.
Install Flow
How to self-host VERT
VERT can be deployed with standard Docker Compose using the Yantr app catalog. This page collects the basic information searchers usually need first: what VERT does, which Docker image Yantr uses, default ports, deployment notes, and where to find the original compose template.
After deployment, Yantr lets you publish additional ports from the stack page using Docker-style syntax. Use 8080:8080 for a fixed host port or just 8080 to let Docker assign a random port.
Use Cases
What people run it for
- Convert images between formats such as PNG, JPEG, WebP, AVIF, and more without uploading them to any third-party service.
- Convert audio and document files locally in the browser using WebAssembly-powered FFmpeg, ImageMagick, and Pandoc.
- Self-host your own instance for your team or homelab to ensure all file conversions remain private and on your own infrastructure.
Technical Details
Ports, image, and service metadata
Ports
| Port | Protocol | Label |
|---|---|---|
| 3000 | HTTP | Web UI |
Docker Image
ghcr.io/vert-sh/vert:latest
Service Name
vert
Notes
Things to know before you deploy
- Video conversion requires the optional vertd daemon for local processing; otherwise it uses the official vert.sh instance
- All other conversions (images, audio, documents) run fully in-browser via WebAssembly
Related Apps
More tools you might pair with VERT
Page generated 2026-06-23T15:50:08.758Z