Skip to content

Installation

import { Tabs, TabItem } from ‘@astrojs/starlight/components’;

Download the latest stable release for your platform from bruhi.in/desktop.

**Apple Silicon (recommended)** ```bash # Download and install curl -sSL https://bruhi.in/download/macos-arm64 -o bruhi.dmg open bruhi.dmg ```
**Intel**
```bash
curl -sSL https://bruhi.in/download/macos-x64 -o bruhi.dmg
open bruhi.dmg
```
**Requirements:** macOS 12 (Monterey) or later.
```powershell # Download installer Invoke-WebRequest -Uri https://bruhi.in/download/win-x64 -OutFile bruhi-setup.exe .\bruhi-setup.exe ```
**Requirements:** Windows 10 (64-bit) or later.
```bash # AppImage (universal) curl -sSL https://bruhi.in/download/linux-x64 -o bruhi.AppImage chmod +x bruhi.AppImage ./bruhi.AppImage ```
**Requirements:** glibc >= 2.28, libstdc++ >= 3.4.25
Terminal window
# One-line install
curl -sSL https://bruhi.in/install.sh | bash

Or pull the image directly:

Terminal window
docker pull ghcr.io/bruhi/engine:latest
docker run -d -p 8080:8080 ghcr.io/bruhi/engine:latest