Software for autonomous disaster response.
Resilient coordination, simulation, and operator tooling for autonomous systems working through degraded networks and infrastructure.
Bootstrap a reproducible RESQ development environment:
curl -fsSL https://get.resq.software | shThe onboarding flow authenticates with GitHub, installs a pinned Nix toolchain, lets you choose a repository, enters its development environment, and configures the resq CLI and canonical git hooks.
get.resq.software serves pinned, SHA-256-verified artifacts and exposes immutable version routes for provisioning. Those checks protect the GitHub-to-Worker delivery path and detect corrupted downloads; they are not an independent signature or proof of origin. See resq-software/dev for version pinning, unattended setup, digest verification, and the complete trust model.
|
Research Working papers, technical notes, and field reports on emergency-response software. |
Viz Live 3D common operating picture for simulated multi-agency autonomous response. |
Docs Operations manual, platform concepts, integration guides, and API references. |
Design Component library and engineering design system used across RESQ interfaces. |
flowchart LR
Foundation["Packages & building blocks<br/>npm · dotnet · vcpkg"]
Tools["SDKs & developer tools<br/>dotnet-sdk · pypi · crates"]
Trust["Decentralized coordination<br/>programs"]
Operations["Simulation & operations<br/>viz"]
Foundation --> Tools
Tools --> Trust
Tools --> Operations
Trust --> Operations
| Repository | What it provides | Stack |
|---|---|---|
viz |
Live 3D coordination view with mesh topology, hazard fusion, telemetry, and multi-agency simulation | TypeScript, Three.js, .NET |
npm |
Shared UI, mapping, telemetry, security, analytics, and foundational TypeScript packages | TypeScript, React |
docs |
Official operations, platform, integration, and API documentation | MDX, Mintlify |
| Repository | What it provides | Stack |
|---|---|---|
dotnet-sdk |
Typed clients, protocol contracts, blockchain anchoring, and simulation harnesses | C#, Protobuf |
pypi |
FastMCP server exposing digital-twin, drone-coordination, and incident-response capabilities to AI clients | Python, FastMCP |
| Repository | What it provides | Stack |
|---|---|---|
crates |
The resq CLI/TUI workspace for repository automation, diagnostics, deployment, and operations |
Rust |
programs |
On-chain programs for decentralized airspace management and autonomous delivery coordination | Rust, Solana Anchor |
| Repository | What it provides | Stack |
|---|---|---|
dotnet |
Reusable building blocks for Clean and Hexagonal .NET architectures | C# |
vcpkg |
C++ libraries and foundational data structures for robotics software | C++17, CMake |
dev |
Reproducible developer onboarding, pinned installers, and canonical repository hooks | Shell, PowerShell, Nix |
Start with the repository's AGENTS.md for its architecture and local commands, then read the organization-wide contribution guide and engineering standards. Security reports follow the coordinated disclosure policy.
Questions about the platform or an integration? Contact contact@resq.software.
Copyright 2026 ResQ Systems, Inc. Public RESQ projects are individually licensed; organization defaults are available under Apache License 2.0.