Hex is the package manager for the Erlang ecosystem, you can find it here.
mix is a build tool that ships with Elixir that provides tasks for creating, compiling, testing your application, managing its dependencies and much more;
mix
is already shipped with Elixir, so you can start using it as soon as Elixir is installed on your machine.