|
| 1 | +# NeoDetect Installation on MacBook Pro M4 |
| 2 | + |
| 3 | +## Quick Install (One Command) |
| 4 | + |
| 5 | +Open Terminal and run: |
| 6 | + |
| 7 | +```bash |
| 8 | +curl -fsSL https://raw.githubusercontent.com/gHashTag/trinity/main/extension/install-mac.sh | bash |
| 9 | +``` |
| 10 | + |
| 11 | +This will: |
| 12 | +1. Download Chrome and Firefox extensions |
| 13 | +2. Extract to `~/Applications/NeoDetect/` |
| 14 | +3. Open Chrome extensions page |
| 15 | + |
| 16 | +## Manual Installation |
| 17 | + |
| 18 | +### Chrome / Arc / Brave / Edge |
| 19 | + |
| 20 | +1. **Download**: [neodetect-chrome-v2.0.0.zip](https://github.com/gHashTag/trinity/releases/download/ext-v2.0.0/neodetect-chrome-v2.0.0.zip) |
| 21 | + |
| 22 | +2. **Extract**: Double-click the ZIP file to extract |
| 23 | + |
| 24 | +3. **Install**: |
| 25 | + - Open Chrome (or Arc/Brave/Edge) |
| 26 | + - Go to `chrome://extensions/` (or `arc://extensions/`, `brave://extensions/`, `edge://extensions/`) |
| 27 | + - Enable **Developer mode** (toggle in top right) |
| 28 | + - Click **Load unpacked** |
| 29 | + - Select the extracted folder |
| 30 | + |
| 31 | +4. **Verify**: Click the NeoDetect icon in toolbar |
| 32 | + |
| 33 | +### Firefox |
| 34 | + |
| 35 | +1. **Download**: [neodetect-firefox-v2.0.0.zip](https://github.com/gHashTag/trinity/releases/download/ext-v2.0.0/neodetect-firefox-v2.0.0.zip) |
| 36 | + |
| 37 | +2. **Install**: |
| 38 | + - Open Firefox |
| 39 | + - Go to `about:debugging#/runtime/this-firefox` |
| 40 | + - Click **Load Temporary Add-on** |
| 41 | + - Select the ZIP file (or manifest.json inside) |
| 42 | + |
| 43 | +3. **Note**: Firefox temporary add-ons are removed when Firefox closes. For permanent installation, submit to Firefox Add-ons. |
| 44 | + |
| 45 | +### Safari |
| 46 | + |
| 47 | +Safari requires extensions to be packaged as native macOS apps. This is not currently supported. |
| 48 | + |
| 49 | +**Workaround**: Use Chrome, Arc, or Brave on your MacBook Pro M4. |
| 50 | + |
| 51 | +## Recommended Browser for M4 |
| 52 | + |
| 53 | +For best performance on Apple Silicon (M4): |
| 54 | + |
| 55 | +| Browser | Recommendation | |
| 56 | +|---------|----------------| |
| 57 | +| **Arc** | ⭐ Best - Native Apple Silicon, Chrome extensions | |
| 58 | +| **Chrome** | ✅ Good - Native Apple Silicon | |
| 59 | +| **Brave** | ✅ Good - Native Apple Silicon, privacy-focused | |
| 60 | +| **Firefox** | ✅ Good - Native Apple Silicon | |
| 61 | +| **Safari** | ❌ Extension not supported | |
| 62 | + |
| 63 | +## Verify Installation |
| 64 | + |
| 65 | +1. Click the NeoDetect icon in your browser toolbar |
| 66 | +2. You should see the popup with: |
| 67 | + - Protection status (Enabled) |
| 68 | + - OS/Hardware/GPU dropdowns |
| 69 | + - Protection toggles |
| 70 | + |
| 71 | +3. Test fingerprint protection: |
| 72 | + - Go to https://browserleaks.com/canvas |
| 73 | + - Your fingerprint should be different from your real one |
| 74 | + |
| 75 | +## Troubleshooting |
| 76 | + |
| 77 | +### Extension not loading |
| 78 | + |
| 79 | +1. Make sure Developer mode is enabled |
| 80 | +2. Check that you selected the correct folder (containing `manifest.json`) |
| 81 | +3. Check Chrome console for errors: `chrome://extensions/` → Details → Errors |
| 82 | + |
| 83 | +### WASM not loading |
| 84 | + |
| 85 | +1. Check that `wasm/neodetect.wasm` exists in the extension folder |
| 86 | +2. Try reloading the extension |
| 87 | + |
| 88 | +### Popup not opening |
| 89 | + |
| 90 | +1. Click the puzzle icon in Chrome toolbar |
| 91 | +2. Pin NeoDetect extension |
| 92 | +3. Click the NeoDetect icon |
| 93 | + |
| 94 | +## Uninstall |
| 95 | + |
| 96 | +### Chrome / Arc / Brave / Edge |
| 97 | + |
| 98 | +1. Go to `chrome://extensions/` |
| 99 | +2. Find NeoDetect |
| 100 | +3. Click **Remove** |
| 101 | + |
| 102 | +### Firefox |
| 103 | + |
| 104 | +1. Go to `about:addons` |
| 105 | +2. Find NeoDetect |
| 106 | +3. Click **Remove** |
| 107 | + |
| 108 | +### Remove files |
| 109 | + |
| 110 | +```bash |
| 111 | +rm -rf ~/Applications/NeoDetect |
| 112 | +``` |
| 113 | + |
| 114 | +## Support |
| 115 | + |
| 116 | +- **Issues**: https://github.com/gHashTag/trinity/issues |
| 117 | +- **Releases**: https://github.com/gHashTag/trinity/releases |
| 118 | + |
| 119 | +--- |
| 120 | + |
| 121 | +**KOSCHEI IS IMMORTAL | GOLDEN CHAIN IS CLOSED** |
0 commit comments