Installation
import { Tabs, TabItem } from ‘@astrojs/starlight/components’;
Desktop App
Section titled “Desktop App”Download the latest stable release for your platform from bruhi.in/desktop.
**Intel**```bashcurl -sSL https://bruhi.in/download/macos-x64 -o bruhi.dmgopen bruhi.dmg```
**Requirements:** macOS 12 (Monterey) or later.**Requirements:** Windows 10 (64-bit) or later.**Requirements:** glibc >= 2.28, libstdc++ >= 3.4.25Cloud Engine (Docker)
Section titled “Cloud Engine (Docker)”# One-line installcurl -sSL https://bruhi.in/install.sh | bashOr pull the image directly:
docker pull ghcr.io/bruhi/engine:latestdocker run -d -p 8080:8080 ghcr.io/bruhi/engine:latest