Whatβs New in v4.0.0
- Unified APIs: Single actor reference (
*PID), single lookup (ActorOf), unified scheduler - Type flexibility:
anyreplacesproto.Messageacross all message-passing surfaces - Pluggable serialization: ProtoSerializer (default) and CBORSerializer for arbitrary Go types
- Simplified remoting: Config-only public API; client is internal
- Path interface: Location-transparent actor identity replacing
*address.Address
Requirements
- Go 1.26 or higher
Quick Links
- Getting Started β Installation and first actor
- Actor System β Runtime, API, configuration
- Actor Model β Actor model, messaging, lifecycle
- Architecture β System design and component map
- Contributing β How to contribute to GoAkt