-
-
Notifications
You must be signed in to change notification settings - Fork 5
Installation
Official builds live at sfg545.dev/orchard. Release
files and SHA256SUMS.txt are mirrored at
downloads.sfg545.dev/orchard.
Only install Orchard from the official website or the GitHub releases page. Verify the published checksum when you can.
| Platform | Packages |
|---|---|
| Windows | NSIS installer (x64) |
| Linux | AppImage, Flatpak, .deb, .rpm, Arch package (x86_64 and arm64) |
| macOS | ZIP for Apple Silicon and for Intel |
| Android | APK, see Orchard Mobile |
Download the NSIS installer and run it. Current Windows builds are unsigned, so SmartScreen may show a "Windows protected your PC" prompt on first launch. Choose More info, then Run anyway, once you have verified the checksum.
The installer registers Orchard for automatic update checks. See Releases and Updates.
Download the ZIP matching your CPU (Apple Silicon or Intel), unzip it, and move
Orchard.app into /Applications.
Current macOS builds are unsigned and unnotarized, so Gatekeeper will refuse the first launch. Right-click the app and choose Open, then confirm. If macOS still refuses, clear the quarantine attribute:
xattr -dr com.apple.quarantine /Applications/Orchard.appPick whichever package suits your distribution.
AppImage. Download, mark executable, run:
chmod +x Orchard-*.AppImage
./Orchard-*.AppImageFlatpak. Install the bundle, then launch from your desktop menu:
flatpak install --user Orchard-*.flatpak
flatpak run dev.sfg.orchardDebian and Ubuntu:
sudo apt install ./orchard_*.debFedora and RHEL:
sudo dnf install ./orchard-*.rpmArch Linux:
sudo pacman -U orchard-*.pkg.tar.zstBoth x86_64 and arm64 builds are published for the AppImage and Flatpak.
- Orchard disables Chromium's
HardwareMediaKeyHandlingon Linux so that its own media-key handling works consistently across desktop environments. - Discord Rich Presence needs Discord's IPC socket to be reachable. Under Flatpak, that
usually means allowing access to
$XDG_RUNTIME_DIR/discord-ipc-0. - On Wayland, tray behavior depends on your desktop environment providing a StatusNotifier host. See Troubleshooting.
sha256sum -c SHA256SUMS.txt --ignore-missingRun this in the directory holding both the downloaded package and SHA256SUMS.txt.
If you would rather compile from source, see Building from Source.
Orchard is licensed AGPL-3.0-or-later from 4.0.0 onward. Copyright © 2025–2026 SFG545. Orchard is not affiliated with or endorsed by YouTube or Google.
Using Orchard
Features
- Playback and Queues
- Explicit and Age-Restricted Tracks
- Best Mix
- Smart Crossfade
- Audio Engine
- Song Cache
- Library and Discovery
- Replay
- Listening Parties
- Orchard Connect
- Integrations
- Appearance
- Artist Packs
Mobile
Development
- Architecture
- Building from Source
- Native Audio Analyzer
- Cloudflare Workers
- Releases and Updates
- Contributing
Policy