File tree Expand file tree Collapse file tree 5 files changed +408
-9
lines changed Expand file tree Collapse file tree 5 files changed +408
-9
lines changed Original file line number Diff line number Diff line change @@ -186,19 +186,19 @@ <h2 id="stable-releases">Stable Releases</h2>
186186< a href ="https://github.com/RobotLocomotion/drake/releases "> releases</ a > page.</ p >
187187
188188< p > The most recent release is
189- < a href ="https://github.com/RobotLocomotion/drake/releases/tag/v1.43 .0 "> v1.43 .0</ a > :</ p >
189+ < a href ="https://github.com/RobotLocomotion/drake/releases/tag/v1.44 .0 "> v1.44 .0</ a > :</ p >
190190
191191< ul >
192- < li > < a href ="https://github.com/RobotLocomotion/drake/releases/download/v1.43 .0/drake-v1.43 .0-jammy.tar.gz "> https://github.com/RobotLocomotion/drake/releases/download/v1.43 .0/drake-v1.43 .0-jammy.tar.gz</ a > </ li >
193- < li > < a href ="https://github.com/RobotLocomotion/drake/releases/download/v1.43 .0/drake-v1.43 .0-noble.tar.gz "> https://github.com/RobotLocomotion/drake/releases/download/v1.43 .0/drake-v1.43 .0-noble.tar.gz</ a > </ li >
194- < li > https://github.com/RobotLocomotion/drake/releases/download/v1.43 .0/drake-v1.43 .0-mac-arm64.tar.gz (for arm64)</ li >
192+ < li > < a href ="https://github.com/RobotLocomotion/drake/releases/download/v1.44 .0/drake-v1.44 .0-jammy.tar.gz "> https://github.com/RobotLocomotion/drake/releases/download/v1.44 .0/drake-v1.44 .0-jammy.tar.gz</ a > </ li >
193+ < li > < a href ="https://github.com/RobotLocomotion/drake/releases/download/v1.44 .0/drake-v1.44 .0-noble.tar.gz "> https://github.com/RobotLocomotion/drake/releases/download/v1.44 .0/drake-v1.44 .0-noble.tar.gz</ a > </ li >
194+ < li > https://github.com/RobotLocomotion/drake/releases/download/v1.44 .0/drake-v1.44 .0-mac-arm64.tar.gz (for arm64)</ li >
195195</ ul >
196196
197197< p > Users of macOS must download using a command-line tool such as < code class ="language-plaintext highlighter-rouge "> curl</ code > instead
198198of using a web browser, to avoid hassles from Gatekeeper checks for malicious
199199software. For example:</ p >
200200
201- < div class ="language-plaintext highlighter-rouge "> < div class ="highlight "> < pre class ="highlight "> < code > curl -fsSLO https://github.com/RobotLocomotion/drake/releases/download/v1.43 .0/drake-v1.43 .0-mac-arm64.tar.gz
201+ < div class ="language-plaintext highlighter-rouge "> < div class ="highlight "> < pre class ="highlight "> < code > curl -fsSLO https://github.com/RobotLocomotion/drake/releases/download/v1.44 .0/drake-v1.44 .0-mac-arm64.tar.gz
202202</ code > </ pre > </ div > </ div >
203203
204204< h3 id ="use-as-a-c-library "> Use as a C++ library</ h3 >
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ <h1 id="supported-configurations">Supported Configurations</h1>
199199 < td > Ubuntu 22.04 LTS (Jammy Jellyfish)</ td >
200200 < td > x86_64</ td >
201201 < td > 3.10</ td >
202- < td > 8.2 </ td >
202+ < td > 8.3 </ td >
203203 < td > 3.22</ td >
204204 < td > GCC 11 (default) or Clang 15</ td >
205205 < td > OpenJDK 11</ td >
@@ -208,7 +208,7 @@ <h1 id="supported-configurations">Supported Configurations</h1>
208208 < td > Ubuntu 24.04 LTS (Noble Numbat)</ td >
209209 < td > x86_64</ td >
210210 < td > 3.12</ td >
211- < td > 8.2 </ td >
211+ < td > 8.3 </ td >
212212 < td > 3.28</ td >
213213 < td > GCC 13 (default) or Clang 19</ td >
214214 < td > OpenJDK 21</ td >
@@ -217,7 +217,7 @@ <h1 id="supported-configurations">Supported Configurations</h1>
217217 < td > macOS Sonoma (14)</ td >
218218 < td > arm64</ td >
219219 < td > 3.13</ td >
220- < td > 8.2 </ td >
220+ < td > 8.3 </ td >
221221 < td > 4.0</ td >
222222 < td > Apple LLVM 16 (Xcode 16.2)</ td >
223223 < td > OpenJDK 23</ td >
@@ -226,7 +226,7 @@ <h1 id="supported-configurations">Supported Configurations</h1>
226226 < td > macOS Sequoia (15)</ td >
227227 < td > arm64</ td >
228228 < td > 3.13</ td >
229- < td > 8.2 </ td >
229+ < td > 8.3 </ td >
230230 < td > 4.0</ td >
231231 < td > Apple LLVM 17 (Xcode 16.4)</ td >
232232 < td > OpenJDK 23</ td >
Original file line number Diff line number Diff line change @@ -163,6 +163,9 @@ <h1 id="releases">Releases</h1>
163163 < p > Latest releases are first:</ p >
164164
165165 < ul >
166+ < li >
167+ < p > < a href ="/release_notes/v1.44.0.html "> Drake v1.44.0</ a > (released 2025-08-15)</ p >
168+ </ li >
166169 < li >
167170 < p > < a href ="/release_notes/v1.43.0.html "> Drake v1.43.0</ a > (released 2025-07-17)</ p >
168171 </ li >
You can’t perform that action at this time.
0 commit comments