Documentation Index
Fetch the complete documentation index at: https://docs.goakt.dev/llms.txt
Use this file to discover all available pages before exploring further.
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: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:Next steps
- First Actor — Create your first actor and send messages
- Migration from v3.x — If upgrading from v3