



























🎨 103 PRs · 30 contributors · 6 days — codename "Brand-backed Design System." For the past two months Open Design started from a blank page and designed for you. 0.12.0 flips it: the brand you already own becomes a reusable design system. Point it at a live site, drop in a Figma file, or clip a page right in your browser, and it lifts the real brand — colors, type, voice — into a design system you can build from. That's the whole idea behind this release: a brand isn't a separate thing, it is a design system — capture it once and it runs through one unbroken loop, capture → design system → build → export, yours to reuse on every project after. Under the hood it's also the steadiest release yet: failures that used to vanish into one grey "execution_failed" bucket now say what actually went wrong, runs that stumble back off and retry instead of dying, and your first-run sign-in survives a browser that flakes out. 🏛️
🎨 Bring your own design system — and reuse it forever. The marquee of 0.12.0. Until now the only way to get a brand-accurate design system was to hand-author a DESIGN.md — a wall for anyone not already steeped in the spec. Now every ingest path feeds one pipeline: a brand URL, a dropped DESIGN.md, an offline .fig file (decoded locally, no Figma account), or a page captured with the new browser clipper all extract into a reusable user: design system — because in 0.12.0 a brand is a design system. From there it's one loop, end to end: preview it as a kit + templates, build straight from it (onboarding now finishes on a build step), and one-click export the result to PDF, PPTX, editable PPTX, or image. Captured logos, screenshots, and palettes finally have a home in the new OD Library (a content-addressed asset registry), and a fresh install ships with 150 ready-made brand design systems (Airbnb, Stripe, Vercel, Tesla, Supabase, Uber, …) so the picker is useful on day one. Full CLI parity too: od brand, od library, od figma import, od export. (#4691, #4260, #4457, #4420, #4346) Thanks @pftom, @lefarcen, @dredozubov.
🩺 Failures that finally tell you what broke. The dreaded catch-all "execution_failed" is gone — runs now name their cause (startup crash, resume expiry, agent stuck in a tool loop, stale provider config) so you know whether to retry or report. And when a run can recover, it now backs off with jitter and retries on its own instead of falling over. (#4502, #4608, #4478, #4501, #3375, #4588, #4615) Thanks @lefarcen, @PerishCode, @nettee, @portseif, @maoxin1234.
🤝 Sign-in that survives a bad browser handoff. AMR / cloud sign-in used to hang for five minutes in silence if the browser handoff flaked — now it prints the login URL and code right there so you can finish by hand, and the whole onboarding Connect step was redesigned into a clean cloud sign-in landing. (#4402, #4513, #4419) Thanks @lefarcen, @chaoxiaoche.
🧩 Your coding agent, fewer rough edges. The agents you already use got steadier: OpenCode binary detection on npm, Windows Node discovery via fnm, pnpm resolution through Corepack, a centralized reasoning-provider policy, Codex subscription image-gen preferred (and single-image runs stay single-file), and the Warp "open in" launcher is hidden where it doesn't belong. (#4535, #4488, #4476, #4477, #4551, #4544) Thanks @YOMXXX, @leorivastech, @dredozubov, @nettee, @cbeaulieu-gt.
📄 Sharper PDFs and deck handling. PDF export now waits for the page to actually be print-ready before firing, printed filenames are Teams-safe, deck detection picks up slide-prefixed classes, and HTML-PPT screenshots no longer depend on a system Chrome being installed. (#4458, #4329, #4278, #4341, #4582) Thanks @YOMXXX, @nettee, @cbeaulieu-gt, @NeOMakinG, @PerishCode.
🖥️ A desktop that shows its work. The splash screen now shows real boot-stage progress instead of a frozen logo, wears the capitalised "Open Design" wordmark, and payload updates install in-app the way you'd expect. (#4223, #4721, #4471, #4524) Thanks @swpark3179, @lefarcen, @TheAngryPit, @PerishCode.
🌐 More polish where Open Design lives on the web. A refreshed home page with mobile-responsive fixes, a new "What is vibe design" blog post in 18 locales plus a wider vibe-design cluster, a site-wide SEO metadata pass, and the official account unified to @OpenDesignHQ. (#4497, #4416, #4484, #4581, #4568, #4480) Thanks @lefarcen, @wangchenglong0001, @xne998808-ai.
🚢 Easier to self-host. The runtime image ships bash and git, Docker defaults are aligned with the GHCR releases, there's an opt-in API-auth-disable flag for trusted networks, and a new Sealos one-click deployment option. (#4344, #4327, #4541, #4472) Thanks @MattchewMoar, @mrcfps, @yangchuansheng.
📥 Download: Tag
open-design-v0.12.0. All assets are live on GitHub Releases andreleases.open-design.ai.
Platform Architecture Asset macOS Apple Silicon (arm64) open-design-0.12.0-mac-arm64.dmg macOS Intel (x64) open-design-0.12.0-mac-x64.dmg Windows x64 (installer) open-design-0.12.0-win-x64-setup.exe Windows x64 (portable) open-design-0.12.0-win-x64-portable.zip
DESIGN.md / offline .fig / browser-clipper ingest, the OD Library asset registry, one-click PDF/PPTX/image export, 150 seeded brand design systems, and od brand / od library / od figma / od export CLI parity. (#4691) Thanks @pftom.execution_failed bucket, with close-reason sub-details. (#4502) Thanks @lefarcen.runtime_type across the full event chain plus BYOK run events. (#4510) Thanks @lefarcen.is_followup_turn telemetry to baseline session reuse. (#4725) Thanks @lefarcen.bash and git in the runtime image. (#4344) Thanks @MattchewMoar.od mcp install <agent> (#4649). Thanks @Nagendhra-web, @xne998808-ai.execution_failed and classify high-confidence run failures + completed Claude startup output before an exit-1, so failures are traceable. (#4608, #4478, #4501) Thanks @lefarcen, @PerishCode, @nettee.spawn EBADF). (#4615) Thanks @lefarcen.service_tier=priority and remove any invalid Codex service_tier before launch. (#4276, #4606) Thanks @cbeaulieu-gt, @lefarcen.cursor-agent --trust behind a --help capability probe. (#4505) Thanks @leorivastech.app_version after /api/version resolves. (#4508) Thanks @lefarcen.fnm-managed Node in the toolchain bin list. (#4535) Thanks @YOMXXX.pnpm via Corepack when npm_execpath is absent. (#4488) Thanks @leorivastech.@lefarcen · @pftom · @PerishCode · @xne998808-ai · @mrcfps · @YOMXXX · @maxmilian · @dredozubov · @nettee · @cbeaulieu-gt · @AriaZhao-coder · @maoxin1234 · @swpark3179 · @portseif · @leorivastech · @TheAngryPit · @Nagendhra-web · @chaoxiaoche · @NeOMakinG · @michaeltaxman911-hue · @AmyShang-alt · @MattchewMoar · @yangchuansheng · @daltonnyx · @alchemistklk · @kokisanai · @Kushaal-k · @wangchenglong0001 · @yinjialu · @alucero270
Full changelog: open-design-v0.11.0...open-design-v0.12.0
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。