惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

B
Blog RSS Feed
Jina AI
Jina AI
雷峰网
雷峰网
Blog — PlanetScale
Blog — PlanetScale
Hugging Face - Blog
Hugging Face - Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Last Week in AI
Last Week in AI
博客园 - 司徒正美
罗磊的独立博客
J
Java Code Geeks
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
Vercel News
Vercel News
A
About on SuperTechFans
I
InfoQ
D
DataBreaches.Net
爱范儿
爱范儿
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
U
Unit 42
aimingoo的专栏
aimingoo的专栏
宝玉的分享
宝玉的分享
P
Proofpoint News Feed
Microsoft Azure Blog
Microsoft Azure Blog
美团技术团队

Tags from open-design

Release Open Design 0.22.2 — More reliable update restarts · nexu-io/open-design Release Open Design 0.22.1 — Smoother design runs and recovery · nexu-io/open-design Release Open Design 0.22.0 — Introducing OpenDesign Arena · nexu-io/open-design Release Open Design 0.21.1 — Community First: No Login Required · nexu-io/open-design Release Open Design 0.21.0 — Reliable, Start to Finish · nexu-io/open-design Release Open Design 0.20.2 — Production Exports, Under a Minute · nexu-io/open-design Release Open Design 0.20.1 — Meet Go Plan: Unlimited Access to Three Powerful Models · nexu-io/open-design Release Open Design 0.20.0 — Steady by Design · nexu-io/open-design Release archive/standalone-closure-pre-delivery-20260818 · nexu-io/open-design Release Open Design 0.19.2 — DeepSeek Harness, One Command Away · nexu-io/open-design Release Open Design 0.19.1 — Design with DeepSeek Harness · nexu-io/open-design Release Open Design 0.19.0 — Image Generation, Unlocked · nexu-io/open-design Release Open Design 0.18.1 — DeepSeek V4 Flash, unlimited all week. · nexu-io/open-design Release Open Design 0.18.0 — Design Team Workspace. Now in Codex. · nexu-io/open-design Release Open Design 0.17.0 · nexu-io/open-design Release Open Design 0.16.1 · nexu-io/open-design Release Open Design 0.16.0 · nexu-io/open-design Release Open Design 0.15.1 · nexu-io/open-design Release Open Design 0.15.0 · nexu-io/open-design Release Open Design 0.14.1 — Intelligence with everyone: Grok 4.5 Free, Plus GPT 5.6, Fable 5 & Muse 1.1 · nexu-io/open-design Release Open Design 0.14.0 — Inspiration Time Machine · nexu-io/open-design Release Open Design 0.13.0 — Stay in Flow · nexu-io/open-design Release Open Design 0.12.0 — Brand-backed Design System · nexu-io/open-design Release Open Design 0.11.0 — The Bazaar · nexu-io/open-design Release Open Design 0.10.1 — stability & performance patch · nexu-io/open-design Release Open Design 0.10.0 — The all-in-one Agentic design workspace · nexu-io/open-design Release backup-release-v0.10.0-20260610-prerecut · nexu-io/open-design Release pr-3706-verification-assets · nexu-io/open-design Release Open Design 0.9.0 — Design for everyone · nexu-io/open-design Release backup/release-v0.9.0-pre-backmerge: fix(analytics): map AMR runtime to its own provider id (#3511) · nexu-io/open-design
Release Open Design 0.1.0 · nexu-io/open-design
github-actio · 2026-05-01 · via Tags from open-design

🚀 First public release of Open Design — the open-source alternative to Claude Design. Local-first, web-deployable, BYOK at every layer — 11 coding-agent CLIs auto-detected on your PATH (Claude Code, Codex, Cursor Agent, Gemini CLI, OpenCode, Qwen, GitHub Copilot CLI, Hermes, Kimi, Pi, Kiro) become the design engine, driven by 31 composable Skills and 72 brand-grade Design Systems. No CLI? An OpenAI-compatible BYOK proxy is the same loop minus the spawn.

🎉 Highlights

📥 Download: the table below points at the final asset URLs — links go live once this PR is merged and the release-stable workflow finishes. Tag: open-design-v0.1.0.

Platform Architecture Asset
macOS Apple Silicon (arm64) open-design-0.1.0-mac-arm64.dmg
macOS (auto-update feed) Apple Silicon (arm64) open-design-0.1.0-mac-arm64.zip
Windows x64 (unsigned) open-design-0.1.0-win-x64-setup.exe

✅ System Requirements

  • macOS — Apple Silicon (arm64) only, macOS 11 Big Sur or newer. Intel macs are not supported in 0.1.0.
  • Windows — x64, Windows 10 / 11. Installer is unsigned (SmartScreen will warn on first launch — choose "More info → Run anyway").
  • Linux — no packaged build in 0.1.0; run from source via pnpm tools-dev.
  • From source — Node.js 24.x and pnpm 10.33.2+ (per engines in package.json).

⚠️ Known Issues

  • 🪟 Windows installer is unsigned — SmartScreen / antivirus will warn on first launch. Code signing is planned for a follow-up release.
  • 🍎 No macOS Intel (x64) build — Apple Silicon only in 0.1.0. Intel users can run from source.
  • 🐧 No Linux desktop package — daemon and web run from source meanwhile.

✨ What's New

🤖 Agents

  • Eleven CLIs, auto-detected on launch. (#28, #71, #117, #185)
  • Pick a model per chat without leaving the conversation. (#14) Thanks @pftom.
  • Plug in any OpenAI- or Anthropic-compatible provider — self-hosted gateways and proxies welcome. (#80, #180) Thanks @laihenyi and @ccfuncy.
  • Always know which build you're on — app version visible across daemon and web. (#204) Thanks @Aresdgi.

🎨 Design catalog

🖼️ Artifacts & preview

📦 Install anywhere

🛠️ Workspace tooling

🛡️ Stability & Reliability

  • Chats survive a flaky network — close your laptop or lose Wi-Fi mid-generation, the run keeps going and you reconnect to live state. (#146) Thanks @nettee.
  • Reliable streaming behind reverse proxies — fixed SSE keepalive when running behind nginx. (#111) Thanks @alchemistklk.
  • Windows is now a first-class path — long working paths, stdin prompt delivery, clean daemon shutdown, correct tsconfig resolution, support for older Claude Code CLI. (#13, #15, #34, #75, #97, #174) Thanks @pftom, @KNIGHTABDO, @lukebaze, @ONEGAYI, @LucaLombardo03, and @Waleed978.

🐛 Bug Fixes

  • Fixed missing CORS header on raw project file endpoint, preserved non-ASCII filenames on uploads. (#140, #166) Thanks @JiangDing1990 and @fancyboi999.
  • Stopped passing a literal dash to cursor-agent; restored non-interactive permissions for agent CLIs in web. (#26, #160) Thanks @JoKer049 and @Derrick-xn.
  • Codex: honor disable-plugins env and fixed assistant labels. (#70, #133) Thanks @alchemistklk.
  • Welcome dialog no longer overwrites your agent pick; allowed Claude Code to read skill seeds and design-system specs. (#4, #7) Thanks @heylakatos and @pftom.
  • Settings: enforced checkbox limits, fixed overflow / scrolling, refreshed layout. (#81, #83, #88) Thanks @Siri-Ray, @pythonsir, and @JiangDing1990.
  • Web polish: prevented CJK toolbar wrap, fixed PreviewModal Esc-to-exit, moved dev indicator bottom-right, aligned Design Files copy with dropzone, included Japanese in locale registry test. (#108, #168, #178, #199, #200, #201, #202) Thanks @nmsn, @voidborne-d, and @Sid-Qin.
  • Daemon: surfaced unfinished todo runs, fixed project-root resolution from src via tsx, supported standalone pnpm binary in postinstall, pinned install toolchain, removed duplicate H. heading in discovery.ts, synced guizang-ppt slide counter. (#19, #35, #76, #87, #151, #162) Thanks @alchemistklk, @gonewx, @therealpan, @mrcfps, and @heylakatos.

📚 Documentation

🔨 For Developers

Click to expand
  • Initial project structure, rename "Open Claude Design" → "Open Design", and naming optimization. (#1, #2) Thanks @pftom.
  • Frontend toolchain migrated from Vite to Next.js 16 App Router. (#66) Thanks @pftom.
  • Project code migrated to TypeScript with shared contracts. (#118) Thanks @nettee.
  • Initial AGENTS.md / OpenCode agent instructions, beta release workflow placeholder, and commit co-author policy. (#36, #114, #131) Thanks @nettee and @PerishCode.
  • Refreshed desktop integration control plane, star-us prompt. (#5, #123) Thanks @pftom and @PerishCode.

Full Changelog: a98096a...release/v0.1.0