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
- Host: GitHub
- URL: https://github.com/mikecao/get-down
- Owner: mikecao
- License: mit
- Created: 2022-06-21T01:40:56.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2026-04-12T01:36:49.000Z (3 months ago)
- Last Synced: 2026-04-12T03:27:21.750Z (3 months ago)
- Topics: downloader, gui, ui, youtube-dl, yt-dlp
- Language: TypeScript
- Homepage:
- Size: 102 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# get-down
A simple to use download tool.

**[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