Skip to content

AutoRE-CLI v0.1.4

Choose a tag to compare

@timwhitez timwhitez released this 05 Sep 09:41
· 6 commits to main since this release
7e227d1

AutoRE-CLI v0.1.4

AutoRE-CLI v0.1.4 refreshes the public five-platform distribution from source
revision de89c02c8cab17c9d6fd253413806b45ef482d45 with a fully locally rebuilt binary matrix
(toolchain: Rust 1.97.1 pinned channel; Linux arm64 via cross glibc GCC,
macOS via zig ld64 with ad-hoc ldid signatures, Windows x86-64 via the
pinned LLVM-MinGW 20260616 UCRT toolchain with +crt-static and a zero PE
timestamp).

Highlights

  • Bounded Mach-O universal-binary parsing: slice count budget, order-independent
    overlap validation, and rejection of ambiguous duplicate CPU identities
    before any per-slice work.
  • LLVM-verifier-clean experimental dump-llvm output: legal user_ symbol
    namespace, byte-hex string escaping, and explicit external-branch boundaries
    instead of undefined labels.
  • Structured JSON error contracts everywhere: integer conversion limits,
    malformed sinks, and bundle receipts fail closed with bounded errors instead
    of tracebacks.
  • Action preflight is now identical with or without an execution receipt;
    version probes read bounded dual streams; continuation runs take a
    configurable --timeout-seconds budget with process-group/job-object
    cleanup, bounded pipe finalization, and explicit timeout/cancel statuses.
  • One-shot start_analysis.py launcher and the shared process_control.py
    lifecycle module join the managed Skill inventory.
  • Release packaging now runs the full repository-distribution verification gate
    before producing any archive, selects every packaged file from the verified
    checksum inventory, requires the complete five-platform matrix, and
    cross-checks the standalone Skill ZIP byte-for-byte against the platform
    packages.

Download

Choose the package for your host:

  • AutoRE-CLI-0.1.4-macos-arm64.tar.gz
  • AutoRE-CLI-0.1.4-macos-x86_64.tar.gz
  • AutoRE-CLI-0.1.4-linux-x86_64.tar.gz
  • AutoRE-CLI-0.1.4-linux-arm64.tar.gz
  • AutoRE-CLI-0.1.4-windows-x86_64.zip

The standalone Agent Skill is available as
AutoRE-CLI-0.1.4-auto-re-skill.zip.

Download SHA256SUMS.release from the same release and verify the archive
before extraction. Each platform package contains exactly one release binary,
the Agent Skill, offline installers, provenance, checksums, and notices.

Signing

  • macOS binaries are ad-hoc signed, not Developer ID signed or notarized.
  • Windows x86-64 is not Authenticode signed.
  • Linux artifacts have no platform signing requirement.

Checksums prove consistency with this release; authenticate the release channel
before trusting its checksum file.