TorrServer Mac Installer
June 11, 2026 · View on GitHub
TorrServer Mac Installer is a macOS menu bar app for installing, running, updating, and configuring TorrServer without using Terminal.
Developer: dancheskus
Project: dancheskus/TorrServerMacInstaller
English
Install and use the app
- Download
TorrServerMacInstaller.dmgfrom the latest GitHub Release. - Open the DMG file.
- Drag
TorrServerMacInstaller.appintoApplications. - Open the app from
Applications. - Use the menu bar icon to install, start, stop, update, and configure TorrServer.
The app stores TorrServer files here:
~/Library/Application Support/TorrServerMacInstaller
When you quit the app from the menu bar, TorrServer is stopped too. Enable Launch at Login inside the app if you want TorrServer to start automatically when macOS starts.
If macOS warns that the app is from an unidentified developer, open System Settings -> Privacy & Security and allow the app there, or right-click the app and choose Open.
Terminal installer alternative
If you prefer not to use the app, the original terminal installer is still available as installer.command.
- Open Terminal.
- Go to the folder where you want to download the script:
cd Desktop
- Download the installer:
curl https://raw.githubusercontent.com/dancheskus/TorrServerMacInstaller/main/installer.command --output TorrServer_installer.command && chmod +x TorrServer_installer.command
- Run it:
./TorrServer_installer.command
- Enter your macOS password when Terminal asks for it.
Русский
Установка и использование приложения
- Скачайте
TorrServerMacInstaller.dmgиз последнего GitHub Release. - Откройте DMG-файл.
- Перетащите
TorrServerMacInstaller.appвApplications. - Запустите приложение из
Applications. - Используйте иконку в меню-баре, чтобы установить, запустить, остановить, обновить и настроить TorrServer.
Приложение хранит файлы TorrServer здесь:
~/Library/Application Support/TorrServerMacInstaller
Если выйти из приложения через меню-бар, TorrServer тоже будет остановлен. Включите Launch at Login внутри приложения, если хотите, чтобы TorrServer запускался автоматически при старте macOS.
Если macOS предупреждает, что приложение от неизвестного разработчика, откройте System Settings -> Privacy & Security и разрешите запуск приложения там, либо нажмите правой кнопкой по приложению и выберите Open.
Альтернатива: установка через Terminal
Если вы не хотите использовать приложение, можно воспользоваться оригинальным терминальным установщиком installer.command.
- Откройте Terminal.
- Перейдите в папку, куда хотите скачать скрипт:
cd Desktop
- Скачайте установщик:
curl https://raw.githubusercontent.com/dancheskus/TorrServerMacInstaller/main/installer.command --output TorrServer_installer.command && chmod +x TorrServer_installer.command
- Запустите его:
./TorrServer_installer.command
- Введите пароль macOS, когда Terminal попросит его.