Files
SOLO-WEB-DESKTOP-ELECTRON/README.md

38 lines
2.3 KiB
Markdown

# 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)
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)
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.
## Files Provided
### 1. `SoloInstaller.exe` (Windows)
A completely silent, self-extracting native installer for Windows (x64).
- **How to Use:** Download and double-click `SoloInstaller.exe`.
- **What it Does:**
- Extracts the pre-configured Electron app silently to your `%APPDATA%\SoloApp` directory.
- Automatically creates a desktop shortcut (`Solo.lnk`).
- Immediately launches the Solo application.
### 2. `SoloInstaller-Linux` (Linux)
A native executable installer for Linux (x64).
- **How to Use:**
1. Download the file.
2. Make it executable: `chmod +x SoloInstaller-Linux`
3. Run it: `./SoloInstaller-Linux`
- **What it Does:**
- Extracts the Linux Electron app silently to your `~/.config/SoloAppLinux` (or a fallback temp directory).
- Sets the correct execution permissions.
- Creates a `.desktop` shortcut on your Desktop for easy access.
- Launches the Solo application.
## Development Details
- **Runtime:** Built around Electron v41.1.1
- **Packaging:** Bundled using Go `embed` to bypass traditional deployment toolchain limitations (like Wine).
- **Silent Mode:** Installers execute completely in the background without requiring user interaction (No Next/Finish wizards).