This guide is for Beta9, the open-source and self-hosted version of Beam. If
you are looking for the cloud-hosted version of Beam, you can find that
here.
Setting up the server
k3d is used for local development. You’ll need Docker and Make to get started. To use our fully automated setup, run thesetup
make target.
This will overwrite some of the tools you may already have installed. Review
the setup.sh to
learn more.
Setting up the SDK
The SDK is written in Python. You’ll need Python 3.8 or higher. Use thesetup-sdk
make target to get started.
This will install the Poetry package manager.