Skip to content

Install Askimo App on macOS

  • macOS 10.15 (Catalina) or later
  • 200MB free disk space
  • Internet connection for provider setup

Choose your Mac type:

Installation steps:

  1. Download the appropriate .dmg file for your Mac.
  2. Open the .dmg file.
  3. Drag Askimo to the Applications folder.
  4. Launch Askimo from Applications.

If you prefer to run Askimo App using Java, or if the DMG doesn’t work for your system:

Prerequisites:

  • Java Runtime Environment (JRE) 21 or higher must be installed
  • Verify your Java version:
Terminal window
java -version

Choose your Mac type:

Installation Steps:

  1. Download the appropriate .jar file for your Mac.
  2. Run Askimo App with:
Terminal window
java -jar askimo-desktop-macos-arm64.jar # For Apple Silicon
# OR
java -jar askimo-desktop-macos-x64.jar # For Intel

Optional: Create an alias for easier access Add this to your ~/.zshrc or ~/.bash_profile:

Terminal window
# For Apple Silicon
alias askimo-desktop="java -jar /path/to/askimo-desktop-macos-arm64.jar"
# OR for Intel
alias askimo-desktop="java -jar /path/to/askimo-desktop-macos-x64.jar"

On first launch, macOS may block the app:

  1. Open System Settings → Privacy & Security.
  2. Scroll to the security prompt for Askimo.
  3. Click “Open Anyway”.
IssueFix
Gatekeeper warningUse Open Anyway in Privacy & Security
App won’t startReboot; ensure you’re on supported macOS version
Brew cask not foundRun brew update then retry