Skip to content

CivicRecords AI v1.6.1

Choose a tag to compare

@github-actions github-actions released this 15 May 06:58
· 52 commits to master since this release
93ec137

About this release

CivicRecords AI is an open-source, locally-hosted AI system for municipal open-records request processing. Every deployment is a sovereign instance owned by the city — no cloud, no telemetry, no outbound data transfer.

Windows installer is UNSIGNED by design. On first run, Windows SmartScreen will show "Windows protected your PC — Unknown publisher." To proceed: click More infoRun anyway, then confirm UAC. See installer/windows/README.md for the full remediation walkthrough.

Release provenance

Post-baseline releases include release-attestation.json and
release-attestation.json.bundle. The Git tag is a release pointer; the
Sigstore-signed attestation is the trust artifact. Verify the attestation with
the exact CivicSuite/civicrecords-ai workflow identity printed in the release
notes and then verify the installer checksum sidecar.

Downloads

  • Windows double-click installer: CivicRecordsAI-<version>-Setup.exe (bundled with .sha256 checksum sidecar for Get-FileHash verification).
  • Linux / macOS guided-script install: clone the repo at this tag and run ./install.sh — see README.md and USER-MANUAL.md for prerequisites and a step-by-step walkthrough.

Cross-platform native installer parity is explicit follow-on work, not shipped in this release.

Docs


What's in this release

Verify release provenance

cosign verify-blob release-attestation.json \
  --bundle release-attestation.json.bundle \
  --certificate-identity "https://github.com//.github/workflows/release.yml@refs/tags/" \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com

sha256sum -c CivicRecordsAI--Setup.exe.sha256
python scripts/verify-release-provenance.py "" \
  --repo "" \
  --attestation release-attestation.json \
  --bundle release-attestation.json.bundle \
  --artifacts-dir .

What's Changed

  • docs: record B2 v1.6.0 release completion by @scottconverse in #79
  • chore: narrow unqualified macOS support claims to honest current state by @scottconverse in #80
  • chore(ci): migrate Linux jobs to self-hosted runner (windows job unchanged) by @scottconverse in #81
  • reframe install.sh + README + detect_hardware.sh as a server product (one per city) by @scottconverse in #83
  • fix(ingestion): Celery worker event-loop reuse blocking all document ingestion by @scottconverse in #82
  • chore: prepare CivicRecords AI v1.6.1 release by @scottconverse in #84

Full Changelog: v1.6.0...v1.6.1