{"id":50488384,"url":"https://github.com/vaaski/dlpgui","last_synced_at":"2026-06-02T00:30:41.138Z","repository":{"id":348235997,"uuid":"1197061749","full_name":"vaaski/dlpgui","owner":"vaaski","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-31T11:35:43.000Z","size":146,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-31T11:42:25.922Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vaaski.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-31T09:43:26.000Z","updated_at":"2026-03-31T11:31:32.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/vaaski/dlpgui","commit_stats":null,"previous_names":["vaaski/dlpgui"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/vaaski/dlpgui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaaski%2Fdlpgui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaaski%2Fdlpgui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaaski%2Fdlpgui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaaski%2Fdlpgui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vaaski","download_url":"https://codeload.github.com/vaaski/dlpgui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaaski%2Fdlpgui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33800675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-02T00:30:37.590Z","updated_at":"2026-06-02T00:30:41.132Z","avatar_url":"https://github.com/vaaski.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dlpgui\n\nMinimal GUI for the great [yt-dlp](https://github.com/yt-dlp/yt-dlp) built with [Electrobun](https://github.com/blackboardsh/electrobun), [Nuxt 4](https://nuxt.com/), and [Nuxt UI](https://ui.nuxt.com/).\n\nThis was mainly a 2-day exercise to get my hands dirty with [Electrobun](https://github.com/blackboardsh/electrobun), the [Oxc](https://oxc.rs/) toolchain and [Nuxt/Vue i18n](https://i18n.nuxtjs.org/).\n\nAlso uses [ytdlp-nodejs](https://npmx.dev/package/ytdlp-nodejs) with some of the binary downloading logic adapted to my needs.\n\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"./.github/assets/dlpgui-main-dark.png\"\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"./.github/assets/dlpgui-main.png\"\u003e\n  \u003cimg alt=\"dlpgui screenshot\" src=\"./.github/assets/dlpgui-main.png\"\u003e\n\u003c/picture\u003e\n\n## Features\n\n- Dead-Simple UI\n- Not AI-slopped together\n- Automatic `yt-dlp` and `ffmpeg` installation\n- Pick from 3 formats:\n  - `MP3`\n  - `MP4` (fastest combined audio+video, youtube limits this to around 720p)\n  - `MP4 (best quality)` (uses ffmpeg to combine best video and audio)\n- Pick custom or from a list of common download locations\n- Paste from clipboard button\n- Progress reporting\n- Button to show downloaded file in folder\n- Light and dark modes\n- Auto-updates\n- German and English translations (both bad)\n- Custom yt-dlp channel (stable or nightly)\n- Windows and Mac versions (can't be bothered to test on linux)\n\n## Install\n\nDownload the latest release from the [releases page](https://github.com/vaaski/dlpgui/releases/latest).\n\nDirect download links:\n\n- [Windows](https://github.com/vaaski/dlpgui/releases/latest/download/stable-win-x64-dlpgui-Setup.zip)\n- [Mac (Apple Silicon)](https://github.com/vaaski/dlpgui/releases/latest/download/stable-macos-arm64-dlpgui.dmg)\n- [Mac (Intel)](https://github.com/vaaski/dlpgui/releases/latest/download/stable-macos-x64-dlpgui.dmg)\n\n## Thoughts\n\nElectrobun is great. Documentation could use some work, but I really haven't missed any features. I also love that I can pick CEF or the system webview without a single line of Rust. Auto-updates out of the box are fantastic.\n\nI think I'll give Oxc a bit more time, I already invested a lot into my ESLint (+stylistic) config and I don't mind it enough right now to make the switch. Seems inevitable though.\n\nNuxt/Vue i18n is cool, but I need to put some more time into making it type-safe and stuff.\n\n## Development\n\nInstall dependencies:\n\n```bash\nbun install\n```\n\nGenerate Nuxt output (needed for Electrobun first start)\n\n```bash\nbun run nuxt:generate\n```\n\nRun dev\n\n```bash\nbun run dev\n\n# watch the console.\n# electrobun might be faster than the 5s wait time allocated for nuxt to start up.\n```\n\n## Build\n\nCreate the generated Nuxt frontend and bundle the desktop app:\n\n```bash\nbun run build\n```\n\n## Future\n\nAgain, this was just an exercise to touch some new tech. This might not ever be updated, or updated very frequently if I feel like it.\n\nI am open to contributions though.\n\n\u003cbr\u003e\n\n\u003ca href=\"https://brainmade.org\"\u003e\n\t\u003cpicture\u003e\n\t\t\u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://brainmade.org/white-logo.svg\"\u003e\n\t\t\u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://brainmade.org/black-logo.svg\"\u003e\n\t\t\u003cimg alt=\"Brainmade.org Logo\" src=\"https://brainmade.org/black-logo.svg\"\u003e\n\t\u003c/picture\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaaski%2Fdlpgui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaaski%2Fdlpgui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaaski%2Fdlpgui/lists"}