Capturas de pantalla del proyecto
Resumen
Askimo is a Kotlin-based native desktop application designed to consolidate AI interactions into a single interface. It allows users to switch seamlessly between various cloud and local LLM providers per session. Beyond standard chat, it features local Retrieval-Augmented Generation (RAG) for querying private documents without uploading them, a 'Plans' engine for chaining multi-step AI reasoning tasks, and a 'Skills' system that delegates executable tasks to local agent runtimes like Claude Code or Gemini CLI. It also integrates Model Context Protocol (MCP) tools and includes a built-in script runner for Python, Bash, and JavaScript.
Características principales
- Multi-provider support (OpenAI, Claude, Gemini, Grok, Ollama, LM Studio, LocalAI, Docker AI, OpenAI-compatible endpoints)
- Local RAG with hybrid BM25 + vector retrieval and smart AI classifier
- Agentic workflows via Plans (multi-step reasoning chains) and Skills (local agent runtimes)
- MCP tool integration via stdio or HTTP
- Built-in script runner for Python, Bash, and JavaScript with auto-managed virtualenv
- Native desktop application for macOS, Windows, and Linux
- Persistent sessions stored in local SQLite
- Local telemetry for token usage, cost estimates, and RAG performance
- Multi-backend web search (DuckDuckGo, Brave, Tavily, SearxNG)
- Internationalization support for 9 languages
Requisitos, instalación y guía rápida
Uso
Compatibilidad de modelos y casos de uso
Cloud: OpenAI, Anthropic Claude, Google Gemini, xAI Grok. Local: Ollama, LM Studio, LocalAI, Docker AI. Custom: Any OpenAI-compatible endpoint via custom base URL. VertexAI, vLLM, and Nvidia NIM are also listed as supported in the repository metadata.
Notas sobre la licencia y los riesgos
Licensed under AGPL-3.0. See https://api.github.com/licenses/agpl-3.0 and the LICENSE file in the repository for details.
Editorial verification 2026-08-02: repository URL, owner, description, license and repository statistics were reviewed. License metadata: AGPL-3.0. README was fetched for the channel draft; re-check repository dependencies, releases and model terms before production use.
Lanzamiento y mantenimiento
Not stated in the repository metadata