{% if not indexable %}{% endif %}

Install {{ tool.label }}

{{ tool.subtitle }}

{% if tool.downloads %}

Easiest path: download & double-click

{% if tool.downloads_note %}{{ tool.downloads_note }}{% else %}Pick the build for your OS. The installer is signed by the vendor, so Windows SmartScreen / macOS Gatekeeper will let it run after a click-through.{% endif %}

{% for d in tool.downloads %} {{ d.label }} {{ d.size }} {% endfor %}
{% endif %}

Windows PowerShell. Paste & run.

{{ tool.windows_oneliner }}
Open Windows Terminal or PowerShell, paste the line above, hit Enter. The script handles Python check, install, and model download.

macOS Linux Terminal. Paste & run.

{{ tool.unix_oneliner }}
Open Terminal, paste, hit Enter.

Paste this into Claude Code (works in Cursor / Codex / Cline too)

Open Claude (the desktop app or web), click + New session, switch to the Code tab, then paste the prompt below as your first message. Claude does the install, downloads, and verification for you. No terminal commands you have to type yourself.

Get Claude (free) Claude Code quickstart
{{ tool.claude_prompt }}
What Claude will do for you:
  1. Detect your OS
  2. Check whether prerequisites are installed (Python, Git, etc.)
  3. Install anything missing
  4. Install {{ tool.label }} and download model weights
  5. Verify the install worked
  6. Tell you when it's done
You'll see Claude ask for permission before running each install command. You can approve all or step through.
{% for step in tool.manual_steps %}

{{ loop.index }}{{ step.title }}

{{ step.body | safe }}

{% if step.command %}
{{ step.command }}
{% endif %} {% if step.expected %}
What you should see »
{{ step.expected }}
{% endif %} {% if step.screenshot %}
Step {{ loop.index }} screenshot
{% endif %}
{% endfor %}

Verify it worked

{{ tool.verify_text | safe }}

{% if tool.verify_command %}
{{ tool.verify_command }}
{% endif %}
Then: Reload /app — the readiness checklist will flip {{ tool.label }} to READY.
Stuck? Email support@phantomline.xyz with your OS and the error and we'll send you exact steps.