What is Polyforge?
Polyforge is a free, browser-based 3D file utility with two core tools: a format converter and a size optimizer. Both run entirely inside your browser using three.js. Your files are never uploaded to a server — all processing happens locally on your device.
3D File Format Converter
Convert OBJ to GLB for web and AR delivery, FBX to GLB for glTF compatibility, STL to GLB for product visualization, and more — all without leaving your browser.
3D File Size Optimizer
Large 3D assets are a major performance bottleneck. Polyforge's
optimizer addresses this with three techniques: mesh decimation
(SimplifyModifier), Draco compression (KHR_draco_mesh_compression
— 60–90% smaller), and texture compression.
Privacy-First Architecture
Polyforge was built with a strict constraint: no file ever leaves your device. The three.js loaders and exporters run entirely in the browser — your 3D file is read from local disk directly into memory and never sent over the network.