Release v0.1.4
Power Interview AI v0.1.4
What's changed
Manual cross-platform Tauri build.
Installation
- Windows: download the
.exe(NSIS) installer. It installs per-user (no admin rights required). - macOS: download the
.dmg(universal binary, runs on Apple Silicon and Intel).
The app checks for and installs future updates automatically.
macOS first launch: this build is not notarized by Apple, so Gatekeeper will block
the first launch ("app is damaged" or "cannot be opened"). After dragging the app to
Applications, either right-click it and choose Open (then confirm), or run:xattr -dr com.apple.quarantine "/Applications/Power Interview AI.app"
Having trouble installing?
Just use the command line.
Windows
curl -L -o "Power.Interview.AI_0.1.4_x64-setup.exe" https://github.com/PowerInterviewAI/client-app-tauri/releases/latest/download/Power.Interview.AI_0.1.4_x64-setup.exe && start "" "Power.Interview.AI_0.1.4_x64-setup.exe"
macOS
curl -L -o "Power.Interview.AI_0.1.4_universal.dmg" https://github.com/PowerInterviewAI/client-app-tauri/releases/latest/download/Power.Interview.AI_0.1.4_universal.dmg && open "Power.Interview.AI_0.1.4_universal.dmg"