diff --git a/README.md b/README.md index 800b579..9c01e07 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Solo Trae Desktop Installers -![Solo on Windows](https://coreva-normal.trae.ai/api/ide/v1/text_to_image?prompt=A%20sleek%20modern%20Windows%2011%20desktop%20setup%20displaying%20a%20futuristic%20AI%20coding%20assistant%20IDE%20application%20in%20dark%20mode%2C%20glowing%20neon%20blue%20accents%2C%20cinematic%20lighting%2C%20photorealistic%2C%208k%20resolution%2C%20high%20quality&image_size=landscape_16_9) +![Solo on Windows](assets/windows-screenshot.png) This repository contains native desktop installers for **Solo Trae** (https://solo.trae.ai) on both **Windows** and **Linux**. -![Solo on Linux](https://coreva-normal.trae.ai/api/ide/v1/text_to_image?prompt=A%20sexy%20modern%20Linux%20desktop%20setup%20running%20a%20sleek%20AI%20code%20editor%20application%20in%20dark%20mode%2C%20floating%20windows%2C%20minimalist%20design%2C%20neon%20purple%20and%20green%20accents%2C%20photorealistic%2C%208k&image_size=landscape_16_9) +![Solo on Linux](assets/linux-screenshot.png) The installers are built using a wrapper around the official Electron runtime and bundled with a Go-based self-extracting deployment tool. They provide a seamless native application experience without requiring standard browsers or manual configuration. diff --git a/assets/linux-screenshot.png b/assets/linux-screenshot.png new file mode 100644 index 0000000..e7b4c3d Binary files /dev/null and b/assets/linux-screenshot.png differ diff --git a/assets/windows-screenshot.png b/assets/windows-screenshot.png new file mode 100644 index 0000000..e7b4c3d Binary files /dev/null and b/assets/windows-screenshot.png differ