Vane
ItzCrazyKns/Vane
Vane is an AI-powered answering engine.
Vane is an AI-powered answering engine.
Categories
Tags
Similar tools
ECC
affaan-m/ECC
The agent harness performance optimization system
hermes-agent
NousResearch/hermes-agent
The self-improving AI agent built by Nous Research
AutoGPT
Significant-Gravitas/AutoGPT
AutoGPT: Build, Deploy, and Run AI Agents
ollama
ollama/ollama
Get up and running with Kimi-K2.6, GLM-5.1, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
prompts.chat
f/prompts.chat
The world's largest open-source prompt library for AI
transformers
huggingface/transformers
π€ Transformers: the model-definition framework for state-of-the-art machine learning models
Install
npm install VaneREADME
Vane π
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) and cloud providers (OpenAI, Claude, Groq), delivering accurate answers with cited sources while keeping your searches completely private.
Want to know more about its architecture and how it works? You can read it here.
β¨ Features
π€ 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 needs.
β‘ Smart search modes - Choose Speed Mode when you need quick answers, Balanced Mode for everyday searches, or Quality Mode for deep research.
π§ Pick your sources - Search the web, discussions, or academic papers. More sources and integrations are in progress.
π§© Widgets - Helpful UI cards that show up when relevant, like weather, calculations, stock prices, and other quick lookups.
π Web search powered by SearxNG - Access multiple search engines while keeping your identity private. Support for Tavily and Exa coming soon for even better results.
π· Image and video search - Find visual content alongside text results. Search isn't limited to just articles anymore.
π File uploads - Upload documents and ask questions about them. PDFs, text files, images - Vane understands them all.
π Search specific domains - Limit your search to specific websites when you know where to look. Perfect for technical documentation or research papers.
π‘ Smart suggestions - Get intelligent search suggestions as you type, helping you formulate better queries.
π Discover - Browse interesting articles and trending content throughout the day. Stay informed without even searching.
π Search history - Every search is saved locally so you can revisit your discoveries anytime. Your research is never lost.
β¨ More coming soon - We're actively developing new features based on community feedback. Join our Discord to help shape Vane's future!
Sponsors
Vane's development is powered by the generous support of our sponsors. Their contributions help keep this project free, open-source, and accessible to everyone.
β¨ Try Warp - The AI-Powered Terminal β
Warp is revolutionizing development workflows with AI-powered features, modern UX, and blazing-fast performance. Used by developers at top companies worldwide.
We'd also like to thank the following partners for their generous support:
| Exa β’ The Perfect Web Search API for LLMs - web search, crawling, deep research, and answer APIs |
Installation
There are mainly 2 ways of installing Vane - With Docker, Without Docker. Using Docker is highly recommended.
Getting Started with Docker (Recommended)
Vane can be easily run using Docker. Simply run the following command:
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. Once running, open your browser and navigate to http://localhost:3000. You can then configure your settings (API keys, models, etc.) directly in the setup screen.
Note: The image includes both Vane and SearxNG, so no additional setup is required. The -v flags create persistent volumes fo