v1.4.0
Pre-releaseWarning
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.