edd13e336d
·
2026-04-03 16:40:30 +00:00
9 Commits
Solo Trae Desktop Installers
✨ I built this using SOLO 3 web edition ✨
Code Mode
This repository contains native installers for Solo Trae (https://solo.trae.ai) on Windows, Linux, and Android.
Work Mode
The desktop installers are built using a wrapper around the official Electron runtime and bundled with a Go-based self-extracting deployment tool. The Android APK is powered by Capacitor. 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%\SoloAppdirectory. - Automatically creates a desktop shortcut (
Solo.lnk). - Immediately launches the Solo application.
- Extracts the pre-configured Electron app silently to your
2. SoloInstaller-Linux (Linux)
A native executable installer for Linux (x64).
- How to Use:
- Download the file.
- Make it executable:
chmod +x SoloInstaller-Linux - 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
.desktopshortcut on your Desktop for easy access. - Launches the Solo application.
- Extracts the Linux Electron app silently to your
3. SoloInstaller.apk (Android)
A native Capacitor-based web wrapper application for Android devices.
- How to Use:
- Transfer the file to your Android device.
- Ensure "Install from Unknown Sources" is enabled in your device settings.
- Tap the file to install it.
- What it Does:
- Installs the Solo Trae app natively on your device.
- Automatically loads the full web interface full-screen using the system WebView.
Development Details
- Runtime: Electron v41.1.1 (Desktop) / Capacitor (Android)
- Packaging: Bundled using Go
embedto bypass traditional deployment toolchain limitations for desktop. - Silent Mode: Installers execute completely in the background without requiring user interaction (No Next/Finish wizards).
Description

