FreeCad 0.19, where to download?

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
hbquax
Posts: 5
Joined: Sun Nov 11, 2018 10:10 am
Location: Köln

FreeCad 0.19, where to download?

Post by hbquax »

Apparently there is already a version 0.19 around. It is mentioned in some threads in this forum and also in parts of the documentation, e.g. here: https://www.freecadweb.org/wiki/Part_Pr ... nOnSurface.

But the latest version on the download page https://www.freecadweb.org/wiki/Download is 0.18.4.

So where can I download 0.19 ?

Cheers
Nils
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: FreeCad 0.19, where to download?

Post by sgrogan »

hbquax wrote: Sat Dec 07, 2019 5:16 pm Apparently there is already a version 0.19 around.
0.19 builds are still "developer builds" but we are close to a feature freeze for the 0.19 release.
Binaries are available here: https://github.com/FreeCAD/FreeCAD/rele ... g/0.19_pre
"fight the good fight"
User avatar
hbquax
Posts: 5
Joined: Sun Nov 11, 2018 10:10 am
Location: Köln

Re: FreeCad 0.19, where to download?

Post by hbquax »

Thanks!
chrisb
Veteran
Posts: 54197
Joined: Tue Mar 17, 2015 9:14 am

Re: FreeCad 0.19, where to download?

Post by chrisb »

hbquax wrote: Sat Dec 07, 2019 5:16 pm But the latest version on the download page https://www.freecadweb.org/wiki/Download is 0.18.4.
Would you mind commenting https://forum.freecadweb.org/viewtopic.php?f=21&t=41513?
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
vocx
Veteran
Posts: 5197
Joined: Thu Oct 18, 2018 9:18 pm

Re: FreeCad 0.19, where to download?

Post by vocx »

hbquax wrote: Sat Dec 07, 2019 5:16 pm ...
But the latest version on the download page https://www.freecadweb.org/wiki/Download is 0.18.4.
...
The Download page points to the development version.
Downloads wrote: Development versions

FreeCAD's development is active.

For Linux users, check out the development AppImage.
For MacOS, Windows, and development source code, see the FreeCAD/releases page.
Always add the important information to your posts if you need help. Also see Tutorials and Video tutorials.
To support the documentation effort, and code development, your donation is appreciated: liberapay.com/FreeCAD.
louisgag
Posts: 75
Joined: Fri Jan 17, 2020 9:59 am

Re: FreeCad 0.19, where to download?

Post by louisgag »

do you know when the 0.19 will be officially released?
chrisb
Veteran
Posts: 54197
Joined: Tue Mar 17, 2015 9:14 am

Re: FreeCad 0.19, where to download?

Post by chrisb »

No, nothing has been announced yet. Everything you will find is mere guesswork.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
garlicbread
Posts: 14
Joined: Sun Mar 17, 2019 3:55 am

Re: FreeCad 0.19, where to download?

Post by garlicbread »

I was looking for a quick way to try out 0.19 under windows without going through a full build.
This thread seems to the the one that pops up when searching for 0.19 on google.

One thing I noticed which made life a lot easier is that the latest dev builds are released on chocolatey (which is a windows package manager)
https://chocolatey.org/packages/freecad

So to install
  • install chocolatey
  • create the following directory - C:\Program Files\FreeCAD 0.19
open the command prompt via right click run as administrator in the start menu
run the following

Code: Select all

choco install freecad --pre --params "/InstallDir:'C:\Program Files\FreeCAD 0.19' /NoShortcut"
The --pre triggers the use of the latest 0.19 build
GeneFC
Veteran
Posts: 5373
Joined: Sat Mar 19, 2016 3:36 pm
Location: Punta Gorda, FL

Re: FreeCad 0.19, where to download?

Post by GeneFC »

garlicbread wrote: Sun Sep 13, 2020 8:58 pm I was looking for a quick way to try out 0.19 under windows without going through a full build.
This thread seems to the the one that pops up when searching for 0.19 on google.

One thing I noticed which made life a lot easier is that the latest dev builds are released on chocolatey (which is a windows package manager)
https://chocolatey.org/packages/freecad
It is never required to make a full build for Windows unless you want something that is either customized by yourself or released in the past couple of days. The builds mentioned in the links above are updated at frequent intervals.

Chocolately appears to be using exactly the same builds that are on the FreeCAD github releases page. Some people find Chocolately useful for various reasons, but it is plain dirt simple to download from the Releases page, extract with 7-zip, and run. No extra anything needed.

Gene
chrisb
Veteran
Posts: 54197
Joined: Tue Mar 17, 2015 9:14 am

Re: FreeCad 0.19, where to download?

Post by chrisb »

A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
Post Reply