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

Osticket Plugins [new] Now

If you’re using osTicket, you already know it’s one of the most reliable open-source support ticket systems out there. It’s lightweight, stable, and gets the job done. However, out of the box, it can feel a bit "minimalist."

Once installed, click on the plugin name to configure its settings, then select it in the list and click "Enable." Best Practices for Managing Plugins osticket plugins

The osTicket community is incredibly active. Some of the most "must-have" features actually come from independent developers. 4. Slack & Microsoft Teams Integration Don’t make your agents sit in their inbox all day. If you’re using osTicket, you already know it’s

Log in to your osTicket Staff Control Panel. Navigate to Manage > Plugins and click "Install New Plugin." Some of the most "must-have" features actually come

The developers behind osTicket (Enhancesoft) provide several "official" plugins. These are highly recommended because they are stable and guaranteed to work with the latest releases. 1. Storage Plugins (Amazon S3 / Dropbox)

Supercharging Your Help Desk: The Ultimate Guide to osTicket Plugins

osTicket is a fantastic foundation, but are what make it a professional-grade support solution. By offloading storage, integrating with chat tools, and securing your logins, you create a better experience for your agents and your customers alike.

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