-
Notifications
You must be signed in to change notification settings - Fork 945
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tuntap was deprecated by Apple since Apple silicon M1 chip #773
Comments
@AielloChan Tunnelblick has a customed tuntaposx which supports macOS 11.0 and above. You may install Tunnelblick, copy the .kext file then simply uninstall it. All you need is the signed tap kext file. Before running edge, you need load the kernel extension via "kextload tuntap.kext". |
There is a method you can try from the link: https://omniedge.io/docs/article/install/macoscli#for-m1-mac-user Fast installation
Slow but clean installation
#net.tunnelblick.tap.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>net.tunnelblick.tap</string>
<key>ProgramArguments</key>
<array>
<string>/sbin/kextload</string>
<string>/Library/Extensions/tap.kext</string>
</array>
<key>KeepAlive</key>
<false/>
<key>RunAtLoad</key>
<true/>
<key>UserName</key>
<string>root</string>
</dict>
</plist>
#net.tunnelblick.tun.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>net.tunnelblick.tun</string>
<key>ProgramArguments</key>
<array>
<string>/sbin/kextload</string>
<string>/Library/Extensions/tun.kext</string>
</array>
<key>KeepAlive</key>
<false/>
<key>RunAtLoad</key>
<true/>
<key>UserName</key>
<string>root</string>
</dict>
</plist>
|
No more Tun/Tap drivers for using OmniEdge macOS GUI on M1/M2 MacBook ! Download from App Store https://apps.apple.com/us/app/omniedgenew/id1603005893 |
I use |
http://tuntaposx.sourceforge.net/
And when I installed TunnelBlink on my m1 mac, start
edge
will give blow error:Looks like I haven't installed tuntap successfully yet π€·ββοΈ
The text was updated successfully, but these errors were encountered: