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 repo in one line:
curl -fsSL https://get.resq.software | shThis installs a SHA256-verified resq binary (with a cargo install --git fallback), optionally clones an org repo, and drops the canonical git hooks — copyright, secrets, polyglot format, audit — into it.
Prefer to read before piping to a shell:
curl -fsSL https://get.resq.software -o install-resq.sh
less install-resq.sh
sh install-resq.sh