# Deploy Khoj with Easypanel

URL: /templates/khoj

Khoj is an AI-powered personal search and chat application that helps you find and organize your personal knowledge. It supports various AI models, web search integration, and code execution capabilities.

## Installation notes

Configure your chat model provider and search api providers with khoj environment variables.

## Benefits

### Personal Search

Search through your personal knowledge and documents

### AI-Powered

Get intelligent answers and insights from your data

### Code Execution

Run code in a secure sandbox environment

### Web Search Integration

Combine personal and web search results

### Self-Hosted

Keep your data private and secure

## Features

### Document Search

Search through your personal documents and notes

### AI Chat

Chat with AI about your personal knowledge

### Code Sandbox

Run code in a secure environment

### Web Search

Search the web with privacy

### Multi-Model Support

Use various AI models for different tasks

### Admin Interface

Manage your Khoj instance

## Configuration

- `appServiceName` (App Service Name, required): khoj

- `appServiceImage` (App Service Image, required): ghcr.io/khoj-ai/khoj:2.0.0-beta.28

- `databaseImage` (Database Image, required): pgvector/pgvector:0.8.1-pg15

- `sandboxImage` (Sandbox Image, required): ghcr.io/khoj-ai/terrarium:latest

- `searxngImage` (SearxNG Image, required): searxng/searxng:2026.1.16-697f53ecd

- `adminEmail` (Admin Email, required): username@example.com

- `adminPassword` (Admin Password): Set during installation — Auto-generated if not provided.

- `openaiApiKey` (OpenAI API Key): Set during installation

- `geminiApiKey` (Gemini API Key): Set during installation

- `anthropicApiKey` (Anthropic API Key): Set during installation

- `openaiBaseUrl` (OpenAI Base URL): Set during installation

- `jinaApiKey` (Jina API Key): Set during installation

- `serperDevApiKey` (Serper Dev API Key): Set during installation

- `firecrawlApiKey` (Firecrawl API Key): Set during installation

- `olostepApiKey` (OloStep API Key): Set during installation

## Services

- khoj: app (ghcr.io/khoj-ai/khoj:2.0.0-beta.28)

- khoj-db: postgres

- khoj-sandbox: app (ghcr.io/khoj-ai/terrarium:latest)

- khoj-searxng: app (searxng/searxng:2026.1.16-697f53ecd)

## Resources

- [Website](https://khoj.dev)

- [Documentation](https://docs.khoj.dev)

- [GitHub](https://github.com/khoj-ai/khoj)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/khoj)