Skip to content

Release v0.1.5

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jun 18:08
· 7 commits to main since this release

Power Interview AI v0.1.5

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.5_x64-setup.exe" https://github.com/PowerInterviewAI/client-app-tauri/releases/latest/download/Power.Interview.AI_0.1.5_x64-setup.exe && start "" "Power.Interview.AI_0.1.5_x64-setup.exe"

macOS

curl -L -o "Power.Interview.AI_0.1.5_universal.dmg" https://github.com/PowerInterviewAI/client-app-tauri/releases/latest/download/Power.Interview.AI_0.1.5_universal.dmg && open "Power.Interview.AI_0.1.5_universal.dmg"