0.5.3 → stable; document 0.6.x Identity Architecture plan

- Promote 0.5.3 to stable on download page
- "Coming in Beta" section describes 0.6.x privacy features
- Add design.html §28: Identity Architecture (Planned) — network/posting
  ID split, multi-persona, ephemeral DM IDs, file-holder CDN, CDN-only
  DM privacy
- IMPLEMENTATION_PLAN_0.6.md: phased rollout across 0.6.0 through 0.6.5,
  each backward compatible, each a standalone release

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Scott Reimers 2026-04-21 18:06:26 -04:00
parent a2cc98cb25
commit 9f2603f981
3 changed files with 417 additions and 54 deletions

View file

@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Download — ItsGoin</title>
<meta name="description" content="Download the ItsGoin app for Android and Linux. Free, open source, Apache 2.0.">
<meta name="description" content="Download the ItsGoin app for Android, Linux, and Windows. Free, open source, Apache 2.0.">
<link rel="stylesheet" href="style.css">
</head>
<body>
@ -27,41 +27,39 @@
<p>Available for Android and Linux. Free and open source.</p>
<h2 style="margin-top: 2rem;">Stable Release</h2>
<p style="color: var(--text-muted); font-size: 0.85rem;">Version 0.4.4 &mdash; March 23, 2026</p>
<p style="color: var(--text-muted); font-size: 0.85rem;">Version 0.5.3 &mdash; April 19, 2026</p>
<p style="color: var(--text-muted); font-size: 0.85rem;">Multi-identity, export/import, fast startup, pagination, SAF support, AppImage video, and more. Recommended for daily use.</p>
<div class="downloads">
<a href="itsgoin-0.4.4.apk" class="download-btn btn-android">
<a href="itsgoin-0.5.3.apk" class="download-btn btn-android">
Android APK
<span class="sub">v0.4.4 stable</span>
<span class="sub">v0.5.3 stable</span>
</a>
<a href="itsgoin_0.4.4_amd64.AppImage" class="download-btn btn-linux">
<a href="itsgoin_0.5.3_amd64.AppImage" class="download-btn btn-linux">
Linux AppImage
<span class="sub">v0.4.4 stable</span>
<span class="sub">v0.5.3 stable</span>
</a>
</div>
<h2 style="margin-top: 2rem;">Beta Release</h2>
<p style="color: var(--text-muted); font-size: 0.85rem;">Version 0.5.3-beta &mdash; April 19, 2026</p>
<p style="color: var(--text-muted); font-size: 0.85rem;">Multi-identity, export/import, post merge with decryption key. May contain bugs &mdash; stable release recommended for daily use.</p>
<div class="downloads">
<a href="itsgoin-0.5.3-beta.apk" class="download-btn btn-android" style="border-color: var(--accent);">
Android APK
<span class="sub">v0.5.3-beta</span>
</a>
<a href="itsgoin_0.5.3-beta_amd64.AppImage" class="download-btn btn-linux" style="border-color: var(--accent);">
Linux AppImage
<span class="sub">v0.5.3-beta</span>
</a>
<a href="itsgoin-cli-0.5.3-beta-linux-amd64" class="download-btn btn-linux" style="border-color: var(--accent);">
<a href="itsgoin-cli-0.5.3-linux-amd64" class="download-btn btn-linux">
Linux CLI / Anchor
<span class="sub">v0.5.3-beta</span>
<span class="sub">v0.5.3 stable</span>
</a>
<a href="itsgoin-0.5.3-beta-windows-x64-setup.exe" class="download-btn btn-linux" style="border-color: var(--accent);">
<a href="itsgoin-0.5.3-windows-x64-setup.exe" class="download-btn btn-linux">
Windows Installer
<span class="sub">v0.5.3-beta</span>
<span class="sub">v0.5.3 stable</span>
</a>
</div>
<h2 style="margin-top: 2rem;">Coming in Beta (0.6.x)</h2>
<p style="color: var(--text-muted); font-size: 0.85rem;">The next beta introduces a major privacy architecture overhaul:</p>
<ul style="color: var(--text-muted); font-size: 0.85rem; line-height: 1.6;">
<li><strong>Multiple personas</strong> on one device &mdash; Public, Private, Work, per-conversation. No switching; all active at once.</li>
<li><strong>Network-ID / Posting-ID split</strong> &mdash; peers can no longer correlate network traffic to a posting identity.</li>
<li><strong>Ephemeral rotating DM identities</strong> &mdash; observers cannot link successive messages in a thread.</li>
<li><strong>CDN-only DM propagation</strong> &mdash; removes the sender&rarr;recipient traffic signal entirely.</li>
<li><strong>Multi-device support</strong> &mdash; phone + desktop share a persona without exposing the relationship.</li>
<li><strong>File-holder CDN</strong> &mdash; replaces the upstream/downstream tree with flat lateral replication.</li>
</ul>
<p style="color: var(--text-muted); font-size: 0.85rem;">See the <a href="design.html#identity-architecture">Identity Architecture section of the design doc</a> for the full plan. Beta releases will appear here as each phase ships.</p>
</section>
<section>