---
title: "Download File"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/browser/downloadfile
markdown: https://docs.nodetool.ai/nodes/lib/browser/downloadfile.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/browser/downloadfile.md
---

# Download File

**Type:** `lib.browser.DownloadFile`

**Namespace:** `lib.browser`

## Description

Downloads a file from a URL and saves it to disk.
    download, file, web, save

    Use cases:
    - Download documents, images, or other files from the web
    - Save data for further processing
    - Retrieve file assets for analysis

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| url | `str` | URL of the file to download | `` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `bytes` |  |

## Related Nodes

Browse other nodes in the [lib.browser](./) namespace.
