File tree Expand file tree Collapse file tree 5 files changed +450
-5
lines changed Expand file tree Collapse file tree 5 files changed +450
-5
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.45 .0 "> v1.45 .0</ a > :</ p >
189+ < a href ="https://github.com/RobotLocomotion/drake/releases/tag/v1.46 .0 "> v1.46 .0</ a > :</ p >
190190
191191< ul >
192- < li > < a href ="https://github.com/RobotLocomotion/drake/releases/download/v1.45 .0/drake-v1.45 .0-jammy.tar.gz "> https://github.com/RobotLocomotion/drake/releases/download/v1.45 .0/drake-v1.45 .0-jammy.tar.gz</ a > </ li >
193- < li > < a href ="https://github.com/RobotLocomotion/drake/releases/download/v1.45 .0/drake-v1.45 .0-noble.tar.gz "> https://github.com/RobotLocomotion/drake/releases/download/v1.45 .0/drake-v1.45 .0-noble.tar.gz</ a > </ li >
194- < li > https://github.com/RobotLocomotion/drake/releases/download/v1.45 .0/drake-v1.45 .0-mac-arm64.tar.gz (for arm64)</ li >
192+ < li > < a href ="https://github.com/RobotLocomotion/drake/releases/download/v1.46 .0/drake-v1.46 .0-jammy.tar.gz "> https://github.com/RobotLocomotion/drake/releases/download/v1.46 .0/drake-v1.46 .0-jammy.tar.gz</ a > </ li >
193+ < li > < a href ="https://github.com/RobotLocomotion/drake/releases/download/v1.46 .0/drake-v1.46 .0-noble.tar.gz "> https://github.com/RobotLocomotion/drake/releases/download/v1.46 .0/drake-v1.46 .0-noble.tar.gz</ a > </ li >
194+ < li > https://github.com/RobotLocomotion/drake/releases/download/v1.46 .0/drake-v1.46 .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.45 .0/drake-v1.45 .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.46 .0/drake-v1.46 .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 @@ -189,6 +189,12 @@ <h1 id="ubuntu-packages">Ubuntu packages</h1>
189189< h1 id ="macos-packages "> macOS packages</ h1 >
190190
191191< ul >
192+ < li > macOS 14 (Sonoma)
193+ < ul >
194+ < li > The last version with support for macOS 14 was
195+ < a href ="https://github.com/RobotLocomotion/drake/releases/tag/v1.45.0 "> v1.45.0</ a > .</ li >
196+ </ ul >
197+ </ li >
192198 < li > macOS 13 (Ventura)
193199 < ul >
194200 < li > The last version with support for macOS 13 was
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.46.0.html "> Drake v1.46.0</ a > (released 2025-10-17)</ p >
168+ </ li >
166169 < li >
167170 < p > < a href ="/release_notes/v1.45.0.html "> Drake v1.45.0</ a > (released 2025-09-16)</ p >
168171 </ li >
You can’t perform that action at this time.
0 commit comments