macOS
You can find the OSS-CAD-suite here. The OSS-CAD-suite contain all required tools (and more).
Download under releases the latest version (e.g. oss-cad-suite-darwin-arm64-<date>.tgz).
Open a terminal, and go to your Download directory by:
cd Downloads/
Extract the contents of the OSS-CAD-suite with:
tar -xf oss-cad-suite-darwin-arm64-\<date\>.tgz
Move the tools to your /opt/ directory by using:
sudo mv oss-cad-suite /opt/
You have to activate your tools by:
cd /opt/oss-cad-suite
sudo ./activate
Note
This process takes a while
Add the tools to your PATH-variable by adding to your /etc/paths-file (with sudo in your favorite editor) at the end:
PATH=/opt/oss-cad-suite/bin
You’re done and can now use the tools.