Installing on Mac: Difference between revisions

From FreeCAD Documentation
No edit summary
mNo edit summary
 
(31 intermediate revisions by 11 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>

<!--T:18-->
<!--T:18-->
{{Docnav
{{docnav|Install on Unix|Getting started}}
|[[Installing_on_Linux|Installing on Linux]]
|[[Installing_additional_components|Installing additional components]]
}}


<!--T:1-->
<!--T:1-->
FreeCAD can be installed on macOS in on .dmg package which you can drag and drop into your Applications folder:
FreeCAD can be installed on macOS from a .dmg package which you can drag and drop into your Applications folder, see the [[Download|Download]] page.


<!--T:15-->
<!--T:29-->
If you would like to download a development version, which may be unstable, see the [https://github.com/FreeCAD/FreeCAD-Bundle/releases/tag/weekly-builds Weekly builds download] page.
{{DownloadMacStable}}


<!--T:23-->
However, it is highly recommended to use a package manager such as HomeBrew to keep your software updated. Instructions to install HomeBrew can be seen [https://brew.sh/ here]. When HomeBrew installed you can simply install FreeCAD through your bash terminal with
You can also use a package manager such as HomeBrew to keep your software updated. Instructions to install HomeBrew can be seen [https://brew.sh/ here]. When HomeBrew installed you can simply install FreeCAD through your bash terminal with


</translate>
{{Code|code=
{{Code|code=
brew cask install freecad
brew install --cask freecad
}}
}}
<translate>


<!--T:24-->
and to upgrade the software to the latest version available on HomBrew Cask you may run
and to use the latest version available on HomeBrew you may run


</translate>
{{Code|code=
{{Code|code=
brew cask upgrade freecad
brew install freecad
}}
}}
<translate>


<!--T:25-->
If there are any issues with the HomeBrew Cask formula you may report [https://github.com/FreeCAD/homebrew-freecad here].
If there are any issues with the HomeBrew Cask or Formula you may report them to [https://github.com/FreeCAD/homebrew-freecad here].


<!--T:16-->
<!--T:16-->
This page describes the usage and features of the FreeCAD installer. It also includes uninstallation instructions.
This page describes the usage and features of the FreeCAD installer. It also includes uninstallation instructions. Head to [[Getting_started|Getting started]] once installation is complete.
Once installed, you can [[Getting started |get started]]!


=== Simple Installation === <!--T:2-->
== Simple installation == <!--T:2-->

<!--T:28-->
The FreeCAD installer is provided as a app package (.app) enclosed in a disk image file.
The FreeCAD installer is provided as a app package (.app) enclosed in a disk image file.


<!--T:3-->
<!--T:3-->
You can download the latest installer from the [[Download]] page. After downloading the file, just mount the disk image, then drag it to the Application folder or a folder of your choice.
You can download the latest installer from the [[Download|Download]] page. After downloading the file, just mount the disk image, then drag it to the Application folder or a folder of your choice.


<!--T:4-->
<!--T:4-->
Line 38: Line 50:


<!--T:5-->
<!--T:5-->
That's it.Just click on the app to launch FreeCAD. If you have this message "FreeCAD can't be open as it is from unidentified developer. " Open the folder (Application) and right click on the app then click open and accept to open the application.
That's it.Just click on the app to launch FreeCAD. If you have this message "FreeCAD can't be open as it is from unidentified developer." Open the folder (Application) and right click on the app then click open and accept to open the application.


== Uninstallation == <!--T:7-->

=== Uninstallation === <!--T:7-->


<!--T:8-->
<!--T:8-->
There currently isn't an uninstaller for FreeCAD. To completely remove FreeCAD and all installed components, drag the following files and folders to the Trash:
There currently isn't an uninstaller for FreeCAD installed with dmg package. To completely remove FreeCAD and all installed components, drag the following files and folders to the Trash:


<!--T:9-->
<!--T:9-->
*In /Applications:
*In the Applications directory:
**FreeCAD
**/Applications/FreeCAD.app
*In the Users Home Library directory
**$HOME/Library/Application Support/FreeCAD
**$HOME/Library/Preferences/FreeCAD
**$HOME/Library/Preferences/com.freecad.FreeCAD.plist
**$HOME/Library/Caches/FreeCAD


<!--T:12-->
<!--T:12-->
If you installed FreeCAD with homebrew, then use the {{incode|brew uninstall freecad}} command to uninstall /Applications/FreeCAD.app. The related files and directories in the user home Library will still need to be removed manually.
That's it.


<!--T:13-->
{{docnav|Install on Unix|Getting started}}


<!--T:17-->
<!--T:13-->
{{Docnav
[[Category:User Documentation]]
|[[Installing_on_Linux|Installing on Linux]]
|[[Installing_additional_components|Installing additional components]]
}}


<!--T:19-->
[[Category:Administration]]
</translate>
</translate>
{{Userdocnavi{{#translation:}}}}

Latest revision as of 08:13, 17 August 2023

FreeCAD can be installed on macOS from a .dmg package which you can drag and drop into your Applications folder, see the Download page.

If you would like to download a development version, which may be unstable, see the Weekly builds download page.

You can also use a package manager such as HomeBrew to keep your software updated. Instructions to install HomeBrew can be seen here. When HomeBrew installed you can simply install FreeCAD through your bash terminal with

brew install --cask freecad

and to use the latest version available on HomeBrew you may run

brew install freecad

If there are any issues with the HomeBrew Cask or Formula you may report them to here.

This page describes the usage and features of the FreeCAD installer. It also includes uninstallation instructions. Head to Getting started once installation is complete.

Simple installation

The FreeCAD installer is provided as a app package (.app) enclosed in a disk image file.

You can download the latest installer from the Download page. After downloading the file, just mount the disk image, then drag it to the Application folder or a folder of your choice.

That's it.Just click on the app to launch FreeCAD. If you have this message "FreeCAD can't be open as it is from unidentified developer." Open the folder (Application) and right click on the app then click open and accept to open the application.

Uninstallation

There currently isn't an uninstaller for FreeCAD installed with dmg package. To completely remove FreeCAD and all installed components, drag the following files and folders to the Trash:

  • In the Applications directory:
    • /Applications/FreeCAD.app
  • In the Users Home Library directory
    • $HOME/Library/Application Support/FreeCAD
    • $HOME/Library/Preferences/FreeCAD
    • $HOME/Library/Preferences/com.freecad.FreeCAD.plist
    • $HOME/Library/Caches/FreeCAD

If you installed FreeCAD with homebrew, then use the brew uninstall freecad command to uninstall /Applications/FreeCAD.app. The related files and directories in the user home Library will still need to be removed manually.