| 中文版本 |
Due to the requirement for software signing on Windows and macOS (which involves a significant cost), the software packages released in this repository do not have a software signature. Therefore, users must allow the installation of packages from unknown sources during installation. The specific steps are as follows:
Double-click the downloaded .exe installation package and follow the steps below, allowing the installation of apps from unknown publishers.
-
Copy the
.appfile extracted from the.zipfile to the/Applications/folder. -
Open the terminal and execute:
sudo spctl --master-disable
sudo xattr -r -d com.apple.quarantine /Applications/TeslaDashcamPro.app-
Launch the software from the Launchpad to verify that it runs correctly.
-
Restore system security checks:
sudo spctl --master-enableCommand Explanation:
sudo spctl --master-disabledisables Gatekeeper on macOS. Gatekeeper is a security feature that controls whether macOS allows the installation and running of applications from sources that are not from Apple-certified developers or unsigned.sudo xattr -r -d com.apple.quarantine /Applications/TeslaDashcamPro.appremoves the com.apple.quarantine attribute, which macOS uses to mark files downloaded from the internet, email, or external devices (like USB drives). This flag triggers additional security checks, such as verifying if the file is from a trusted developer or has been tampered with.- If you encounter the following warning when launching the software, it means the previous steps were not successful:
- On Ubuntu, use
sudo dpkg -i xxx.debto install. - On CentOS, use
sudo rpm -i xxx.rpmto install.
Download from official website. I am using v22.10.0, but other versions should work as well.
Download the source code from this repository, then execute the following command in the root directory of the repository:
npm installRun the following command in the root directory of the repository:
npm run makeAfter the process completes, the platform-specific installation package will be generated in the ./out/make/ directory.
Double-click the generated .exe file to install. After installation, a shortcut will be created on the desktop.
Simply copy the generated .app file to the /Applications/ folder.
- On Ubuntu, use
sudo dpkg -i xxx.debto install. - On CentOS, use
sudo rpm -i xxx.rpmto install.


