v0.1 Build 397
Pre-release
Pre-release
MacOS Apple Silicon ARM64 Build of Conan, other OS nightly builds at: https://conan.e1z0.net
macOS applies a "quarantine" flag to applications downloaded from the internet.
Because Conan is not code-signed with an Apple Developer certificate, macOS will block it from launching with a warning like:
“Conan.app” cannot be opened because the developer cannot be verified.
✅ Why this is safe:
- This app is self-contained, does not install anything system-wide.
- You can inspect the source code or build it yourself.
- Removing the quarantine flag simply tells macOS “I trust this app.”
🛠 How to Remove the Quarantine Flag
- Open Terminal
- Run the following command:
xattr -r -d com.apple.quarantine Conan.app
🛠️ Update: 3 Critical Bugs Fixed
- Fixed an issue that prevented the application from starting if the configuration folder had not been created yet (first launch)
- Fixed a bug that failed to create the default server list, which prevented users from adding new entries
- Fixed a bug that broke safe drag-and-drop functionality in the servers table window