Five minutes if Node and pnpm are already on the machine. Add a root, watch the scan.
git on PATHgio so the file browser can trash instead of permanently deletegit clone git@github.com:DimitriGilbert/workspace-welcome.git cd workspace-welcome pnpm install pnpm dev
Open http://localhost:37420. Gear icon → add a directory. Projects show up as the scan runs. Prefer only the app with pnpm dev:web — port is set in apps/web/vite.config.ts (37420).
“Open IDE” on a project page downloads code-server into the app data dir (~100–200 MB, once). After that it is a shared instance — deep-link per project, stop from Settings.
$XDG_CONFIG_HOME/workspace-welcome/store.json$XDG_CACHE_HOME/workspace-welcome/reports/$XDG_DATA_HOME/workspace-welcome/ide/More on knobs and paths: Settings & data.
pnpm monorepo. apps/web is TanStack Start (UI + server routes). packages/api holds tRPC plus the scanner, git, scaffold, and IDE bits. packages/ui is the shared kiln kit this site reuses. Scaffolded with Better-T-Stack. No auth, no ORM, no database.