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. 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, DAE (COLLADA) to GLB for modern web delivery, or STP/STEP to STL for 3D printing. Over 11 input and 9 output formats supported, 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
for 60-90% smaller files), 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.