Contributing

September 2, 2025 ยท View on GitHub

NOTE: These instructions are for software developers only. If you just want to run FarmBot OS on a FarmBot kit you have purchased, please see these instructions instead.

  1. Install the ASDF Package Manager
  2. Install Elixir and Erlang via ASDF. The correct version can be found in the .tool-versions file.
  3. Install Nerves
  4. Clone this repo and run ./run_all.sh. If the script runs to completion, you have successfully installed FBOS onto your target
  5. Run the application via iex -S mix.

For further information, visit the developer docs.