ItzCrazyKns/Vane โ€” GitHub Repository Preview
AI & Machine Learning โ˜… 33.0k TypeScript

ItzCrazyKns/Vane

by @ItzCrazyKns ยท

33.0k Stars
3.6k Forks
185 Issues
TypeScript Language

Vane is a privacy-focused AI answering engine that runs on your own hardware. Combines web search with local LLMs via Ollama and cloud providers like OpenAI and Claude to deliver cited answers. Features SearxNG-powered privacy-respecting search, image/video results, document analysis, and multiple search modes (Speed/Balanced/Quality). Self-hostable alternative to Perplexity AI.

ItzCrazyKns
@ItzCrazyKns Project maintainer on GitHub
View Profile
View on GitHub
git clone https://github.com/ItzCrazyKns/Vane.git

Quick Start Example

bash
# Run with Docker
docker compose up -d

# Or manual setup
git clone https://github.com/ItzCrazyKns/Vane
cd Vane && npm install
npm run dev

# Configure local LLM via Ollama
# Set OLLAMA_URL in .env

Tags

#ai-search#privacy#ollama#llm#selfhosted#search-engine

Related Projects