• v1.0.0 85dce52455

    jkaindl released this 2026-05-16 07:09:39 +00:00 | 140 commits to main since this release

    Full browser-based control interface for the autosplat pipeline.

    What's new

    • autosplat webui --port 8080 — starts FastAPI + HTMX + Jinja2 web interface
    • Dashboard — live queue + recent captures (HTMX auto-refresh)
    • Capture detail — stage timeline, PLY info, process/cancel/retry buttons
    • SuperSplat embed — iframe viewer with local PLY streaming
    • Job runner — async background executor with cancel support
    • AGPL §13/source route + footer on every page → Codeberg source

    Install / upgrade

    uv tool install autosplat  # first install
    uv tool upgrade autosplat  # upgrade from v0.9.0
    

    Test it

    autosplat webui --port 8080
    # → open http://127.0.0.1:8080
    

    Full changelog

    See CHANGELOG.md for complete details including pre-1.0 polish commits.

    Downloads