A desktop app for managing your Uncloud clusters. Connect to your cluster via SSH and manage machines and services from a nice GUI instead of the command line.
- View all machines in your cluster with their status and public IPs
- Browse services running on your cluser
- Start, stop, and remove services
- View service logs
Make sure you have Wails installed, then:
# Install dependencies
cd frontend
bun install
# Run in development mode
cd ..
wails devBuild for your current platform:
wails buildOr use the build scripts for specific platforms:
./scripts/build-macos-universal.sh # macOS universal binary
./scripts/build-linux.sh # Linux
./scripts/build-windows.sh # WindowsBuilt apps end up in build/bin/.
- Go backend using Wails
- React + TypeScript + TanStack Router frontend
- Tailwind CSS and shadcn/ui for the UI




