diff --git a/README.md b/README.md
index 9ede0f16..d75df97a 100644
--- a/README.md
+++ b/README.md
@@ -1,125 +1,178 @@
# OpenWork
-OpenWork is an **extensible, open-source “Claude Work” style system for knowledge workers**.
+
-It’s built on top of opencode and lets you turn your opencode workflows into usable experiences for non-technical users.
-

+**An extensible, open-source desktop application for agentic workflows**
-Openwork is desgined around the idea that you can easily ship your
+Built on top of OpenCode, OpenWork transforms complex CLI workflows into intuitive, guided experiences for knowledge workers.
-It’s a native desktop app that runs **OpenCode** under the hood, but presents it as a clean, guided workflow:
-- pick a workspace
-- start a run
-- watch progress + plan updates
-- approve permissions when needed
-- reuse what works (templates + skills)
+

-The goal: make “agentic work” feel like a product, not a terminal.
+[Download Latest Release](https://github.com/different-ai/openwork/releases) · [Report Issues](https://github.com/different-ai/openwork/issues) · [Request Feature](https://github.com/different-ai/openwork/issues/new?template=feature_request.md)
+
-## Quick start
-Download the dmg here https://github.com/different-ai/openwork/releases (or install from source below)
+---
-## Why
+## Overview
-Current CLI and GUIs for opencode are anchored around developers. That means a focus on file diffs, tool names, and hard to extend capabilities without relying on exposing some form of cli.
+OpenWork is designed to bridge the gap between powerful agentic systems and user-friendly interfaces. It wraps OpenCode's capabilities in a clean, desktop application that makes automated workflows accessible to non-technical users while maintaining full extensibility for developers.
-OpenWork is designed to be:
-- **Extensible**: skill and opencode plugins are installable modules.
-- **Auditable**: show what happened, when, and why.
-- **Permissioned**: access to privileged flows.
-- **Local/Remote**: OpenWork works locally as well as can connect to remote servers.
+### Key Features
-## What’s Included
+- **Native Desktop Experience** - Built with Tauri for performance and security
+- **Extensible Architecture** - Plugin system via OpenCode skills and packages
+- **Real-time Progress Tracking** - Live streaming of execution plans and results
+- **Permission Management** - Granular control over system access
+- **Template System** - Save and reuse common workflows
+- **Local & Remote Support** - Work locally or connect to remote OpenCode servers
-- **Host mode**: runs opencode locally on your computer
-- **Client mode**: connect to an existing OpenCode server by URL.
-- **Sessions**: create/select sessions and send prompts.
-- **Live streaming**: SSE `/event` subscription for realtime updates.
-- **Execution plan**: render OpenCode todos as a timeline.
-- **Permissions**: surface permission requests and reply (allow once / always / deny).
-- **Templates**: save and re-run common workflows (stored locally).
-- **Skills manager**:
- - list installed `.opencode/skill` folders
- - install from OpenPackage (`opkg install ...`)
- - import a local skill folder into `.opencode/skill/