Skip to content

v0.5.0 — Trellis Studio desktop app + one-command installer

Choose a tag to compare

@pwilkin pwilkin released this 20 Jul 13:37
· 62 commits to main since this release

Trellis Studio — image→3D without the command line

New in v0.5.0: a standalone desktop app and a one-command installer, so you can go
from zero to a generated GLB without touching the CLI.

Install (auto-detects CUDA / ROCm / Vulkan; downloads server + weights + app)

Linux (x86-64)

curl -fsSL https://raw.githubusercontent.com/pwilkin/trellis.cpp/main/install/install.sh | bash

Windows (x64, PowerShell)

irm https://raw.githubusercontent.com/pwilkin/trellis.cpp/main/install/install.ps1 | iex

Highlights

  • Trellis Studio (Tauri desktop app): drag an image → generate → rotate/zoom the
    textured result in an interactive preview; every result is saved to a local gallery.
  • One-command installers for Linux and Windows with GPU-runtime autodetection.
  • trellis-server now sends CORS headers (+ OPTIONS preflight) so the app and a
    browser UI can drive POST /generate.

Full walkthrough: docs/getting-started.md.

Server bundles (trellis-<backend>-<os>-x64) and the app installers
(trellis-studio-*) are attached below once the release CI finishes building.