Releases: luiz2047/OpenOffer
Release list
v1.4.1
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
.exepreview builds: Download either the x64 setup.exeor the portable.exefrom 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
.exeor 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.appOn 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:devVerification
Release (desktop artifacts)workflow was tested onmainwith a manual dispatch before this tag release.- The manual workflow run built and uploaded
openoffer-macos-unsigned-previewandopenoffer-windows-x64-unsignedartifacts 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.
v1.4.0
Warning
This release contains unsigned/ad-hoc signed macOS preview artifacts. macOS will identify the app as coming from an unidentified developer until OpenOffer has Apple Developer ID signing and notarization configured. Verify checksums before installing, and use the temporary Gatekeeper workaround documented below only for artifacts downloaded from this GitHub Release.
OpenOffer 1.4.0
OpenOffer 1.4.0 is the first public release candidate for the local-first job-search and interview workspace.
The current macOS binaries are unsigned/ad-hoc signed preview artifacts until Apple Developer ID signing and notarization are configured. macOS will warn that the app is from an unidentified developer.
Highlights
- Paste recruiter or vacancy text and turn it into a local vacancy process with stages, meeting links, prep context, questions, retros, and recordings.
- Edit vacancy fields and stage details directly after AI parsing instead of treating parsed data as final.
- Keep the public workflow local-first by default, with BYOK and local providers for sensitive interview and recruiter context.
- Use the new community launch docs, contributor guide, AGPL FAQ, issue templates, and release process as the public entry point for users and contributors.
Installation
Download the correct macOS asset for your device:
- Apple Silicon:
arm64 - Intel:
x64
Verify the checksum before opening the app:
FILE="OpenOffer-1.4.0-arm64.dmg" # or the asset you downloaded
grep " $FILE$" SHA256SUMS.txt | shasum -a 256 -c -Open the DMG and drag OpenOffer to Applications.
If macOS blocks the unsigned preview build:
xattr -dr com.apple.quarantine /Applications/OpenOffer.app
open /Applications/OpenOffer.appUse this 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.0
npm install
npm run app:devVerification
The release workflow verifies ad-hoc app signatures and DMG integrity for unsigned preview artifacts. Preview DMGs are built sequentially after ZIP/app packaging to avoid CI hdiutil races. When Apple Developer ID secrets are configured, the same workflow switches to signed mode and also verifies notarization and stapling.
After downloading assets, verify checksums with:
FILE="OpenOffer-1.4.0-arm64.dmg" # or the asset you downloaded
grep " $FILE$" SHA256SUMS.txt | shasum -a 256 -c -Known Constraints
- The official release workflow currently publishes macOS artifacts.
- Current macOS artifacts are unsigned preview builds until Apple Developer ID secrets are configured.
- Windows and Linux packaging are configured in the project but are not the primary verified release path yet.
- OpenOffer is local-first by default, but data can leave the device when you configure a cloud provider.