---
title: "Installation Methods"
description: "All the installation methods for the Apple platform."
url: https://docs.sentry.io/platforms/apple/guides/macos/install/
---

# Installation Methods | Sentry for macOS

We recommend installing the SDK through our [Sentry Wizard](https://github.com/getsentry/sentry-wizard) by running the following command inside your project directory:

```bash
brew install getsentry/tools/sentry-wizard && sentry-wizard -i ios
```

This will patch your project and configure the SDK. You'll only need to patch the project once, then you'll be able to add the patched files to your version control system. If you prefer, you can choose one of the alternative methods below.

* #### [Swift Package Manager (SPM)](https://docs.sentry.io/platforms/apple/guides/macos/install/swift-package-manager.md)

  Integrate Sentry into your Xcode project using Swift Package Manager (SPM).

* #### [CocoaPods (Deprecated)](https://docs.sentry.io/platforms/apple/guides/macos/install/cocoapods.md)

  Learn about installing the Sentry SDK with CocoaPods.

* #### [Manual Install](https://docs.sentry.io/platforms/apple/guides/macos/install/manual-install.md)

  Integrate Sentry into your Xcode project by using our pre-compiled frameworks.

* #### [Carthage (Deprecated)](https://docs.sentry.io/platforms/apple/guides/macos/install/carthage.md)

  Learn about integrating Sentry into your Xcode project using Carthage.

## Pages in this section

- [Swift Package Manager (SPM)](https://docs.sentry.io/platforms/apple/guides/macos/install/swift-package-manager.md)
- [CocoaPods (Deprecated)](https://docs.sentry.io/platforms/apple/guides/macos/install/cocoapods.md)
- [Manual Install](https://docs.sentry.io/platforms/apple/guides/macos/install/manual-install.md)
- [Carthage (Deprecated)](https://docs.sentry.io/platforms/apple/guides/macos/install/carthage.md)
