Complete guide to install Askimo desktop client for Ollama on Mac. Native macOS application with advanced features like RAG, chat search, custom directives, and seamless model switching. Supports both Apple Silicon and Intel Macs.
Compatible with: macOS 11.0 (Big Sur) or later, both Apple Silicon and Intel Macs.
Looking for a different operating system?
Before installing Askimo, you need to have Ollama installed on your Mac.
Option 1: Download from Ollama website (Recommended)
Visit ollama.com/download and download the macOS installer.
Option 2: Install via Homebrew
brew install ollama
Verify installation: ollama --version
The easiest way to install Askimo on macOS.
Download the DMG file
Choose the correct version for your Mac:
For Apple Silicon:
Askimo-Desktop-macos-arm64.dmgFor Intel Macs:
Askimo-Desktop-macos-x64.dmgOpen the DMG file
Double-click the downloaded DMG file to mount it.
Install Askimo
Drag the Askimo icon to the Applications folder.
Launch Askimo
Open Askimo from your Applications folder or Spotlight.
First launch: macOS may show a security prompt. Click "Open" to continue. The app is signed and notarized by Apple.
Alternative method if you prefer running from Terminal or have Java installed.
Step 1: Install Java (if not installed)
brew install openjdk@21 Step 2: Download the JAR file
Choose based on your Mac's architecture:
# Apple Silicon
wget https://github.com/haiphucnguyen/askimo/releases/latest/download/askimo-desktop-macos-arm64.jar # Intel Mac
wget https://github.com/haiphucnguyen/askimo/releases/latest/download/askimo-desktop-macos-x64.jar Step 3: Run Askimo
java -jar askimo-desktop-macos-arm64.jar # or askimo-desktop-macos-x64.jar http://localhost:11434) Download models you want to use with Askimo:
ollama pull llama3
ollama pull mistral
ollama pull codellama Browse all available models at ollama.com/library
True native Mac application with full support for macOS features, keyboard shortcuts, and Apple Silicon optimization.
Search across all conversations instantly with Spotlight-like search. Find past discussions, code, or ideas.
Chat with your local files and documents. Upload PDFs, code, or notes for context-aware conversations.
Combine desktop GUI with powerful CLI for automation, scripts, and advanced workflows on your Mac.
Create reusable prompts and directives for your common tasks and workflows.
Not locked to Ollama. Also supports OpenAI, Claude, Gemini, and other providers in one app.
Ensure Ollama is running. Check the menu bar for the Ollama icon, or start it manually:
ollama serve If macOS prevents opening Askimo:
Check your Mac's processor:
uname -m arm64 = Apple Siliconx86_64 = IntelGet the most powerful desktop client for Ollama on Mac with RAG, chat search, and multi-model support.