Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/Getting Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ Native apps with system integration:
| Platform | Download | Guide |
|----------|----------|-------|
| **Windows** | [Installer](https://files.stirlingpdf.com/win-installer.exe) | [Windows Guide](./Installation/Windows.md) |
| **Mac (Apple Silicon)** | [DMG](https://files.stirlingpdf.com/mac-installer.dmg) | [Mac Guide](./Installation/Mac.md) |
| **Mac (Intel)** | [DMG](https://files.stirlingpdf.com/mac-x86_64-installer.dmg) | [Mac Guide](./Installation/Mac.md) |
| **Mac** (Universal) | [DMG](https://files.stirlingpdf.com/mac-installer.dmg) | [Mac Guide](./Installation/Mac.md) |
| **Linux** | [DEB](https://files.stirlingpdf.com/linux-installer.deb) | [Unix Guide](./Installation/Unix.md) |

**Features:** Fast startup, "Open with" integration, no login required, optional server connection for advanced tools
Expand Down
9 changes: 2 additions & 7 deletions docs/Installation/Mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,9 @@ Pick whichever method you prefer. Both install the same desktop app.

<Tabs groupId="mac-install" queryString>
<TabItem value="dmg" label="DMG Installer" default>
**1. Download the right version for your Mac:**
**1. Download the installer:** [Download Stirling PDF for Mac](https://files.stirlingpdf.com/mac-installer.dmg)

| Chip Type | Download Link |
|-----------|--------------|
| **Apple Silicon** (M1/M2/M3) | [Download for Apple Silicon](https://files.stirlingpdf.com/mac-installer.dmg) |
| **Intel** processors | [Download for Intel](https://files.stirlingpdf.com/mac-x86_64-installer.dmg) |

Not sure which chip you have? Click the Apple menu → "About This Mac" and look at "Chip" or "Processor".
The DMG is a universal binary that runs natively on both Apple Silicon (M1/M2/M3/etc.) and Intel Macs - no need to pick a build for your chip.

**2. Install:** open the `.dmg` and drag Stirling PDF to your Applications folder.

Expand Down
Loading