Ludus AI

Private, on-device AI. Your data never leaves your machine.

Supports: images · PDF · TXT · MD · CSV · JSON · code files

Settings

🔒 Always enforced, can't be edited or removed: Ludus AI will never generate pornographic or other NSFW content, no matter what the instructions below say.
Sharing Ollama with multiple users
# Windows — run in Command Prompt
set OLLAMA_ORIGINS=*
set OLLAMA_HOST=0.0.0.0:11434
ollama serve

# Mac / Linux
OLLAMA_ORIGINS=* OLLAMA_HOST=0.0.0.0:11434 ollama serve

# Then point the URL above to your machine's LAN IP:
# e.g. http://192.168.1.42:11434