https://github.com/leiless/trojan-darwin-universal
Run trojan-gfw natively in macOS Apple Silicon
https://github.com/leiless/trojan-darwin-universal
Last synced: 9 months ago
JSON representation
Run trojan-gfw natively in macOS Apple Silicon
- Host: GitHub
- URL: https://github.com/leiless/trojan-darwin-universal
- Owner: leiless
- License: mit
- Created: 2021-03-17T10:11:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-25T05:25:32.000Z (over 5 years ago)
- Last Synced: 2025-09-12T01:34:49.302Z (10 months ago)
- Size: 103 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# trojan-darwin-universal
[](https://github.com/leiless/trojan-darwin-universal/actions/workflows/build.yml)

[](LICENSE)
Feel solid to use macOS universal [trojan-gfw/trojan](https://github.com/trojan-gfw/trojan) in your Apple Silicon based Mac.
## Caveats
* This universal `trojan-gfw` binary is not [notarized](https://developer.apple.com/documentation/xcode/notarizing_macos_software_before_distribution), please remove the quarantine extended attribute before use:
```bash
# Prepend `sudo` if you met permission denied error
xattr -r com.apple.quarantine trojan-$VER-darwin.zip
```
* This is not an official build, and provides no any warranty and support.
Please visit [trojan-gfw/trojan/issues](https://github.com/trojan-gfw/trojan/issues) if you found anything wrong.
* This repository will be archived eventually since Apple will cease Intel Mac product line.
In which case, there will only one arch binary. i.e. `arm64[e]`
## TODO
* Add a Homebrew Formula file.
* Use `macos-11.0` runner image in GitHub Actions when it's general available.
see: [macOS 11.0 pools will be transited to private preview. #2486](https://github.com/actions/virtual-environments/issues/2486)
## Reference
[[Misc] Made a universal trojan build for macOS #579](https://github.com/trojan-gfw/trojan/issues/579)