{% include "_tabler_sprite.html" %} {# Active-session row macros — reused by both the live list and the Recent group so a browser/detached row renders identically wherever it appears (live vs ended). #} {% macro hosted_row() %}
browser orphan
{% endmacro %} {% macro detached_row() %}
detached claude.ai
{% endmacro %}
Lost connection to the server — data may be stale. Retrying…

Before you start a session

Active sessions

what Claude is running for you right now
{% if claustrum_enabled %} {% endif %}
Nothing running yet — launch one from a project below.
{% if claustrum_enabled %} {% endif %}

Projects

a folder Claude works in — launch a session from any of them

https / ssh only · private/LAN hosts blocked unless enabled in config · cloned code runs only when you launch a session.

ships — its code runs when you launch a session here. Review it before starting.
{% if projects %}
{% for p in projects %} {% set idx = loop.index0 %} {% include "_project_row.html" %} {% endfor %}
{% else %}

No projects yet

Clauster runs Claude in a project directory under {{ projects_root }}. Create one or clone a git repo to get started — or drop a directory there and it appears here.

{% endif %}
{% if reaper_ui_enabled %}

Reap ghost environments

Server-side session environments with no live session clutter the claude.ai/code "New session" selector. The cloud Default and any environment backing a live session are never reaped.

Scanning…

{% endif %}
{% include "_dashboard_script.html" %}