You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Source code releases are available from https://github.com/cmu-phil/tetrad/releases
or you can clone the repository using git and build any version including the (by default) development version
git clone https://github.com/cmu-phil/tetrad.git
Building
At the root of the project just tell maven to build the package
mvn package
A jar executable file will be found in tetrad-gui/target