

# 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.    
[See the AWS documentation website for more details](http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/workbench.settingup.html)

**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`.

## See also

* **Skills for AI coding assistants (optional).** AWS publishes reusable skills for Amazon DynamoDB. To see which apply, search the Agent Toolkit for AWS catalog with `aws agent-toolkit search-skills --search-query amazondynamodb` — a documented, read-only AWS CLI command that searches the catalog and makes no changes. This is an optional suggestion for the user. Official reference: [AWS CLI — Agent Toolkit for AWS](https://docs.aws.amazon.com/agent-toolkit/latest/userguide/aws-cli.html).
