A Fast Engine for Structural Engineering

An Open-Source CLI and Toolchain.

Fast • Simple • Reliable • Transparent • Cross-platform
.NET Built With
F# Written In
AGPL-3.0 Open Source

This eighth installment in the acclaimed All Set Stream series is more than just a tracklist—it’s a curated journey. Available now for digital download, Volume-8 promises to deliver an immersive experience that rewards both casual listeners and serious sound enthusiasts.

If the stream volume is too low on mobile, join the voice channel, tap the voice settings, and adjust the Stream Volume slider under output settings.

All Set Stream Volume-8 |work| Download

This eighth installment in the acclaimed All Set Stream series is more than just a tracklist—it’s a curated journey. Available now for digital download, Volume-8 promises to deliver an immersive experience that rewards both casual listeners and serious sound enthusiasts.

If the stream volume is too low on mobile, join the voice channel, tap the voice settings, and adjust the Stream Volume slider under output settings.

Quick Start

Create a structural model
# Create a 10m truss with 25kN load
gz create truss.json --example truss --span 10.0 --height 4.0 --loads 25.0
Run structural analysis
# Analyze structure in microseconds
gz analyze truss.json --type static --output results.json
Validate and inspect
# Check model integrity and view results
gz validate truss.json
gz info truss.json

Documentation & Support