v0.5.0 — Trellis Studio desktop app + one-command installer
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 | bashWindows (x64, PowerShell)
irm https://raw.githubusercontent.com/pwilkin/trellis.cpp/main/install/install.ps1 | iexHighlights
- 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 drivePOST /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.