Installing OpenTofu on FreeBSD
OpenTofu is available for FreeBSD and can be installed using the pkg and port system or by downloading the package directly.
Installing using the pkg
pkg update -f
pkg install opentofu
Installing the port
portsnap fetch extract
make -C /usr/ports/sysutils/opentofu install clean