Release v0.3.0
Installation Instructions
🪟 Windows Installation
Quick Install (Recommended):
- Download
Tether-v0.3.0-windows.zip - Extract the zip file
- Run the
.msiinstaller file - Follow the installation wizard
- Launch Tether from Start Menu or Desktop shortcut
Portable Version:
- Download
Tether-v0.3.0-windows.zip - Extract and run the
.exefile directly (no installation needed)
Windows Security Notes:
- Windows may show security warnings (app is unsigned)
- Click "More info" → "Run anyway" to proceed
- If Windows Defender blocks it: Add Tether folder to exclusions in Windows Security
Permissions Setup:
- Notifications: Windows will prompt automatically
- Startup: Go to Settings > Apps > Startup to enable auto-start
- Accessibility: No special permissions needed on Windows
🍎 macOS Installation
Recommended Installation (via Terminal):
- Download
Tether-v0.3.0-mac.zip - Extract the zip file
- Open Terminal (Cmd + Space, type "Terminal")
- Navigate to extracted folder:
cd ~/Downloads/Tether-v0.3.0-mac- Make the install script executable:
chmod +x install-tether.sh- Run the install script:
./install-tether.shThis will automatically remove macOS quarantine flags, move the app to your Applications folder, and set the correct permissions.
- Launch Tether from your Applications folder.
Alternate Installation (Manual):
- Download and extract the zip file.
- Open Terminal and run:
xattr -cr Tether.app(This removes macOS quarantine flags on unsigned apps.)
3. Move Tether.app to your Applications folder.
4. Launch it from Applications.
If you get a warning when launching:
- Right-click
Tether.app→ Select "Open", then click "Open" again in the warning prompt. - Or go to System Settings → Privacy & Security → General → Click "Open Anyway".
Note: Both versions are unsigned, which triggers security warnings. Follow the platform-specific steps above to bypass these safely.
What's New
See the auto-generated release notes below.
What's Changed
- Fix/windows bugs by @AarshShah9 in #13
Full Changelog: v0.2.1...v0.3.0