diff --git a/README.md b/README.md
index 2725e4d8f28..2686657804b 100644
--- a/README.md
+++ b/README.md
@@ -1,145 +1,239 @@
-
-

+

-
Superset
-
- Run 10+ parallel coding agents on your machine
-
+### The Terminal for Coding Agents
+
+[About](#why-superset) · [Features](#features) · [Download](#getting-started) · [Docs](https://docs.superset.sh) · [Contributing](#contributing)
+
+[](https://github.com/superset-sh/superset/stargazers)
+[](https://github.com/superset-sh/superset/releases)
+[](LICENSE.md)
+[](https://x.com/superset_sh)
+[](https://discord.gg/cZeD9WYcV7)
+
+
+
+[**Download for macOS**](https://github.com/superset-sh/superset/releases/latest) • [Documentation](https://docs.superset.sh) • [Changelog](https://github.com/superset-sh/superset/releases) • [Discord](https://discord.gg/cZeD9WYcV7)
+
+
-[](https://x.com/superset_sh)
-[]([https://x.com/superset_sh](https://discord.gg/cZeD9WYcV7))
-## A Terminal Built for Coding Agents
-Run 10+ CLI coding agents like Claude Code, Codex, etc. in parallel on your machine.
-Spin up new coding tasks while waiting for your current agent to finish. Quickly switch between tasks as they need your attention.
+## Why Superset?
+
+Superset is a turbocharged terminal that allows you to run any CLI coding agents along with the tools to 10x your development workflow.
+
+- **Run multiple agents simultaneously** without context switching overhead
+- **Isolate each task** in its own git worktree so agents don't interfere with each other
+- **Monitor all your agents** from one place and get notified when they need attention
+- **Review changes quickly** with built-in diff viewer and editor
+
+Wait less, ship more.
+
+## Features
+
+| Feature | Description |
+|:--------|:------------|
+| **Parallel Execution** | Run 10+ coding agents simultaneously on your machine |
+| **Worktree Isolation** | Each task gets its own branch and working directory |
+| **Agent Monitoring** | Track agent status and get notified when changes are ready |
+| **Built-in Diff Viewer** | Inspect and edit agent changes without leaving the app |
+| **Workspace Presets** | Automate env setup, dependency installation, and more |
+| **Universal Compatibility** | Works with any CLI agent that runs in a terminal |
+| **Quick Context Switching** | Jump between tasks as they need your attention |
+| **IDE Integration** | Open any workspace in your favorite editor with one click |
+
+## Supported Agents
+
+Superset works with any CLI-based coding agent, including:
-https://github.com/user-attachments/assets/d85ec84f-34de-4e17-9d44-5ccbd225566f
+| Agent | Status |
+|:------|:-------|
+| [Claude Code](https://github.com/anthropics/claude-code) | Fully supported |
+| [OpenAI Codex CLI](https://github.com/openai/codex) | Fully supported |
+| [OpenCode](https://github.com/opencode-ai/opencode) | Fully supported |
+| Any CLI agent | Will work |
+
+If it runs in a terminal, it runs on Superset
+
+## Requirements
+
+| Requirement | Details |
+|:------------|:--------|
+| **OS** | macOS (Windows/Linux untested) |
+| **Runtime** | [Bun](https://bun.sh/) v1.0+ |
+| **Version Control** | Git 2.20+ |
+| **GitHub CLI** | [gh](https://cli.github.com/) |
## Getting Started
-Prerequisites:
-1. Install [Bun](https://bun.sh/) (package manager and Node runtime)
-2. Clone the repo from GitHub
-```
+### Quick Start (Pre-built)
+
+**[Download Superset for macOS](https://github.com/superset-sh/superset/releases/latest)**
+
+### Build from Source
+
+