askimo.chat · The AI chat client that works with ANY model.
📥 Download • 📖 Documentation • 💬 Discussions • ⭐ Star on GitHub
Askimo is a privacy-focused desktop chat client that works with any AI model. Switch between OpenAI, Claude, Gemini, and local models like Ollama—all in one app with complete data privacy.
Use GPT-4 for complex reasoning, Claude for writing, and local models for privacy—without changing apps or losing conversation context. All your chat history stays on your machine, fully searchable and organized.
The only desktop AI client that supports both cloud and local models. Most tools force you to choose one or the other.
| Feature | Askimo | LM Studio | Ollama GUIs | ChatGPT Desktop |
|---|---|---|---|---|
| Multi-provider | ✅ Cloud + Local | ❌ Local only | ❌ Local only | ❌ OpenAI only |
| RAG / Codebase context | ✅ Folder-based | ❌ | ❌ | ⚠️ File upload only |
| CLI automation | ✅ Built-in | ✅ API server | ✅ Ollama CLI | ❌ |
| Privacy | ✅ Local storage | ✅ | ✅ | ⚠️ Optional cloud sync |
| Open source | ✅ Apache 2.0 | ⚠️ Free (proprietary) | ✅ Varies | ❌ Subscription |
Cloud: OpenAI · Claude · Gemini · Grok
Local: Ollama · LM Studio · LocalAI · Docker AI
Works with any OpenAI-compatible endpoint.
Download the installer for your operating system:
Or visit the releases page for all available versions.
After installation: Open Askimo, add your API keys (or connect to Ollama for local models), and start chatting. Setup guide →
Screenshots:
Need to automate AI tasks in scripts or CI/CD? Askimo includes a command-line interface.
# Pipe directly from commands
cat app.log | askimo -p "Find critical errors and suggest fixes"
git diff | askimo -p "Review this code for bugs and improvements"
# Use recipes for repetitive tasks
askimo -r gitcommit
Installation:
# macOS/Linux
curl -sSL https://raw.githubusercontent.com/haiphucnguyen/askimo/main/tools/installation/install.sh | bash
# Windows (PowerShell)
iwr -useb https://raw.githubusercontent.com/haiphucnguyen/askimo/main/tools/installation/install.ps1 | iex
Askimo Desktop is fully localized into:
English (en)
Simplified Chinese (zh_CN)
Traditional Chinese (zh_TW)
Japanese (ja_JP)
Korean (ko_KR)
French (fr)
Spanish (es)
German (de)
Portuguese - Brazil (pt_BR)
Vietnamese (vi)
More languages coming soon.
We welcome contributions! Here’s how you can help:
If you enjoy this project, here are a few simple ways to show support:
Star the repo - A quick ⭐️ at the top helps a lot and keeps the project growing.
Contribute - Spot a bug or want to improve something? Pull requests are always welcome.
Share feedback - Got ideas or suggestions? Feel free to open an issue or start a discussion.
Thanks for being part of the journey! 🙌
Apache 2.0. See LICENSE.