Skip to content

SearXNG AI Kit v2026.01.30

Choose a tag to compare

@github-actions github-actions released this 30 Jan 12:10

SearXNG AI Kit Release v2026.01.30

An AI-powered command-line search tool powered by SearXNG with intelligent research capabilities.

Features

  • AI-powered research with web search capabilities
  • Search across 180+ search engines
  • LLM integration with function calling (OpenAI, Anthropic, Google)
  • MCP server for AI assistant integration
  • Support for multiple output formats (human-readable and JSON)
  • Engine selection and filtering
  • Category-based searching
  • Cross-platform support

Download

Choose the appropriate binary for your platform:

  • Linux (x64): searxng-ai-kit-linux-x64.tar.gz
  • Windows (x64): searxng-ai-kit-windows-x64.exe.zip
  • macOS (Intel): searxng-ai-kit-macos-x64.tar.gz
  • macOS (Apple Silicon): searxng-ai-kit-macos-arm64.tar.gz

Quick Start

# Extract the binary (Linux/macOS)
tar -xzf searxng-ai-kit-*.tar.gz

# Make executable and run
chmod +x searxng-ai-kit
./searxng-ai-kit search "your query here"

# See all options
./searxng-ai-kit --help

Usage Examples

# AI-powered research
./searxng-ai-kit chat "What are the latest developments in quantum computing?"

# Basic search
./searxng-ai-kit search "python tutorial"

# Search with specific engines
./searxng-ai-kit search "machine learning" --engines duckduckgo,startpage

# JSON output for scripting
./searxng-ai-kit search "data science" --format json

# List available engines
./searxng-ai-kit engines --common

Built with ❤️ using SearXNG, Python, and PyInstaller.