asky

A command-line AI assistant with web search, document Q&A, conversation history, and XMPP remote chat.

Install with uv
uv tool install asky-cli

Features

Usage Examples

# Basic query
asky what is the correct temperature for green tea
# Ask about a local document
asky -r path/to/report.pdf "What are the main conclusions?"
# Web research mode
asky -r web "Compare the latest iPhone vs Samsung flagship specs"
# Continue a conversation
asky -c "~1" explain more
# Use a specific model
asky -m gf "Explain quantum entanglement"

Free and open source. MIT License.

github.com/evrenesat/asky