| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| 6.0.3 | < 9 hours ago | ||
| 5.3.3 | 2025-10-16 | ||
| 5.2.0 | 2025-09-01 | ||
| 5.1.3 | 2024-03-01 | ||
| 5.0.2 | 2023-12-19 | ||
| 4.10 | 2023-08-30 | ||
| 4.9.1 | 2023-08-16 | ||
| 4.8 | 2023-04-11 | ||
| 4.7 | 2023-02-15 | ||
| 4.5 | 2022-08-23 | ||
| 4.3 | 2022-03-30 | ||
| 4.2 | 2022-03-28 | ||
| 4.0 | 2022-02-07 | ||
| 3.3 | 2021-10-21 | ||
| 3.2 | 2021-10-05 | ||
| 3.1 | 2021-09-17 | ||
| 3.0 | 2021-05-31 | ||
| 2.9 | 2021-05-27 | ||
| 2.8 | 2021-05-21 | ||
| 2.6 | 2021-05-19 | ||
| 2.5 | 2021-04-22 | ||
| 2.4 | 2021-04-16 | ||
| 2.3 | 2021-04-13 | ||
| 2.2 | 2021-04-09 | ||
| 1.91 | 2021-04-08 | ||
| 1.8 | 2021-04-08 | ||
| 1.4 | 2021-01-25 | ||
| 1.3 | 2020-12-30 | ||
| 1.1 | 2020-06-05 | ||
| Beta | 2018-04-27 | ||
| alpha2 | 2018-04-24 | ||
| alpha | 2018-04-10 | ||
| README.md | < 9 hours ago | 3.2 kB | |
| ANYstructure_6_0_3.7z | < 9 hours ago | 176.4 MB | |
| ANYstructure-5.3.2.exe | 2025-10-15 | 219.7 MB | |
| ANYstructure-5.3.0.exe | 2025-10-14 | 219.7 MB | |
| ANYstructure-5.2.0.exe | 2025-09-02 | 125.2 MB | |
| ANYstructure-5.1.4.exe | 2024-03-01 | 175.7 MB | |
| ANYstructure-5.1.3.exe | 2024-02-29 | 175.7 MB | |
| ANYstructure-5.0.2.exe | 2023-12-19 | 159.4 MB | |
| ANYstructure-4.10.exe | 2023-08-30 | 94.4 MB | |
| ANYstructure-4.9.1.exe | 2023-08-16 | 97.5 MB | |
| ANYstructure-4.8.exe | 2023-04-11 | 97.6 MB | |
| ANYstructure-4.7.exe | 2023-02-15 | 77.2 MB | |
| ANYstructure-4.5.exe | 2022-08-23 | 86.9 MB | |
| ANYstructure-4.3.exe | 2022-03-30 | 86.9 MB | |
| ANYstructure-4.2.exe | 2022-03-28 | 86.9 MB | |
| ANYstructure-4.0.exe | 2022-02-07 | 86.9 MB | |
| ANYstructure-3.3.exe | 2021-10-21 | 57.9 MB | |
| ANYstructure-3.2.exe | 2021-10-05 | 41.0 MB | |
| ANYstructure-3.1.exe | 2021-09-17 | 41.9 MB | |
| ANYstructure-3.0.exe | 2021-05-31 | 74.7 MB | |
| ANYstructure-2.99.exe | 2021-05-27 | 73.8 MB | |
| ANYstructure-2.9.exe | 2021-05-23 | 73.5 MB | |
| ANYstructure-2.8.exe | 2021-05-21 | 73.5 MB | |
| ANYstructure-2.7.exe | 2021-05-21 | 73.5 MB | |
| ANYstructure-2.6.exe | 2021-05-19 | 73.5 MB | |
| ANYstructure-2.5.exe | 2021-04-22 | 43.3 MB | |
| ANYstructure-2.4.exe | 2021-04-16 | 43.2 MB | |
| ANYstructure-2.3.exe | 2021-04-12 | 43.6 MB | |
| ANYstructure-2.2.exe | 2021-04-09 | 51.5 MB | |
| ANYstructure-1.8.exe | 2021-04-08 | 49.1 MB | |
| ANYstructure-1.6.exe | 2021-04-07 | 49.0 MB | |
| ANYstructure-1.4.exe | 2021-01-07 | 38.6 MB | |
| ANYstructure-1.3.exe | 2020-12-30 | 182.1 MB | |
| ANYstructure 1.1.exe | 2020-06-08 | 175.1 MB | |
| ANYstructure-1.0.exe | 2020-01-06 | 285.5 MB | |
| ANYstructure_0.7.0.exe | 2019-09-02 | 285.6 MB | |
| ANYstructure_0.6.5.exe | 2019-08-01 | 285.6 MB | |
| ANYstructure_0.6.4.exe | 2019-04-16 | 285.6 MB | |
| Totals: 70 Items | 4.4 GB | 3 |

ANYstructure
ANYstructure is the ultimate steel structure design tool for plate fields and cylinders! Weight optimization for all structures with machine learning capabilities. Calculations are based on DNV standards and rules
What's new in 6.0.3
- New buckling method: Semi-analytical buckling for flat plates.
- Updated ML buckling to numerical instead of classification. Improved accuracy of the neural network.
- Updated color coding option.
- Implemented extended testing regime.
- Started work on separating calculation code from the GUI.
- Python 3.14 supported.
- Addressed some calculation bugs.
- Updated API.
For documentation:
https://anystructure.readthedocs.io/en/latest/
Development setup
ANYstructure is currently maintained as a Python package named anystruct. The GUI can still be launched through the ANYstructure console command after an editable install.
Recommended local setup:
python -m venv .venv
.\.venv\Scripts\Activate.ps1
python -m pip install --upgrade pip
python -m pip install -r requirements-dev.txt
python -m pip install -e .
python -m pytest
Launch the desktop app after installation:
ANYstructure
Dependency groups are also available for focused installs:
python -m pip install -r requirements-core.txt
python -m pip install -r requirements-ml.txt
python -m pip install -r requirements-excel.txt
Equivalent package extras are exposed as core, ml, excel, dev, and all. The default package install still includes Excel and ML dependencies for backwards compatibility.
Excel project import requires a local Excel installation and is not expected to run in basic automated tests. The external Excel-sheet DNV PULS calculation workflow has been removed from this release; ML-CL remains available.
The following is calculated:
- Minimum plate thickness (DNV-OS-C101)
- Minimum section modulus of stiffener/plate (DNVGL-OS-C101)
- Minimum shear area (DNVGL-OS-C101)
- Buckling (DNVGL-RP-C201)
- Buckling strength of shells DNV-RP-C202
- Machine learning buckling, PULS based
- Semi-analytical buckling
- Fatigue for plate/stiffener connection (DNVGL-RP-C203)
Compartments (tank pressures) are created automatically.
Pressures on external hull (or any other generic location) is defined by specifying equations.
You can optimize cylinders, single plate/stiffener field or multiple. Geometry of double bottom can be optimized.
PLEASE CONTRIBUTE. REPORT BUGS ERRORS ETC. For windows executable (.exe) version for non-coders, use the link below.
Feedback: audunarn@gmail.com or discuss on github.
Please like, share or comment on LinkedIn: https://www.linkedin.com/in/audun-arnesen-nyhus-6aa17118/
Screenshot (this example can be loaded from file "ship_section_example.txt"):
