---
name: nightshift-dj
description: Download and launch the Nightshift DJ macOS app — a standalone DJ application by Gualo Hawes. Use when the user asks to install, open, download, or run "Nightshift DJ".
---


# Nightshift DJ (macOS)

A standalone macOS DJ application. This skill bundles the signed `.app` as a downloadable asset.

## What's included

- `Nightshift-DJ-macOS.zip` — the packaged `Nightshift DJ.app` (macOS, Apple Silicon/Intel universal where applicable).

## Install & launch

Unzip to `~/Applications` (or `/Applications`) and open it:

```bash
cd ~/Downloads  # or wherever the zip lives
unzip -o Nightshift-DJ-macOS.zip -d ~/Applications
open "~/Applications/Nightshift DJ.app"
```

If macOS Gatekeeper blocks the first launch, right-click the app and choose **Open**, or clear the quarantine attribute:

```bash
xattr -dr com.apple.quarantine "~/Applications/Nightshift DJ.app"
```

## Notes

- First launch may prompt for microphone/audio device access.
- The app is self-contained; no additional dependencies required.
