diff --git a/README.md b/README.md
index aa533757..fc4d222b 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@
-
+
@@ -29,6 +29,9 @@
+
+
+
@@ -54,6 +57,7 @@
|----------|----------|-------|
| **macOS** (Apple Silicon) | [`.dmg`](https://github.com/matt1398/claude-devtools/releases/latest) | Download the `arm64` asset. Drag to Applications. On first launch: right-click → Open |
| **macOS** (Intel) | [`.dmg`](https://github.com/matt1398/claude-devtools/releases/latest) | Download the `x64` asset. Drag to Applications. On first launch: right-click → Open |
+| **Linux** | [`.AppImage` / `.deb` / `.rpm` / `.pacman`](https://github.com/matt1398/claude-devtools/releases/latest) | Choose the package format for your distro (portable AppImage or native package manager format). |
| **Windows** | [`.exe`](https://github.com/matt1398/claude-devtools/releases/latest) | Standard installer. May trigger SmartScreen — click "More info" → "Run anyway" |
The app reads session logs from `~/.claude/` — the data is already on your machine. No setup, no API keys, no login.
@@ -204,8 +208,9 @@ The app auto-discovers your Claude Code projects from `~/.claude/`.
```bash
pnpm dist:mac:arm64 # macOS Apple Silicon (.dmg)
pnpm dist:mac:x64 # macOS Intel (.dmg)
-pnpm dist:win # Windows (.exe)
-pnpm dist # Both platforms
+pnpm dist:win # Windows (.exe)
+pnpm dist:linux # Linux (AppImage/.deb/.rpm/.pacman)
+pnpm dist # macOS + Windows + Linux
```
#### Scripts