pirarara-ai

pirarara-ai

Docker app from pirarara ai's Repository

Overview

Pirarara AI — self-hosted local AI platform with chat, agent loop, workspace, and model management. Requires an Ollama server running on your network. No external database needed — uses SQLite internally.

Install pirarara-ai on Unraid in a few clicks.

Find pirarara-ai in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for pirarara-ai Review the template variables and paths Click Install

Download Statistics

92
Total Downloads

Related apps

Explore more like this

Explore all

Details

Repository
caiquebrito/pirarara-ai:latest
Last Updated2026-06-26
First Seen2026-07-01

Runtime arguments

Web UI
http://[IP]:[PORT:3000]
Network
bridge
Shell
bash
Privileged
false
Extra Params
--restart=unless-stopped

Template configuration

Host PortPorttcp

Web UI port

Target
3000
Default
3000
Value
3000
Ollama URLVariable

URL of your Ollama instance

Target
OLLAMA_URL
Default
http://192.168.15.180:11434
Value
http://192.168.15.180:11434
Default ModelVariable

Ollama model to use by default

Target
OLLAMA_DEFAULT_MODEL
Default
qwen2.5-coder:7b-instruct-q4_K_M
Value
qwen2.5-coder:7b-instruct-q4_K_M
Secret KeyVariable

Random secret for JWT signing — generate with: openssl rand -hex 32

Target
SECRET_KEY
Anthropic API KeyVariable

Optional — for Claude models via Anthropic API

Target
ANTHROPIC_API_KEY
OpenAI API KeyVariable

Optional — for OpenAI models

Target
OPENAI_API_KEY
Database PathPathrw

Where the SQLite database file is stored

Target
/data
Default
/mnt/user/appdata/pirarara/db
Value
/mnt/user/appdata/pirarara/db
WorkspacePathrw

Directory where the agent can read/write files

Target
/workspace
Default
/mnt/user/appdata/pirarara/workspace
Value
/mnt/user/appdata/pirarara/workspace