ResQ is a mission-critical autonomous platform for decentralized coordination in disaster response and emergency logistics — designed to operate when traditional networks fail.
| Repository | What it is | Language |
|---|---|---|
| npm | React component library (shadcn/ui + Radix + Tailwind v4) | TypeScript |
| crates | Rust CLI/TUI toolset for drone ops (ships the resq binary) |
Rust |
| pypi | FastMCP server + DSA utilities | Python |
| dotnet-sdk | .NET typed clients + blockchain anchoring | C# |
| programs | Solana Anchor on-chain programs | Rust |
| vcpkg | C++ vcpkg libraries | C++ |
| viz | .NET visualization library | C# |
| landing | Marketing & product site | Next.js |
| docs | Documentation (Mintlify) | MDX |
| dev | One-command developer setup + canonical git hooks | Shell |
Install the resq CLI and onboard a cloned repo in two curls:
curl -fsSL https://raw.githubusercontent.com/resq-software/dev/main/scripts/install-resq.sh | sh
cd <any resq repo>
curl -fsSL https://raw.githubusercontent.com/resq-software/dev/main/scripts/install-hooks.sh | shThe first installs a SHA-verified resq binary (with a cargo install --git fallback). The second drops the canonical git hooks — copyright, secrets, polyglot format, audit — into the repo and offers a repo-aware local-pre-push scaffold.