Skip to main content

Installation

Get started by creating a new project and installing Elemental.

What you'll need

  • Golang - Elemental requires Go version 1.23 or higher.

    • You can check your Go version by running go version in your terminal.
  • MongoDB - Elemental requires MongoDB version 6.0 or higher.

Install Elemental

You can install Elemental using the go get command:

go get github.com/elcengine/elemental

That's it! You're ready to start using Elemental...