Steinberg - VST3 & ASIO are now Open Source

I don’t know if this is a great news.
I don’t know if this has already been discussed here.

But since october 2025:

  • VST 3 SDK is under MIT license
  • ASIO technology is available in open source form under a GNU General Public License, version GPLv3

I’m noob about licences but I’m quite sure it sounds as a great news, right?
Perhaps thanks to CLAP, tho.

they aren’t bad news, but vst3 sdk was opensourced about 10 years ago. and asio sdk was available at no charge before.

It’s cool but nothing to rave about really.

2 Likes

Ok, thanks.

If I understand what I saw in a video, it is about the license type that has changed recently? Perhaps it’s easier for third parts to sell products based on VST3 and/or ASIO? Not sure. But the guy on the video was so excited that I thought it was the revelation of the year :smiley:

hard to answer without the video.

MIT is more flexible as it allows 3rd to modify and keep their source closed. But in the context of a framework/sdk it would make very little sense to do that anyway. So I don’t feel it’s a game changer.

ASIO change can have more effect as it opens the standard more (and allow more players to get in the game, without steinberg supervision (which, again, was already minimal)). This allows for example Microsoft to come up with an (open-sourced) generic asio usb audio driver, which looks very interesting (and that could be an actual game-changer for asio4all users, thus idk how common the use case is, it’s certainly nice to have for cheap/legacy device).

1 Like

It’s good for adapter projects, for example the rust vst3 “crate”, which before MIT had to use a precompiled c++ thing or so. Also it’s good for CLAP SDK, now being able to provide full adaption for VST3. Something like that…:sweat_smile:

1 Like

From the official Steinberg forum from Oct 28, 2025:

Steinberg has relicensed the VST3 SDK under the permissive MIT License starting with version 3.8, officially making it open source. This shift removes the need for developers to sign agreements with Steinberg, allowing free use, modification, and commercial distribution of VST3 plugins.

Key Details on the VST3 Open Source Shift:

  • License Change: The SDK moved from a proprietary/GPLv3 dual license to the MIT license, which is highly permissive.

  • Easier Development: Developers can now use the VST3 framework without restrictive agreements, simplifying the creation of plugins and hosts.

  • Version 3.8 Update: This release includes enhanced support for MIDI 2.0 and improved VSTGUI.

  • Better Linux Support: The update introduces preview support for Wayland on Linux.

  • ASIO Changes: Alongside VST3, Steinberg has released the ASIO SDK under the GPLv3 license, facilitating lower-latency audio on open-source platforms.

  • Compatibility: This move encourages broader adoption of the VST3 format across platforms.

1 Like