Skip to content

Releases: equinor/neqsim

NeqSim 3.13.0

05 Jun 13:46

Choose a tag to compare

What is NeqSim?

NeqSim is an open-source Java library for thermodynamic fluid properties, phase equilibrium, PVT calculations, and process simulation. It is used to model fluids and process equipment such as separators, compressors, heat exchangers, pipelines, wells, and complete flowsheets.

This release ships both the core NeqSim simulation engine and the MCP server distribution that lets MCP-compatible AI clients call governed NeqSim calculation tools.

What is included in this release

Distribution Asset Runtime Use this when
NeqSim core library neqsim-3.13.0.jar Java 17+ You need Java 17 or Python neqsim-python compatibility.
NeqSim core library neqsim-3.13.0-Java8.jar Java 8+ You need Java 8 or Python neqsim-python compatibility.
NeqSim MCP server neqsim-mcp-server-3.13.0-runner.jar Java 21+ You want VS Code Copilot, Claude Desktop, Cursor, or another MCP client to use NeqSim tools.
NeqSim MCP server checksum neqsim-mcp-server-3.13.0-runner.jar.sha256 - You want to verify the downloaded MCP runner jar.
NeqSim MCP server container ghcr.io/equinor/neqsim-mcp-server:3.13.0 Docker You want to run the MCP server without installing Java locally.

Install the MCP server

The MCP server gives MCP-compatible LLM clients access to validated thermodynamic and process simulation tools through a governed tool interface.

Jar install (requires Java 21+)

VERSION=3.13.0
curl -fLO "https://github.com/equinor/neqsim/releases/download/v${VERSION}/neqsim-mcp-server-${VERSION}-runner.jar"
curl -fLO "https://github.com/equinor/neqsim/releases/download/v${VERSION}/neqsim-mcp-server-${VERSION}-runner.jar.sha256"
sha256sum -c neqsim-mcp-server-${VERSION}-runner.jar.sha256

Docker install

docker pull ghcr.io/equinor/neqsim-mcp-server:3.13.0

Claude Desktop example

{
  "mcpServers": {
    "neqsim": {
      "command": "java",
      "args": ["-jar", "/path/to/neqsim-mcp-server-3.13.0-runner.jar"]
    }
  }
}

See the MCP Server README for VS Code Copilot, Cursor, Docker, Streamable HTTP, and deployment-profile configuration.

Use the core Java library

Use the release assets above when you need standalone jars. For Maven projects, use the published package dependency:

<dependency>
  <groupId>com.equinor.neqsim</groupId>
  <artifactId>neqsim</artifactId>
  <version>3.13.0</version>
</dependency>

Release notes

GitHub-generated release notes are included with this release and list the commits and pull requests since the previous version.

What's Changed

Full Changelog: v3.12.1...v3.13.0

NeqSim 3.12.1

01 Jun 20:12

Choose a tag to compare

What is NeqSim?

NeqSim is an open-source Java library for thermodynamic fluid properties, phase equilibrium, PVT calculations, and process simulation. It is used to model fluids and process equipment such as separators, compressors, heat exchangers, pipelines, wells, and complete flowsheets.

This release ships both the core NeqSim simulation engine and the MCP server distribution that lets MCP-compatible AI clients call governed NeqSim calculation tools.

What is included in this release

Distribution Asset Runtime Use this when
NeqSim core library neqsim-3.12.1.jar Java 21+ You need Java 21 or Python neqsim-python compatibility.
NeqSim core library neqsim-3.12.1-Java8.jar Java 8+ You need Java 8 or Python neqsim-python compatibility.
NeqSim MCP server neqsim-mcp-server-3.12.1-runner.jar Java 21+ You want VS Code Copilot, Claude Desktop, Cursor, or another MCP client to use NeqSim tools.
NeqSim MCP server checksum neqsim-mcp-server-3.12.1-runner.jar.sha256 - You want to verify the downloaded MCP runner jar.
NeqSim MCP server container ghcr.io/equinor/neqsim-mcp-server:3.12.1 Docker You want to run the MCP server without installing Java locally.

Install the MCP server

The MCP server gives MCP-compatible LLM clients access to validated thermodynamic and process simulation tools through a governed tool interface.

Jar install (requires Java 21+)

VERSION=3.12.1
curl -fLO "https://github.com/equinor/neqsim/releases/download/v${VERSION}/neqsim-mcp-server-${VERSION}-runner.jar"
curl -fLO "https://github.com/equinor/neqsim/releases/download/v${VERSION}/neqsim-mcp-server-${VERSION}-runner.jar.sha256"
sha256sum -c neqsim-mcp-server-${VERSION}-runner.jar.sha256

Docker install

docker pull ghcr.io/equinor/neqsim-mcp-server:3.12.1

Claude Desktop example

{
  "mcpServers": {
    "neqsim": {
      "command": "java",
      "args": ["-jar", "/path/to/neqsim-mcp-server-3.12.1-runner.jar"]
    }
  }
}

See the MCP Server README for VS Code Copilot, Cursor, Docker, Streamable HTTP, and deployment-profile configuration.

Use the core Java library

Use the release assets above when you need standalone jars. For Maven projects, use the published package dependency:

<dependency>
  <groupId>com.equinor.neqsim</groupId>
  <artifactId>neqsim</artifactId>
  <version>3.12.1</version>
</dependency>

Release notes

GitHub-generated release notes are included with this release and list the commits and pull requests since the previous version.

What's Changed

Full Changelog: v3.12.0...v3.12.1

NeqSim 3.12.0

30 May 15:06
70850c7

Choose a tag to compare

What is NeqSim?

NeqSim is an open-source Java library for thermodynamic fluid properties, phase equilibrium, PVT calculations, and process simulation. It is used to model fluids and process equipment such as separators, compressors, heat exchangers, pipelines, wells, and complete flowsheets.

This release ships both the core NeqSim simulation engine and the MCP server distribution that lets MCP-compatible AI clients call governed NeqSim calculation tools.

What is included in this release

Distribution Asset Runtime Use this when
NeqSim core library neqsim-3.12.0.jar Java 11+ You want the default standalone Java library.
NeqSim core library neqsim-3.12.0-Java8.jar Java 8+ You need Java 8 or Python neqsim-python compatibility.
NeqSim core library neqsim-3.12.0-Java21.jar Java 21+ You run on the latest LTS JDK.
NeqSim MCP server neqsim-mcp-server-3.12.0-runner.jar Java 17+ You want VS Code Copilot, Claude Desktop, Cursor, or another MCP client to use NeqSim tools.
NeqSim MCP server checksum neqsim-mcp-server-3.12.0-runner.jar.sha256 - You want to verify the downloaded MCP runner jar.
NeqSim MCP server container ghcr.io/equinor/neqsim-mcp-server:3.12.0 Docker You want to run the MCP server without installing Java locally.

Install the MCP server

The MCP server gives MCP-compatible LLM clients access to validated thermodynamic and process simulation tools through a governed tool interface.

Jar install (requires Java 17+)

VERSION=3.12.0
curl -fLO "https://github.com/equinor/neqsim/releases/download/v${VERSION}/neqsim-mcp-server-${VERSION}-runner.jar"
curl -fLO "https://github.com/equinor/neqsim/releases/download/v${VERSION}/neqsim-mcp-server-${VERSION}-runner.jar.sha256"
sha256sum -c neqsim-mcp-server-${VERSION}-runner.jar.sha256

Docker install

docker pull ghcr.io/equinor/neqsim-mcp-server:3.12.0

Claude Desktop example

{
  "mcpServers": {
    "neqsim": {
      "command": "java",
      "args": ["-jar", "/path/to/neqsim-mcp-server-3.12.0-runner.jar"]
    }
  }
}

See the MCP Server README for VS Code Copilot, Cursor, Docker, Streamable HTTP, and deployment-profile configuration.

Use the core Java library

Use the release assets above when you need standalone jars. For Maven projects, use the published package dependency:

<dependency>
  <groupId>com.equinor.neqsim</groupId>
  <artifactId>neqsim</artifactId>
  <version>3.12.0</version>
</dependency>

Release notes

GitHub-generated release notes are included with this release and list the commits and pull requests since the previous version.

What's Changed

Full Changelog: v3.11.0...v3.12.0

NeqSim 3.11.0

26 May 05:42

Choose a tag to compare

What is NeqSim?

NeqSim is an open-source Java library for thermodynamic fluid properties, phase equilibrium, PVT calculations, and process simulation. It is used to model fluids and process equipment such as separators, compressors, heat exchangers, pipelines, wells, and complete flowsheets.

This release ships both the core NeqSim simulation engine and the MCP server distribution that lets MCP-compatible AI clients call governed NeqSim calculation tools.

What is included in this release

Distribution Asset Runtime Use this when
NeqSim core library neqsim-3.11.0.jar Java 11+ You want the default standalone Java library.
NeqSim core library neqsim-3.11.0-Java8.jar Java 8+ You need Java 8 or Python neqsim-python compatibility.
NeqSim core library neqsim-3.11.0-Java21.jar Java 21+ You run on the latest LTS JDK.
NeqSim MCP server neqsim-mcp-server-3.11.0-runner.jar Java 17+ You want VS Code Copilot, Claude Desktop, Cursor, or another MCP client to use NeqSim tools.
NeqSim MCP server checksum neqsim-mcp-server-3.11.0-runner.jar.sha256 - You want to verify the downloaded MCP runner jar.
NeqSim MCP server container ghcr.io/equinor/neqsim-mcp-server:3.11.0 Docker You want to run the MCP server without installing Java locally.

Install the MCP server

The MCP server gives MCP-compatible LLM clients access to validated thermodynamic and process simulation tools through a governed tool interface.

Jar install (requires Java 17+)

VERSION=3.11.0
curl -fLO "https://github.com/equinor/neqsim/releases/download/v${VERSION}/neqsim-mcp-server-${VERSION}-runner.jar"
curl -fLO "https://github.com/equinor/neqsim/releases/download/v${VERSION}/neqsim-mcp-server-${VERSION}-runner.jar.sha256"
sha256sum -c neqsim-mcp-server-${VERSION}-runner.jar.sha256

Docker install

docker pull ghcr.io/equinor/neqsim-mcp-server:3.11.0

Claude Desktop example

{
  "mcpServers": {
    "neqsim": {
      "command": "java",
      "args": ["-jar", "/path/to/neqsim-mcp-server-3.11.0-runner.jar"]
    }
  }
}

See the MCP Server README for VS Code Copilot, Cursor, Docker, Streamable HTTP, and deployment-profile configuration.

Use the core Java library

Use the release assets above when you need standalone jars. For Maven projects, use the published package dependency:

<dependency>
  <groupId>com.equinor.neqsim</groupId>
  <artifactId>neqsim</artifactId>
  <version>3.11.0</version>
</dependency>

Release notes

GitHub-generated release notes are included with this release and list the commits and pull requests since the previous version.

What's Changed

Full Changelog: v3.10.0...v3.11.0

NeqSim 3.10.0

11 May 02:33

Choose a tag to compare

What is NeqSim?

NeqSim is an open-source Java library for thermodynamic fluid properties, phase equilibrium, PVT calculations, and process simulation. It is used to model fluids and process equipment such as separators, compressors, heat exchangers, pipelines, wells, and complete flowsheets.

This release ships both the core NeqSim simulation engine and the MCP server distribution that lets MCP-compatible AI clients call governed NeqSim calculation tools.

What is included in this release

Distribution Asset Runtime Use this when
NeqSim core library neqsim-3.10.0.jar Java 11+ You want the default standalone Java library.
NeqSim core library neqsim-3.10.0-Java8.jar Java 8+ You need Java 8 or Python neqsim-python compatibility.
NeqSim core library neqsim-3.10.0-Java21.jar Java 21+ You run on the latest LTS JDK.
NeqSim MCP server neqsim-mcp-server-3.10.0-runner.jar Java 17+ You want VS Code Copilot, Claude Desktop, Cursor, or another MCP client to use NeqSim tools.
NeqSim MCP server checksum neqsim-mcp-server-3.10.0-runner.jar.sha256 - You want to verify the downloaded MCP runner jar.
NeqSim MCP server container ghcr.io/equinor/neqsim-mcp-server:3.10.0 Docker You want to run the MCP server without installing Java locally.

Install the MCP server

The MCP server gives MCP-compatible LLM clients access to validated thermodynamic and process simulation tools through a governed tool interface.

Jar install (requires Java 17+)

VERSION=3.10.0
curl -fLO "https://github.com/equinor/neqsim/releases/download/v${VERSION}/neqsim-mcp-server-${VERSION}-runner.jar"
curl -fLO "https://github.com/equinor/neqsim/releases/download/v${VERSION}/neqsim-mcp-server-${VERSION}-runner.jar.sha256"
sha256sum -c neqsim-mcp-server-${VERSION}-runner.jar.sha256

Docker install

docker pull ghcr.io/equinor/neqsim-mcp-server:3.10.0

Claude Desktop example

{
  "mcpServers": {
    "neqsim": {
      "command": "java",
      "args": ["-jar", "/path/to/neqsim-mcp-server-3.10.0-runner.jar"]
    }
  }
}

See the MCP Server README for VS Code Copilot, Cursor, Docker, Streamable HTTP, and deployment-profile configuration.

Use the core Java library

Use the release assets above when you need standalone jars. For Maven projects, use the published package dependency:

<dependency>
  <groupId>com.equinor.neqsim</groupId>
  <artifactId>neqsim</artifactId>
  <version>3.10.0</version>
</dependency>

Release notes

GitHub-generated release notes are included with this release and list the commits and pull requests since the previous version.

What's Changed

Full Changelog: v3.9.1...v3.10.0

NeqSim 3.9.1

30 Apr 18:37
37fe7a4

Choose a tag to compare

What is NeqSim?

NeqSim is an open-source Java library for thermodynamic fluid properties, phase equilibrium, PVT calculations, and process simulation. It is used to model fluids and process equipment such as separators, compressors, heat exchangers, pipelines, wells, and complete flowsheets.

This release ships both the core NeqSim simulation engine and the MCP server distribution that lets MCP-compatible AI clients call governed NeqSim calculation tools.

What is included in this release

Distribution Asset Runtime Use this when
NeqSim core library neqsim-3.9.1.jar Java 11+ You want the default standalone Java library.
NeqSim core library neqsim-3.9.1-Java8.jar Java 8+ You need Java 8 or Python neqsim-python compatibility.
NeqSim core library neqsim-3.9.1-Java21.jar Java 21+ You run on the latest LTS JDK.
NeqSim MCP server neqsim-mcp-server-3.9.1-runner.jar Java 17+ You want VS Code Copilot, Claude Desktop, Cursor, or another MCP client to use NeqSim tools.
NeqSim MCP server checksum neqsim-mcp-server-3.9.1-runner.jar.sha256 - You want to verify the downloaded MCP runner jar.
NeqSim MCP server container ghcr.io/equinor/neqsim-mcp-server:3.9.1 Docker You want to run the MCP server without installing Java locally.

Install the MCP server

The MCP server gives MCP-compatible LLM clients access to validated thermodynamic and process simulation tools through a governed tool interface.

Jar install (requires Java 17+)

VERSION=3.9.1
curl -fLO "https://github.com/equinor/neqsim/releases/download/v${VERSION}/neqsim-mcp-server-${VERSION}-runner.jar"
curl -fLO "https://github.com/equinor/neqsim/releases/download/v${VERSION}/neqsim-mcp-server-${VERSION}-runner.jar.sha256"
sha256sum -c neqsim-mcp-server-${VERSION}-runner.jar.sha256

Docker install

docker pull ghcr.io/equinor/neqsim-mcp-server:3.9.1

Claude Desktop example

{
  "mcpServers": {
    "neqsim": {
      "command": "java",
      "args": ["-jar", "/path/to/neqsim-mcp-server-3.9.1-runner.jar"]
    }
  }
}

See the MCP Server README for VS Code Copilot, Cursor, Docker, HTTP/SSE, and deployment-profile configuration.

Use the core Java library

Use the release assets above when you need standalone jars. For Maven projects, use the published package dependency:

<dependency>
  <groupId>com.equinor.neqsim</groupId>
  <artifactId>neqsim</artifactId>
  <version>3.9.1</version>
</dependency>

Release notes

GitHub-generated release notes are included with this release and list the commits and pull requests since the previous version.

What's Changed

Full Changelog: v3.9.0...v3.9.1

NeqSim 3.9.0

28 Apr 05:22

Choose a tag to compare

MCP Server for LLMs

Give any MCP-compatible LLM (VS Code Copilot, Claude Desktop, Cursor) rigorous thermodynamic and process simulation capabilities.

Quick install (jar — requires Java 17+)

VERSION=3.9.0
curl -fLO "https://github.com/equinor/neqsim/releases/download/v${VERSION}/neqsim-mcp-server-${VERSION}-runner.jar"
curl -fLO "https://github.com/equinor/neqsim/releases/download/v${VERSION}/neqsim-mcp-server-${VERSION}-runner.jar.sha256"
sha256sum -c neqsim-mcp-server-${VERSION}-runner.jar.sha256

Quick install (Docker — no Java needed)

docker pull ghcr.io/equinor/neqsim-mcp-server:3.9.0

Connect to Claude Desktop

{
  "mcpServers": {
    "neqsim": {
      "command": "java",
      "args": ["-jar", "/path/to/neqsim-mcp-server-3.9.0-runner.jar"]
    }
  }
}

See MCP Server README for VS Code Copilot, Cursor, and Docker configs.


NeqSim Core Library

Asset Java Description
neqsim-3.9.0-Java8.jar 8 Core library (Python neqsim-python compatibility)
neqsim-3.9.0.jar 11 Core library (default)
neqsim-3.9.0-Java21.jar 21 Core library (latest JDK)
neqsim-mcp-server-3.9.0-runner.jar 17+ MCP Server — connect LLMs to NeqSim
neqsim-mcp-server-3.9.0-runner.jar.sha256 SHA-256 checksum for MCP server

What's Changed

Full Changelog: v3.8.2...v3.9.0

NeqSim 3.8.2

24 Apr 19:56
48ab417

Choose a tag to compare

MCP Server for LLMs

Give any MCP-compatible LLM (VS Code Copilot, Claude Desktop, Cursor) rigorous thermodynamic and process simulation capabilities.

Quick install (jar — requires Java 17+)

VERSION=3.8.2
curl -fLO "https://github.com/equinor/neqsim/releases/download/v${VERSION}/neqsim-mcp-server-${VERSION}-runner.jar"
curl -fLO "https://github.com/equinor/neqsim/releases/download/v${VERSION}/neqsim-mcp-server-${VERSION}-runner.jar.sha256"
sha256sum -c neqsim-mcp-server-${VERSION}-runner.jar.sha256

Quick install (Docker — no Java needed)

docker pull ghcr.io/equinor/neqsim-mcp-server:3.8.2

Connect to Claude Desktop

{
  "mcpServers": {
    "neqsim": {
      "command": "java",
      "args": ["-jar", "/path/to/neqsim-mcp-server-3.8.2-runner.jar"]
    }
  }
}

See MCP Server README for VS Code Copilot, Cursor, and Docker configs.


NeqSim Core Library

Asset Java Description
neqsim-3.8.2-Java8.jar 8 Core library (Python neqsim-python compatibility)
neqsim-3.8.2.jar 11 Core library (default)
neqsim-3.8.2-Java21.jar 21 Core library (latest JDK)
neqsim-mcp-server-3.8.2-runner.jar 17+ MCP Server — connect LLMs to NeqSim
neqsim-mcp-server-3.8.2-runner.jar.sha256 SHA-256 checksum for MCP server

What's Changed

New Contributors

Full Changelog: v3.8.0...v3.8.2

NeqSim 3.8.0

22 Apr 09:04

Choose a tag to compare

MCP Server for LLMs

Give any MCP-compatible LLM (VS Code Copilot, Claude Desktop, Cursor) rigorous thermodynamic and process simulation capabilities.

Quick install (jar — requires Java 17+)

VERSION=3.8.0
curl -fLO "https://github.com/equinor/neqsim/releases/download/v${VERSION}/neqsim-mcp-server-${VERSION}-runner.jar"
curl -fLO "https://github.com/equinor/neqsim/releases/download/v${VERSION}/neqsim-mcp-server-${VERSION}-runner.jar.sha256"
sha256sum -c neqsim-mcp-server-${VERSION}-runner.jar.sha256

Quick install (Docker — no Java needed)

docker pull ghcr.io/equinor/neqsim-mcp-server:3.8.0

Connect to Claude Desktop

{
  "mcpServers": {
    "neqsim": {
      "command": "java",
      "args": ["-jar", "/path/to/neqsim-mcp-server-3.8.0-runner.jar"]
    }
  }
}

See MCP Server README for VS Code Copilot, Cursor, and Docker configs.


NeqSim Core Library

Asset Java Description
neqsim-3.8.0-Java8.jar 8 Core library (Python neqsim-python compatibility)
neqsim-3.8.0.jar 11 Core library (default)
neqsim-3.8.0-Java21.jar 21 Core library (latest JDK)
neqsim-mcp-server-3.8.0-runner.jar 17+ MCP Server — connect LLMs to NeqSim
neqsim-mcp-server-3.8.0-runner.jar.sha256 SHA-256 checksum for MCP server

What's Changed

New Contributors

Full Changelog: v3.7.0...v3.8.0

NeqSim 3.7.0

31 Mar 18:05

Choose a tag to compare

What's Changed

Full Changelog: v3.6.1...v3.7.0