Command Line Interface • Open Source

Bring AI Into Your Command Line

Chat with ChatGPT, Claude, Gemini & Ollama. Automate workflows. All from your terminal.

Works offline with local AI
100% local storage
macOS • Linux • Windows
askimo
$ askimo -p "Explain what RAG is in simple terms"
Streaming response from gpt-4o...

RAG (Retrieval-Augmented Generation) combines AI with your own documents.
Think of it as giving AI a personal library to reference when answering
questions, making responses more accurate and contextual to your work.
✓ Completed in 2.3s

Get Started in 30 Seconds

Choose your platform and start chatting with AI from your terminal

# Using Homebrew (recommended)
brew tap haiphucnguyen/askimo
brew install askimo

# Or download binary directly
curl -L https://github.com/haiphucnguyen/askimo/releases/latest/download/askimo-darwin-arm64.tar.gz -o /tmp/askimo-darwin-arm64.tar.gz \
  && tar -xzf /tmp/askimo-darwin-arm64.tar.gz -C /tmp \
  && chmod +x /tmp/askimo \
  && sudo mv /tmp/askimo /usr/local/bin/askimo \
  && rm /tmp/askimo-darwin-arm64.tar.gz

Your First Command

Already have an OpenAI API key? Configure Askimo and start chatting in seconds:

# Configure your API key
askimo --set-provider openai --set-param api_key YOUR_API_KEY

# Start asking questions
askimo -p "Hello, how can you help me automate my workflows?"

# Or enter interactive mode
askimo
🔐

Privacy & Security First

Askimo CLI stores your API keys locally on your device and encrypts them before saving. Your credentials never leave your machine. All conversations are stored locally in an encrypted database. Learn how we protect your data

Everything You Need

Powerful features designed for developers who want to integrate AI into their workflows

Works with OpenAI, Claude, Gemini & Ollama

Connect to OpenAI, Anthropic Claude, Google Gemini, Ollama, and more. Switch between AI models instantly from the terminal.

Interactive Chat Mode

Have natural, focused conversations with AI directly in your CLI. Fine-tune tone, depth, and behavior with custom system messages.

Scriptable Commands

Send and receive data through standard input/output to automate tasks. Ideal for CI/CD jobs, shell scripts, and data processing.

RAG-Enabled Document Queries

Ask questions about your documents, code, and files. AI provides context-aware answers grounded in your actual content.

Reusable Recipes

Save your prompts and command sequences as reusable recipes for repetitive tasks. Easily share them across your projects or team.

Cross-Platform

Runs smoothly on macOS, Linux, and Windows with a lightweight setup and consistent behavior across all environments.

8+
AI Providers
OpenAI, Claude, Gemini, Ollama & more
100%
Open Source
AGPLv3 licensed, free forever
All
Platforms
macOS, Linux, Windows

Real Developer Workflows

See how developers use Askimo CLI to automate tasks, query codebases, and streamline their daily work

Query Your Documents

Ask AI questions about your documents, code, and files. Get context-aware answers grounded in your actual content.

$ cat README.md | askimo -p \\
  "Summarize this documentation"

 Analyzing content...
 This is a REST API that provides
  endpoints for user management, payments,
  and analytics...
Works with code, PDFs, docs, and more

Reusable Recipes

Save repetitive prompts as recipes. One command to generate commit messages, code reviews, or documentation.

$ git diff | askimo -r commit
 Analyzing changes...

 Generated commit message:
  fix: Update payment validation logic
Share recipes with your team

DevOps Automation

Analyze logs, troubleshoot deployments, and generate scripts. AI understands your infrastructure context.

$ kubectl logs pod-abc | \\
  askimo -p "Find the root cause"

 Analyzing 2,341 log lines...
 Found: Connection timeout to DB
Integrates with kubectl, docker, and more

CI/CD Integration

Use Askimo in non-interactive mode for automated testing, release notes, PR descriptions, and more.

$ git log v1.0..v2.0 | \\
  askimo -p "Generate release notes"

 Release Notes v2.0
  - Added payment processing
  - Fixed security vulnerabilities
  - Performance improvements
Perfect for GitHub Actions and GitLab CI

Lightning Fast

Optimized for speed. Get AI responses in seconds, not minutes.

🔌

Works Offline

Use Ollama, LM Studio, or LocalAI for fully offline AI capabilities. No internet required.

🎨

Customizable

Configure tone, verbosity, and style. Make AI responses fit your workflow.

Ready to Supercharge Your Terminal?

Join developers using Askimo CLI to automate workflows, query codebases, and integrate AI into their command line.

Free & Open Source
Works Offline
Cross-Platform

30-second setup • No credit card required • Works with your existing AI subscriptions