An open API service indexing awesome lists of open source software.

https://github.com/mikecao/get-down

A simple to use download tool
https://github.com/mikecao/get-down

downloader gui ui youtube-dl yt-dlp

Last synced: 3 months ago
JSON representation

A simple to use download tool

Awesome Lists containing this project

README

          

# get-down

A simple to use download tool.

image

**[Download](https://github.com/mikecao/get-down/releases)**

Built using [Tauri](https://v2.tauri.app/), [React](https://react.dev/), [Vite](https://vite.dev/). Downloads use [yt-dlp](https://github.com/yt-dlp/yt-dlp).

## Get started

### 1. Download binaries

```shell
pnpm download-binaries
```

### 2. Install dependencies

```shell
pnpm install
```

### 3. Build the app

```shell
pnpm build
```

### 4. Run the application

Run the `get-down` executable file under `./src-tauri/target/release`.

## Usage

1. Select your *Save to* location.
2. Enter a URL manually or drag and drop a link onto the app.
3. That's it.

## License

MIT