mirror of
https://github.com/pawelorzech/MacTorn.git
synced 2026-01-30 04:04:27 +00:00
Create wiki/ directory with 11 markdown pages covering: - Home, Installation, Getting Started guides - Features documentation for all tabs - API Setup with permissions and security - Configuration options and settings - Troubleshooting and FAQ - Development guide with architecture overview - Changelog with version history - Sidebar navigation
2.2 KiB
2.2 KiB
Installation
This guide covers how to install MacTorn on your Mac.
System Requirements
| Requirement | Details |
|---|---|
| macOS Version | 13.0 (Ventura) or later |
| Architecture | Universal Binary - Intel (x86_64) and Apple Silicon (arm64) |
| Storage | ~10 MB |
| Network | Internet connection for Torn API |
Download
- Visit the Releases page
- Download the latest
MacTorn.zipfile - Unzip the downloaded file
Install
- Drag
MacTorn.appto your Applications folder - Open MacTorn from Applications (or Spotlight search)
Gatekeeper Warning (Unsigned App)
Since MacTorn is not signed with an Apple Developer certificate, macOS Gatekeeper will block it on first launch. Here's how to bypass this:
Method 1: Right-Click Open
- Right-click (or Control-click) on
MacTorn.app - Select Open from the context menu
- Click Open in the dialog that appears
Method 2: System Settings
- Try to open MacTorn normally (it will be blocked)
- Open System Settings (or System Preferences on older macOS)
- Go to Privacy & Security
- Scroll down to the Security section
- You'll see a message about MacTorn being blocked
- Click Open Anyway
- Enter your password if prompted
- Click Open in the confirmation dialog
First Launch
After successfully opening MacTorn:
- The app will appear as a bolt icon in your menu bar
- Click the icon to open the MacTorn window
- Navigate to the Settings tab
- Enter your Torn API Key (see API-Setup)
- Click Save & Connect
Updating MacTorn
MacTorn automatically checks for updates. When a new version is available:
- A notification appears in the Settings tab
- Click Download Update to open the releases page
- Download and replace the old version with the new one
Alternatively, manually check GitHub Releases for new versions.
Uninstalling
To remove MacTorn:
- Quit MacTorn if running (right-click menu bar icon)
- Delete
MacTorn.appfrom Applications - (Optional) Remove preferences: delete
~/Library/Preferences/com.bombel.MacTorn.plist
Next: Getting-Started - Configure your API key