Foundry Local 1.1: Live Transcription, Embeddings, and Responses API | Microsoft Foundry Blog

Foundry Local 1.1 adds live transcription, embeddings, Responses API, WebGPU plugin, and download cancellation.

Microsoft Foundry Blog

Question on #licenses: Take an #LGPL licensed library written in C, compile it to JavaScript with #emscripten, and bundle it into a JavaScript app. The JavaScript app has to be LGPL licensed because the dynamic linking exception doesn't apply.

Same LGPL library, build a #NodeAPI module that statically links against it, and use that in a JavaScript app. The NodeAPI code would be LGPL'ed since it's statically linked, but would the #JavaScript code be fine since node loads the module dynamically?