window
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
*install ollama in https://ollama.com/download
uv venv
.venv\Scripts\activate
./import_library_win.bat
OLLAMA_URL = "http://localhost:11434"
SERVER_MODE = "tailscale"
# SERVER_MODE = "public" or "tailscale"
# public is not active
API_KEY = ""
NAVER_CLIENT_ID = ""
NAVER_CLIENT_SECRET = ""
SERPER_API_KEY = ""
./run_win.bat
ollama serve (you need to install model like 'ollama run qwen3:8b' or if you want use downloaded model, using script.js fnc)