README: Vane is a **privacy-focused AI answering engine** that runs entirely on your own hardware. It combines knowledge from the vast internet with support for **local LLMs** (Ollama) an…
README: 🤖 Support for all major AI providers - Use local LLMs through Ollama or connect to OpenAI, Anthropic Claude, Google Gemini, Groq, and more. Mix and match models based on your need…
README: docker run -d -p 3000:3000 -v vane-data:/home/vane/data --name vane itzcrazykns1337/vane:latest This will pull and start the Vane container with the bundled SearxNG search engine.…
README: If you already have SearxNG running, you can use the slim version of Vane: ```bash docker run -d -p 3000:3000 -e SEARXNG_API_URL=http://your-searxng-url:8080 -v vane-data:/home/va…
README: If you prefer to build from source or need more control: 1. Ensure Docker is installed and running on your system. 2. Clone the Vane repository: ```bash git clone https://github.c…