Skip to content

v2412.3

Choose a tag to compare

@github-actions github-actions released this 13 Jul 05:23
· 20 commits to main since this release

Install

Platform OpenFOAM CLI
macOS openfoam-native-*-darwin-*.tar.gz pip install openfoam_cli-*.whl or darwin openfoam-cli-*.tar.gz
Linux openfoam-native-*-linux-*.tar.gz (amd64 / arm64) same wheel / matching openfoam-cli-*.tar.gz
Windows / Docker openfoam docker install-image with openfoam-docker-*-linux-amd64.tar.gz or *-linux-arm64.tar.gz host pip install openfoam_cli-*.whl

Native extract (macOS needs a case-sensitive volume):

mkdir -p ~/opt/openfoam && tar xzf openfoam-native-*.tar.gz -C ~/opt/openfoam
source ~/opt/openfoam/etc/bashrc
export OPENFOAM_PREFIX=~/opt/openfoam
pip install openfoam_cli-*.whl

Docker (Linux images only; Docker Desktop on macOS/Windows still runs Linux):

pip install openfoam_cli-*.whl
# pick amd64 or arm64 to match the machine / Docker platform
openfoam docker install-image openfoam-docker-*-linux-amd64.tar.gz
# openfoam docker install-image openfoam-docker-*-linux-arm64.tar.gz
openfoam docker run …

Notes:

  • There is no macOS Docker image.
  • Release ships Linux Docker for amd64 and arm64.

Full Changelog: v2412.2...v2412.3