Error compiling Pritunl Client via Go on Ubuntu 26.04

Hello,

I am using Ubuntu 26.04 and tried to install the Pritunl Client using the source installation method.
I ran: go install github.com/pritunl/pritunl-client/service@latest

However, I got the following compilation error:
go/pkg/mod/github.com/pritunl/pritunl-client/service@v0.0.0-20260609171426-509309f90379/connection/sync.go:102:10:
c.Data.SendSyncEvent undefined (type *Data has no field or method SendSyncEvent)

The CLI installation completed successfully, but the “service” binary was not generated. Is there any workaround for this issue?
Also, is there any estimated timeline for an official release compatible with Ubuntu 26.04?

Thank you.

There’s incomplete code for next update on the repository currently. Use the commit ID of the last release.

go install github.com/pritunl/pritunl-client/service@728946e9df0c6aef2470cb65e26d85c09c8a6ea0