macOS app
The macOS app is a thin client: it opens your self-hosted Aurral server in a native window with a Dock icon. It does not run Aurral itself — you still need Docker setup (or another host) for the backend.
Stable builds are attached to GitHub Releases as Aurral_<version>_aarch64.dmg. Apple Silicon Macs only for now.
Install
Section titled “Install”- Download the
.dmgfrom the latest stable release. - Open the disk image and drag Aurral into Applications.
- Launch Aurral from Applications or the Dock.
- Enter your server URL on the connect screen, for example
https://aurral.example.comorhttp://localhost:3001.
Aurral remembers that URL. Use Aurral → Change Server… in the menu bar to point at a different instance.
macOS security prompt
Section titled “macOS security prompt”Release builds are not notarized yet. The first time you open Aurral, macOS may say the app cannot be opened because it is from an unidentified developer.
Option A — menu (easiest)
- Open Applications in Finder.
- Control-click Aurral and choose Open.
- Confirm Open in the dialog. You only need to do this once.
Option B — remove the download quarantine flag
If macOS still blocks the app after download, run this in Terminal (adjust the path if you installed elsewhere):
xattr -dr com.apple.quarantine /Applications/Aurral.appThen open Aurral normally.
Browser or app?
Section titled “Browser or app?”The app shows the same Aurral UI as your browser. Updates to your server appear in the app after a refresh, the same as on the web. The app is optional — bookmarks, Add to Dock in Safari, or installing Aurral as a web app from your browser are fine alternatives.
Next: First run