JevGate 0.17.0
curl -fsSL https://raw.githubusercontent.com/Tech-Byte-Frontier/jevgate/v0.17.0/install.sh | sh
cargo binstall jevgate # or: cargo install jevgate --lockedVerify a download with gh attestation verify <archive> --repo Tech-Byte-Frontier/jevgate.
- Release binaries for Linux (x86_64 and arm64, static), macOS (Apple silicon and Intel) and Windows (x86_64), with SHA-256 checksums and build provenance (
gh attestation verify).install.shinstalls a checked binary on Linux and macOS, andcargo binstall jevgatefinds the archives on every platform. - Windows: files are named with forward slashes, as on other platforms, so path rules (Next.js routes, Django modules, documentation roles) match there, and reports and baselines name a file the same way everywhere. Requests on Linux and macOS are unchanged, so cached answers stay valid.
- The project has a security policy with private reporting, a contributing guide, this changelog, and issue templates, including one for reporting a wrong finding.