← Back to home
Obsidian CLI Assistant
Enterprise-ready AI assistant for your terminal — minimal, secure, and powerful local interface for Ollama models with autonomous web search capabilities.
CLIOllamaPython 3.10+Redis (optional)
Key Features
- One-letter command
cfor instant technical answers - Autonomous web search with graceful fallback
- Streaming responses with rich Markdown rendering
- Interactive REPL with history, completion, and colon commands
- Redis-backed memory for persistent conversation context
- Project and user profiles, audit logging, and secure-by-default design
Quick Start
git clone https://github.com/Polyoxy/obsidian-cli.git cd obsidian-cli make venv source .venv/bin/activate export PATH="$PWD/bin:$PATH" make infra-redis-up # optional make model-build # or: make model-pull c "how do I list processes?"
Documentation
Full docs, contributing guide, and troubleshooting are available in the repository.