Skip to main content

Requirements

  • Go 1.26 or higher β€” GoAkt v4 requires Go 1.26+ for its type system and runtime features.

Add the dependency

Add GoAkt v4 to your module:
go get github.com/tochemey/goakt/v4
The v4 module path ensures you receive v4.x releases. The framework follows semantic versioning; patch releases within v4 are backward compatible.

Verify installation

Import the package and ensure it compiles:
import "github.com/tochemey/goakt/v4/actor"
If your project builds without errors, the installation is complete.

Next steps