FEniCs is not a CAE tool, like for instance StarCD, that comes with a GUI. It is rather a bunch of code, you can call on when writing your own code. This code is then compiled and interpreted by your system to deliver results and plots.
To run the examples, you can paste the code provided in the tutorials into a python file - say test.py
- and then call it from somewhere, where there is a python interpreter available (a shell or an IDE like eclipse).