Installing on Mac: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
(18 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<languages/>
<translate>
<!--T:18-->
{{docnav
|[[Install on Linux/Unix|Install on Linux/Unix]]
|[[Getting started|Getting started]]
}}

<!--T:1-->
<!--T:1-->
FreeCAD can be installed on Mac OS X in one step using the Installer.
FreeCAD can be installed on macOS in on .dmg package which you can drag and drop into your Applications folder:


<!--T:15-->
<!--T:15-->
{{DownloadMacStable}}
{{DownloadMacStable}}

<!--T:26-->
and the nightly build can be downloaded from

<!--T:27-->
[[Image:Nightly.png|30px]][https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCAD_0.19-18589-OSX-x86_64-conda-Qt5-Py3.dmg Nightly 19_pre] <small> [https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCAD_0.19-18589-OSX-x86_64-conda-Qt5-Py3.dmg-SHA256.txt (sha256)]</small>

<!--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

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

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

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

<!--T:25-->
If there are any issues with the HomeBrew Cask formula you may report [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.
Line 12: Line 48:


<!--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 18: Line 54:


<!--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-->
Line 34: Line 70:


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


<!--T:14-->
<!--T:17-->
[[Category:User Documentation]]
[[Category:User Documentation]]

<!--T:19-->
[[Category:Administration]]

</translate>
</translate>
<languages/>

Revision as of 10:50, 10 December 2019

FreeCAD can be installed on macOS in on .dmg package which you can drag and drop into your Applications folder:

Template:DownloadMacStable

and the nightly build can be downloaded from

Nightly 19_pre (sha256)

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 here. When HomeBrew installed you can simply install FreeCAD through your bash terminal with

brew cask install freecad

and to upgrade the software to the latest version available on HomBrew Cask you may run

brew cask upgrade freecad

If there are any issues with the HomeBrew Cask formula you may report here.

This page describes the usage and features of the FreeCAD installer. It also includes uninstallation instructions. Once installed, you can get started!

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. To completely remove FreeCAD and all installed components, drag the following files and folders to the Trash:

  • In /Applications:
    • FreeCAD

That's it.