diff --git a/README.md b/README.md
index 8842eba..3410a82 100644
--- a/README.md
+++ b/README.md
@@ -22,24 +22,18 @@
Second is a factory for custom internal software, purpose-built for human2agent work.
-
+
-Quick Start · Docs · Security & Governance · Self-Hosting
+Quick Start - Local · Docs · Security & Governance · Self-Hosting
-## Quick Start
-Run Second locally:
-```bash
-npx --yes @second-inc/cli
-```
-
-| Platform | Status |
-|:---|:---|
-| Apple Silicon Mac (M1-M5) | **Available now** |
-| Linux x64, Windows via WSL2 | Experimental |
-| Intel Mac, native Windows | Coming soon |
+## Quick Start - Local
+
+
+
+
Bring your agent:
@@ -58,7 +52,7 @@ Bring your agent:
✅
✅
-
Soon
+
✅
@@ -442,54 +436,12 @@ Agents run in the Worker. App-data writes, tool calls, secret resolution, and au
-## CLI
-
-Run Second locally with one command:
-
-```bash
-npx --yes @second-inc/cli
-```
-
-| Platform | Status |
-|:---|:---|
-| Apple Silicon Mac (M1-M5) | **Available now** |
-| Linux x64, Windows via WSL2 | Experimental |
-| Intel Mac, native Windows | Coming soon |
-
-
-CLI Commands
-
+## Download Second
-```bash
-npx --yes @second-inc/cli # Start Second
-npx --yes @second-inc/cli stop # Stop all services
-npx --yes @second-inc/cli reset # Stop + delete all data
-npx --yes @second-inc/cli --port 4000 # Custom port
-npx --yes @second-inc/cli --disable-telemetry # No analytics
-```
-
-
-
-### Windows via WSL2
-
-Second does not currently run from native Windows PowerShell or Command Prompt. On Windows, run it through WSL2:
-
-1. Open PowerShell as Administrator.
-2. Install Ubuntu on WSL2:
-
-```powershell
-wsl --install -d Ubuntu
-```
-
-3. Restart Windows if prompted.
-4. Open Ubuntu from Windows Terminal or the Start menu.
-5. Create the Ubuntu username/password when prompted.
-6. In Ubuntu, install Node.js 20+ and npm.
-7. Start Second from the Ubuntu terminal:
-
-```bash
-npx --yes @second-inc/cli
-```
+
+
+
+
Development from Source
diff --git a/apps/web/src/components/workspace-sidebar.tsx b/apps/web/src/components/workspace-sidebar.tsx
index eeb7f61..2ce8f30 100644
--- a/apps/web/src/components/workspace-sidebar.tsx
+++ b/apps/web/src/components/workspace-sidebar.tsx
@@ -811,7 +811,7 @@ export function WorkspaceSidebar({