From c9ed63af5555b1cd45ea6c34ca8de37bb1062df4 Mon Sep 17 00:00:00 2001 From: matt Date: Sat, 14 Feb 2026 14:31:56 +0900 Subject: [PATCH] Update README to enhance platform support information - Updated platform badge to specify support for macOS (Apple Silicon + Intel), Linux, and Windows. - Added download badge for Linux to provide users with direct access to Linux installation options. - Included Linux installation instructions in the usage section for clarity on available package formats. --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa533757..fc4d222b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Latest Release  CI Status  Downloads  - Platform + Platform


@@ -29,6 +29,9 @@ Download for macOS    + + Download for Linux +    Download for Windows @@ -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