Install Askimo Desktop on macOS
macOS Installation Guide
Section titled “macOS Installation Guide”System Requirements
Section titled “System Requirements”- macOS 10.15 (Catalina) or later
- 200MB free disk space
- Internet connection for provider setup
Installation Methods
Section titled “Installation Methods”Option 1: DMG (Recommended)
Section titled “Option 1: DMG (Recommended)”- Download the latest
.dmgfrom the releases page. - Open the
.dmgfile. - Drag
Askimoto theApplicationsfolder. - Launch Askimo from Applications.
If macOS shows a warning (“Apple cannot verify this app”)
Section titled “If macOS shows a warning (“Apple cannot verify this app”)”Because Askimo is open-source and not yet signed with a paid Apple Developer ID, macOS may block the first launch. You can safely allow it:
Method A — Allow from System Settings (Recommended)
Section titled “Method A — Allow from System Settings (Recommended)”Go to System Settings → Privacy & Security.
Scroll down until you see: “Askimo was blocked from opening because it is not from an identified developer.”
Click Allow Anyway.
Open Askimo again → click Open when prompted.
Method B — Right-Click to Open
Section titled “Method B — Right-Click to Open”Right-click (or Control-click) Askimo.app in Applications.
Select Open.
Choose Open again to confirm.
After this, Askimo will open normally every time.
Option 2: Universal JAR
Section titled “Option 2: Universal JAR”If you prefer to run Askimo Desktop 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:
java -versionInstallation Steps:
- Download the latest
askimo-desktop-macos.jarfrom the releases page. - Run Askimo Desktop with:
java -jar askimo-desktop-macos.jarOptional: Create an alias for easier access
Add this to your ~/.zshrc or ~/.bash_profile:
alias askimo-desktop="java -jar /path/to/askimo-desktop-macos.jar"First Launch Security
Section titled “First Launch Security”On first launch, macOS may block the app:
- Open System Settings → Privacy & Security.
- Scroll to the security prompt for Askimo.
- Click “Open Anyway”.
Troubleshooting
Section titled “Troubleshooting”| Issue | Fix |
|---|---|
| Gatekeeper warning | Use Open Anyway in Privacy & Security |
| App won’t start | Reboot; ensure you’re on supported macOS version |
| Brew cask not found | Run brew update then retry |