opennodex
Structural finite-element analysis from .ndx decks, from Python and the command line.
pip install opennodex brings everything a run needs: the .ndx compiler, the native nodex engine and
the native nodex-mesher, built for your platform, plus Node.js (as a dependency wheel). Nothing else to
install, no solver to configure.
pip install opennodex
opennodex selftest # solves a beam and an auto-meshed slab
Command line
opennodex check viga.ndx # compile only: positioned diagnostics
opennodex run viga.ndx # compile + solve, one summary line per solve
opennodex run viga.ndx --json r.json # …and the full result
opennodex info # compiler, engine contract version, mesher
Python
import opennodex
out = opennodex.run("viga.ndx") # a path, or the deck's text
for solve, result in zip(out["solves"], out["results"]):
print(solve["kind"], len(result["nodes"]))
opennodex.check("viga.ndx") # {"ok", "diagnostics", ...} — never raises for a bad deck
A deck looks like this:
model units kN, m
material steel E=210e6 nu=0.3 rho=7.85
section s A=0.00538 Iy=8.36e-5 Iz=6.04e-6 J=2.01e-7
node A at (0,0,0)
node B at (6,0,0)
beam B1 from A to B steel s div 4
fix A
load 1 nodal B fz=-10
solve linear_static
Every number comes from a real engine run. The deck carries its own section properties, so it runs the same on any machine.
Platforms
Linux x86_64 (glibc as tagged on the wheel), Windows x64, macOS (Apple Silicon and Intel). The desktop app (editor, 3D viewer and the optional agent) is a separate download: opennodex releases.
Español. pip install opennodex instala el compilador de .ndx, el motor nativo nodex y el mallador
nativo para tu plataforma, más Node.js. opennodex selftest comprueba la instalación; opennodex run deck.ndx compila y resuelve. La aplicación de escritorio se descarga aparte.
Release files for opennodex 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distributions (wheels)
| File | Reset | |||
|---|---|---|---|---|
| opennodex-0.1.1-py3-none-win_amd64.whl | Python 3 | none | Windows x86-64 | Details |
| opennodex-0.1.1-py3-none-manylinux_2_38_x86_64.whl | Python 3 | none | Linux glibc 2.38+ x86-64 | Details |
| opennodex-0.1.1-py3-none-macosx_15_0_x86_64.whl | Python 3 | none | macOS 15.0+ x86-64 | Details |
| opennodex-0.1.1-py3-none-macosx_14_0_arm64.whl | Python 3 | none | macOS 14.0+ ARM64 | Details |
Total release size: 11.6 MB
Release files / opennodex-0.1.1-py3-none-win_amd64.whl
| Download URL | opennodex-0.1.1-py3-none-win_amd64.whl |
|---|---|
| Size | 4.5 MB |
| Tags | Python 3 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
5ee25ffa23746ebcc1f010b1589fd10403b6fffb1b967e1ede926159c400c0bb
|
|
BLAKE2b-256 checksum How to use checksums |
341213d717ae41d13b136751acdc4a83f114bf6a677be0c830b34fbbb6fec590
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 26, 2026.
Transparency logRelease files / opennodex-0.1.1-py3-none-manylinux_2_38_x86_64.whl
| Download URL | opennodex-0.1.1-py3-none-manylinux_2_38_x86_64.whl |
|---|---|
| Size | 2.4 MB |
| Tags | Linux glibc 2.38+ x86-64 Python 3 |
|
SHA-256 checksum How to use checksums |
e086bbbd99782a95a591d430ddc1924b65eee03899e6cc7932b9a0284ba0568a
|
|
BLAKE2b-256 checksum How to use checksums |
61d4278bfbb9712cd0be87c7c90a1940a3e7d107d7370ea1808f431003b20c60
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 26, 2026.
Transparency logRelease files / opennodex-0.1.1-py3-none-macosx_15_0_x86_64.whl
| Download URL | opennodex-0.1.1-py3-none-macosx_15_0_x86_64.whl |
|---|---|
| Size | 2.5 MB |
| Tags | Python 3 macOS 15.0+ x86-64 |
|
SHA-256 checksum How to use checksums |
139ea680ab1b85a92206a51c2c96386aa21a3b75622eb22c55f6cee8affdf3ab
|
|
BLAKE2b-256 checksum How to use checksums |
67ef53ef7ad10a5e8b30b81071b187846768329c9532565fdc22112aa03c0292
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 26, 2026.
Transparency logRelease files / opennodex-0.1.1-py3-none-macosx_14_0_arm64.whl
| Download URL | opennodex-0.1.1-py3-none-macosx_14_0_arm64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | Python 3 macOS 14.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
674758626a297f3ffd1ece90925cc0a1517dc474ca322468064777b659142104
|
|
BLAKE2b-256 checksum How to use checksums |
a6d8ddaafa99641c69f7a2eb2ce467cadcc28bad8231f6ec17cd3887c9cae359
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 26, 2026.
Transparency log