Skip to main content
GoAkt is a distributed actor framework for Go, inspired by Erlang and Akka. It enables you to build reactive and distributed systems with typed actor messages. This documentation is designed for both users getting started with the framework and collaborators contributing to the project. It focuses on concepts, architecture, and efficient usage patterns rather than exhaustive code examples.

Requirements

  • Go 1.26 or higher