{"id":49869250,"url":"https://github.com/clivingston33/prism","last_synced_at":"2026-05-15T04:40:04.743Z","repository":{"id":350990408,"uuid":"1209078642","full_name":"clivingston33/prism","owner":"clivingston33","description":"A beautiful cross-platform video downloader for YouTube, TikTok, Twitter \u0026 more. Built with Electron + React.","archived":false,"fork":false,"pushed_at":"2026-04-13T05:23:06.000Z","size":46891,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-13T06:24:07.084Z","etag":null,"topics":["desktop-app","electron","react","video-downloader","yt-dlp"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clivingston33.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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-04-13T04:26:58.000Z","updated_at":"2026-04-13T05:23:01.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/clivingston33/prism","commit_stats":null,"previous_names":["clivingston33/prism-downloader"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/clivingston33/prism","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clivingston33%2Fprism","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clivingston33%2Fprism/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clivingston33%2Fprism/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clivingston33%2Fprism/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clivingston33","download_url":"https://codeload.github.com/clivingston33/prism/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clivingston33%2Fprism/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33054261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-15T02:00:06.351Z","response_time":103,"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":["desktop-app","electron","react","video-downloader","yt-dlp"],"created_at":"2026-05-15T04:40:04.198Z","updated_at":"2026-05-15T04:40:04.735Z","avatar_url":"https://github.com/clivingston33.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prism\n\nA beautiful, cross-platform desktop video downloader powered by [yt-dlp](https://github.com/yt-dlp/yt-dlp) and [FFmpeg](https://ffmpeg.org/).\n\n## Features\n\n- **Multi-platform support** - Download from YouTube, TikTok, Twitter/X, Instagram, and more\n- **Batch downloading** - Paste multiple URLs and download them in a queue\n- **Video \u0026 Audio modes** - Download as video (MP4, MKV, MOV, WebM) or audio (MP3, WAV, AAC, FLAC)\n- **Quality selection** - Choose your preferred resolution (best, 1080p, 720p, 480p, 360p)\n- **Video trimming** - Cut videos to a specific start/end time\n- **Subtitle extraction** - Download subtitles/transcripts for YouTube videos\n- **Thumbnail gallery** - Browse your downloaded videos in a visual library\n- **Dark/Light themes** - Follows system preference or manual override\n- **Queue management** - Manage multiple downloads with concurrent processing\n\n## Supported Sites\n\n| Platform  | Status |\n| --------- | ------ |\n| YouTube   | ✅     |\n| TikTok    | ✅     |\n| Twitter/X | ✅     |\n| Instagram | ✅     |\n\n## Installation\n\n### macOS\n\n```bash\n# Download the latest .dmg from releases\nopen Prism-*.dmg\n# Drag Prism to Applications\n```\n\n### Windows\n\n```bash\n# Download the latest .exe installer from releases\n# Run the installer and follow the prompts\n```\n\n## Development\n\nPrerequisites:\n\n- Node.js 20+\n- pnpm 9+\n- FFmpeg (bundled)\n- yt-dlp (bundled)\n\n```bash\n# Clone the repository\ngit clone https://github.com/clivingston33/prism.git\ncd prism\n\n# Install dependencies\npnpm install\n\n# Start development server\npnpm dev\n\n# Build for production\npnpm build\n```\n\n### Available Scripts\n\n| Command          | Description                              |\n| ---------------- | ---------------------------------------- |\n| `pnpm dev`       | Start development server with hot reload |\n| `pnpm build`     | Build production binaries                |\n| `pnpm build:win` | Build Windows installer                  |\n| `pnpm build:mac` | Build macOS DMG                          |\n| `pnpm typecheck` | Run TypeScript type checking             |\n| `pnpm lint`      | Run ESLint                               |\n| `pnpm format`    | Format code with Prettier                |\n\n## Tech Stack\n\n- **Framework**: [Electron](https://www.electronjs.org/) + [electron-vite](https://electron-vite.github.io/)\n- **Frontend**: [React 19](https://react.dev/) + [TypeScript](https://www.typescriptlang.org/)\n- **Styling**: [Tailwind CSS v4](https://tailwindcss.com/)\n- **State**: [Zustand](https://zustand-demo.pmnd.rs/)\n- **Routing**: [TanStack Router](https://tanstack.com/router)\n- **Icons**: [Lucide React](https://lucide.dev/)\n- **Downloads**: [yt-dlp](https://github.com/yt-dlp/yt-dlp) + [FFmpeg](https://ffmpeg.org/)\n\n## Architecture\n\n```\nsrc/\n├── main/              # Electron main process\n│   ├── download/      # yt-dlp wrapper and queue management\n│   ├── ipc/           # IPC handlers for renderer communication\n│   ├── store.ts       # electron-store for persistence\n│   └── updater.ts     # Auto-updater logic\n├── preload/           # Preload scripts (context bridge)\n└── renderer/         # React frontend\n    ├── components/    # Reusable UI components\n    ├── pages/        # Route pages\n    ├── stores/        # Zustand stores\n    └── router.tsx    # TanStack Router configuration\n```\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- [yt-dlp](https://github.com/yt-dlp/yt-dlp) - YouTube downloader\n- [FFmpeg](https://ffmpeg.org/) - Multimedia framework\n- [Geist](https://vercel.com/font) - Font by Vercel\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclivingston33%2Fprism","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclivingston33%2Fprism","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclivingston33%2Fprism/lists"}