Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Perplexica

install

1

git clone --depth=1 https://github.com/ItzCrazyKns/Perplexica
cd Perplexica
# From source
cd ui
cp .env.example .env
npm install
npm run build
cd ..
cp sample.config.toml config.toml
npm install
npm run build

2

# Docker compose
cp sample.config.toml config.toml
sudo docker compose up -d

optional

subl config.toml
[API_ENDPOINTS]
OLLAMA = "http://127.0.0.1:11434"

perplexica perplexity


  1. How to Contribute to Perplexica

  2. Getting Started with Docker (Recommended)