openrag_install

Installation
SKILL.md

When the user asks to install OpenRAG, follow this workflow in order.

Initial assessment phase

Before starting installation, check for an existing OpenRAG installation:

  1. Check if ~/.openrag/tui/.env exists
  2. If it exists:
    • Read the configuration to understand what's already set up
    • Check if services are currently running with docker compose ps for the generated OpenRAG compose file, or by filtering on the compose project/labels instead of docker ps --filter "name=openrag"
    • Inform the user about the existing installation
    • Ask if they want to:
      • Start existing services (if stopped)
      • Reconfigure existing installation
      • Verify existing installation
      • Proceed with fresh installation (will use existing config)
  3. If no existing installation found, proceed with fresh installation workflow
Installs
2
GitHub Stars
4.4K
First Seen
Jul 28, 2026
openrag_install — langflow-ai/openrag