You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now all of Kurtosis monorepo is under BSL license, that is not an OSS license.
This is fine for Kurtosis Engine and APIC, since they are external dependencies for most systems. But since the SDK is actually incorporated in codebases, ideally it would be OSS compatible to be friendly to other OSS codebases.
This also unblocks a couple of features, like better indexing and documentation features on go.dev, since now they won't index much based on the license we use:
Background & motivation
Right now all of Kurtosis monorepo is under BSL license, that is not an OSS license.
This is fine for Kurtosis Engine and APIC, since they are external dependencies for most systems. But since the SDK is actually incorporated in codebases, ideally it would be OSS compatible to be friendly to other OSS codebases.
This also unblocks a couple of features, like better indexing and documentation features on
go.dev
, since now they won't index much based on the license we use:https://pkg.go.dev/github.com/kurtosis-tech/kurtosis/api/[email protected]/engine/kurtosis_engine_rpc_api_bindings
Desired behaviour
Leave all core Kurtosis logic under BSL, but API/SDK under an OSS license like MIT
How important is this to you?
Nice to have; this feature would make using Kurtosis more enjoyable.
What area of the product does this pertain to?
SDK: the Software Development Kit libraries - Typescript, Go, etc.
The text was updated successfully, but these errors were encountered: