You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to tauri-app issues tauri-apps/tauri#5778 that macos has gatekeeper blocked all the apps that without certificate signed. This is signed version, but with a bit problem that require user to go settings and manually approve to open the application.
This is the right pop up, just go to settings > Privacy & Security. You will see onedocs was blocked, just click open anyway and input your password. After that you will be fine to open the application.
After downloading the latest release, macOS 26 reports that the app is damaged and cannot be opened.
onedocs.zip
According to tauri-app issues tauri-apps/tauri#5778 that macos has gatekeeper blocked all the apps that without certificate signed. This is signed version, but with a bit problem that require user to go settings and manually approve to open the application.
根据 tauri 的官方 issues,我们得知由于苹果系统的 gatekeeper 功能阻止了所有未签名程序的安装。正对于这个问题我们提供一个签名版本,但是由于编译时存在的问题导致我们需要用户自己前往设置同意并授予权限。
This is the right pop up, just go to
settings>Privacy & Security. You will see onedocs was blocked, just click open anyway and input your password. After that you will be fine to open the application.这个弹窗是正常的,点击 Done 然后前往
设置>隐私与安全并手动选择打开软件之后输入您的密码。在这之后,您应该就可以正常的打开 OneDocs 了