

# Download NoSQL Workbench for DynamoDB
<a name="workbench.settingup"></a>

Follow these instructions to download NoSQL Workbench and DynamoDB local for Amazon DynamoDB.

**To download NoSQL Workbench and DynamoDB local**
+ Download the appropriate version of NoSQL Workbench for your operating system.



<table>
<thead>
  <tr><th>Operating system</th><th>Download link</th></tr>
</thead>
<tbody>
  <tr><td>macOS (Intel)</td><td> <a href="https://dy9cqqaswpltd.cloudfront.net/NoSQL_Workbench-x64.dmg">Download for macOS (Intel)</a> </td></tr>
  <tr><td>macOS (Apple silicon)</td><td> <a href="https://dy9cqqaswpltd.cloudfront.net/NoSQL_Workbench-arm64.dmg">Download for macOS (Apple silicon)</a> </td></tr>
  <tr><td>Windows</td><td> <a href="https://dy9cqqaswpltd.cloudfront.net/NoSQL_Workbench.exe">Download for Windows</a> </td></tr>
  <tr><td>Linux</td><td> <a href="https://dy9cqqaswpltd.cloudfront.net/NoSQL_Workbench.AppImage">Download for Linux</a> </td></tr>
</tbody>
</table>


**Note**  
NoSQL Workbench includes DynamoDB local as part of the installation process.  
Java Runtime Environment (JRE) version 17.x or newer is required for running DynamoDB local.

**Note**  
NoSQL Workbench supports Ubuntu 12.04, Fedora 21, and Debian 8, or any newer versions of these Linux distributions.  
There are two prerequisite pieces of software required for Ubuntu installs: `libfuse2` and `curl`.  
As of Ubuntu 22.04, libfuse2 is no longer installed by default. To solve this, run `sudo add-apt-repository universe && sudo apt install libfuse2` to install for the newest Ubuntu version.  
For cURL, run `sudo apt update && sudo apt upgrade && sudo apt install curl`.