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

Download Gazelle

Choose your platform and get started in seconds

🍎

macOS Intel

Intel Macs (macOS 10.15+)

~7.4 MB v0.0.8
🍎

Apple Silicon

M1/M2/M3 Macs

~7.0 MB v0.0.8
🪟

Windows

Windows 10/11 (x64)

~8.2 MB v0.0.8
🐧

Linux x64

Intel/AMD Linux (glibc 2.31+)

~7.5 MB v0.0.8
🐧

Linux ARM64

ARM64 Linux (Raspberry Pi, Apple Silicon containers)

~7.2 MB v0.0.8

Installation: Extract the binary and add it to your PATH. No additional dependencies required.

Verification: All binaries are signed and include SHA256 checksums for security verification.

Why Choose Gazelle?

🔍

Transparent

Open source algorithms you can inspect and verify. No black box calculations in safety-critical engineering software.

🛡️

Type Safety

Built-in unit validation prevents engineering errors. Strong typing and units of measure eliminate dangerous unit mixing disasters.

🌍

Cross Platform

Single binary deployment on Windows, macOS, and Linux. Consistent behavior across all development environments.

🔧

CLI First

Command-line interface designed for automation, scripting, and integration with existing engineering workflows.

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