Skip to content

v1.4.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Jun 18:15

Warning

This release contains unsigned/ad-hoc signed macOS preview artifacts and unsigned Windows artifacts. macOS will identify the app as coming from an unidentified developer, and Windows SmartScreen may warn about an unknown publisher. Verify checksums before installing, and use the temporary Gatekeeper workaround documented below only for artifacts downloaded from this GitHub Release.

OpenOffer 1.4.1

OpenOffer 1.4.1 is the first combined desktop preview release: one GitHub Release now carries macOS artifacts and unsigned Windows x64 .exe builds together.

This is still a preview binary release. macOS artifacts are unsigned/ad-hoc signed until Apple Developer ID signing and notarization are configured. Windows artifacts are unsigned until Authenticode signing is configured, so Windows SmartScreen warnings are expected.

Highlights

  • macOS and Windows in one release: A v* tag now starts native macOS and Windows builds in parallel and publishes one GitHub Release only after both platform jobs pass.
  • Windows .exe preview builds: Download either the x64 setup .exe or the portable .exe from the release assets.
  • Dashboard-first README: The public README now shows the OpenOffer dashboard immediately near the logo, so new visitors see the actual workflow before reading the details.
  • Cleaner public demo surface: The release includes the refreshed screenshot set for the command center, recruiter intake, vacancy dossier, stage timeline, settings, modes, profile intelligence, and live assistant overlay.

Changed

  • Release notes now use a user-facing structure with highlights, installation, verification, checksums, and known constraints.
  • README install guidance now reflects the current macOS plus Windows preview release path.
  • Settings and public screenshot surfaces were polished so the documented workflow matches the current app state more closely.

Fixed

  • Updated the recruiter-chat intake smoke expectation to match the current classification behavior.

Installation

Download the right asset for your device:

  • macOS Apple Silicon: arm64.dmg
  • macOS Intel: x64 / non-arm64 .dmg
  • Windows: x64 setup .exe or portable .exe

Verify the checksum before opening the app:

FILE="OpenOffer-1.4.1-arm64.dmg" # or the asset you downloaded
grep "  $FILE$" SHA256SUMS.txt | shasum -a 256 -c -

On macOS, open the DMG and drag OpenOffer to Applications.

If macOS blocks the unsigned preview build after checksum verification:

xattr -dr com.apple.quarantine /Applications/OpenOffer.app
open /Applications/OpenOffer.app

On Windows, run the x64 setup or portable .exe. SmartScreen warnings are expected until Windows code signing is configured.

Use the macOS workaround only for artifacts downloaded from this GitHub Release.

Source setup remains available for contributors:

git clone https://github.com/luiz2047/OpenOffer.git
cd OpenOffer
git checkout v1.4.1
npm install
npm run app:dev

Verification

  • Release (desktop artifacts) workflow was tested on main with a manual dispatch before this tag release.
  • The manual workflow run built and uploaded openoffer-macos-unsigned-preview and openoffer-windows-x64-unsigned artifacts successfully.
  • On tag builds, the publish job waits for both platform builds, collects the release assets, generates SHA256SUMS.txt, and publishes one GitHub Release.

After downloading assets, verify checksums with:

FILE="OpenOffer-1.4.1-arm64.dmg" # or the asset you downloaded
grep "  $FILE$" SHA256SUMS.txt | shasum -a 256 -c -

Known Constraints

  • Current macOS artifacts are unsigned preview builds until Apple Developer ID secrets are configured.
  • Current Windows artifacts are unsigned preview builds until Authenticode signing is configured.
  • Linux packaging is configured in the project but is not part of the primary release gate yet.
  • OpenOffer is local-first by default, but data can leave the device when you configure a cloud provider.