Connect-Native App Integration with K8s

Is it possible for consul application to run sidecar less, without envoy proxy by using Connect Native(Go lib)? Connect - Native Application Integration - Go | Consul by HashiCorp

As you mentioned in the site, its a very useful feature for performance critical applications. I’ve noticed nomand also has support for this feature. https://github.com/hashicorp/nomad/pull/8011

Appreciate if you can tell me if the feature is available and point me into correct direction.