You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs+site: sweep — MIT, nav cleanup, hero slot, Sequoia install hint
- License: Apache-2.0 → MIT across config.ts description/OG/Twitter/FAQ
JSON-LD/footer (EN + zh).
- Nav: drop the redundant 'GitHub' text link (already covered by the
socialLinks github icon) and remove the twitter socialLink entirely
(no account yet, it was rendering an empty button).
- Homepage: move the product-hero screenshot from inline markdown to the
Layout.vue #home-hero-after slot, so it sits between the VitePress
hero and the features grid (it was stuck below the 12 feature cards).
- SoftwareVersion JSON-LD now reads from the root package.json at build
time instead of the hardcoded '0.1.1' (was stale vs. the 0.1.2
release). SmartDownload already reads from pkg.version, so both paths
track the release.
- macOS Sequoia 15+ install hint: right-click → Open no longer bypasses
Gatekeeper and 'Open Anyway' often fails. README (EN + zh) and the
SmartDownload hint now surface the reliable 'xattr -cr' one-liner.
- productName: 'open-codesign' → 'Open CoDesign' so the installed .app
bundle and DMG window use the branded name. artifactName patterns are
pinned to the slug so filenames stay hyphenated ASCII.
- Comparison table: display: table + table-layout: fixed, fixes the
empty strip on the right half on wide viewports.
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,14 @@ Each release ships with `SHA256SUMS.txt` and a CycloneDX SBOM (`*-sbom.cdx.json`
138
138
Each release-time PR is auto-opened by CI once the corresponding tap, manifest, or secret is provisioned. See each `packaging/*/README.md` for setup.
139
139
</details>
140
140
141
-
> **v0.1 note:** installers are unsigned. macOS: right-click → Open, or run `xattr -d com.apple.quarantine /Applications/open-codesign.app` after install. Windows: SmartScreen → More info → Run anyway.
141
+
> **v0.1 note:** installers are unsigned. On **macOS Sequoia 15+** right-click → Open no longer bypasses Gatekeeper, and "Open Anyway" in System Settings often fails. Reliable one-liner:
142
+
>
143
+
> ```sh
144
+
> xattr -cr "/Applications/Open CoDesign.app"
145
+
>```
146
+
>
147
+
> Then double-click normally. (Older 0.1.x builds are installed as `/Applications/open-codesign.app`.)
148
+
> On **Windows**: SmartScreen → More info → Run anyway.
142
149
>
143
150
> Want a verified build? Compile from source — see [CONTRIBUTING.md](./CONTRIBUTING.md).
'Open-source desktop AI design tool — the self-hosted alternative to Claude Design. Multi-model BYOK (Anthropic, OpenAI, Gemini, DeepSeek, Ollama), local-first, Apache-2.0.',
15
+
'Open-source desktop AI design tool — the self-hosted alternative to Claude Design. Multi-model BYOK (Anthropic, OpenAI, Gemini, DeepSeek, Ollama), local-first, MIT.',
14
16
lang: 'en-US',
15
17
16
18
base: SITE_BASE,
@@ -33,7 +35,7 @@ export default defineConfig({
33
35
{
34
36
property: 'og:description',
35
37
content:
36
-
'Open-source desktop AI design tool. A self-hosted alternative to Claude Design. Prompt to prototype, slide deck, or marketing asset. Multi-model BYOK, local-first, Apache-2.0.',
38
+
'Open-source desktop AI design tool. A self-hosted alternative to Claude Design. Prompt to prototype, slide deck, or marketing asset. Multi-model BYOK, local-first, MIT.',
text: 'Yes. Open CoDesign is Apache-2.0 licensed and free to download and use. You bring your own API key for any supported model provider and pay only the token cost to that provider. There is no subscription, no cloud account, and no per-token surcharge from us.',
127
+
text: 'Yes. Open CoDesign is MIT licensed and free to download and use. You bring your own API key for any supported model provider and pay only the token cost to that provider. There is no subscription, no cloud account, and no per-token surcharge from us.',
0 commit comments