> ## Documentation Index
> Fetch the complete documentation index at: https://namespace.so/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# nsc artifact download

Download an artifact.

`artifact download` downloads an [artifact](/docs/architecture/storage/artifact-storage) for this workspace.
Currently, only single file downloads are supported.

## Usage

```bash theme={null}
nsc artifact download <src> <dest> [--namespace <namespace>] [--resume] [--unpack]
```

### Example

```sh theme={null}
% nsc artifact download remote.txt local.txt
Downloaded remote.txt (namespace main) to local.txt
```

## Options

<h3 id="--namespace-namespace">
  \--namespace \<namespace>
</h3>

Namespace of the artifact.

<h3 id="--resume">
  \--resume
</h3>

Enable resumable downloads with a persistent state file. If the download is interrupted, re-running the same command picks up where it left off instead of starting over.

<h3 id="--unpack">
  \--unpack
</h3>

Unpack the downloaded artifact into the destination directory. The artifact is assumed to be a zip file.
