Categories
All Softwares
Sublime Text VSCode Binaries Postman TeamViewer Firebase Visual Studio Code Contentful Tribe Circle Notion Datadog NewRelic Vmix Archbee Docker Desktop Bitly GitHub BitBucket Upsource Zapier Make Medium substack Facebook Amazon S3 Maya 3DS MAX Adobe Substance Airtable Roam Research Azure DevOps Retool Powerapps Appsheet 1Password Plex Emby Netflix Apple HomeKit Algolia Lightshot Confluence Toad tableau Data Studio Salesforce SAP Calendly Google photos Bloomberg Terminal BigQuery ML Google AutoML Tables Shopify BigCommerce Google Drive Redis Memcached Windows media player WhatsApp Heroku Render Looker Quizlet Google Analytics Auth0 Trello Elasticsearch Adobe Premiere Pro Zerotier Zoom Skype Docker Polypane Google Chrome Microsoft Edge Safari Gitbook Gmail Google Vertex AI Kdb+ Amplitude Google Docs Typora Roboflow ML Kit Azure Intercom Quicken YNAB Uptime Robot Figma npm TigerGraph Amazon Neptune Fivetran Okta YouTube LastPass Mailchimp Sendinblue Adobe Acrobat Pocket Reddit Onenote Shogun DaVinci Resolve UiPath Taliscale Adobe Lightroom FullStory LogRocket RescueTime Boxcryptor LaunchDarkly ArcGIS AWS SageMaker Tailscale NordVPN WooCommerce Twitter Dropbox Nagios Zabbix Prtg Google Cloud Webflow ActiveCampaign Quickbooks .Net Maui Airplane.dev Pipedream Evernote Autodesk AutoCAD HCL Connections Google Sheets Excel Rundeck Ansible Tower Salt Twilio Pastebin Zoho Unity3D GameMaker AWS Config GCP Cloud Asset inventory AWS GuardDuty Unreal Engine (UE4) Jira YouTrack Stytch Suite CRM Greynoise Photoshop LinkTree BlackBoard Zendesk Discord Rollout.io Disqus Oracle Fusion ERP Cloud Odoo Microsoft Dynamics Alfred Sophos Firewall UniFi Security Gateway Azure AD Doodle Office Online Power BI MicroStrategy Qlik Ampache Socrata Drone CI IOS WordPress IDM FDM Ninja Download Manager McAfee Google Meet WIX cPanel LucidChart HubSpot Landbot Typeform CCleaner Ecwid Spotify Stackstrom N8N Substance Painter Onshape SketchUp Canny Miro XMind Segment GoogleForms Adobe Illustrator MultiSim Proteus Prezi Slack Microsoft Teams SumSub JAWS Wetransfer Framer Microsoft 365 Telegram Threema Signal Lokalise Crowdin Phrase WolframAlpha Dataclay Templater Bot WorkOS FrontEgg Snorkel AI ZohoCRM Voicemod Chromatic Percy POEditor Transifex Microsoft Office Selenium vBulletin Xenforo Hightouch Logseq Bundlephobia Webpack Esbuild Rollup Session Berty WHMCS Stripe Billing Google Camera ImgIX Netlify Google Keep SocialPilot Hootsuite Firebase Analytics Access Manager Wordle Amazon Redshift Snowflake Microsoft Active Directory ClubHouse Tenable Nessus Obsidian Scrivener IDA Neo4j Pushbullet Pushover TinkerCAD Fusion360 SolidWorks TablePlus Cryptomator Glasswire Comodo Firewall Coyim Splunk Hungry Bring Panther IFTTT openHAB Alexa Google Home Twitch Asana IBM Watson Discovery FL Studio Ableton Google Maps Gather Aseprite Instagram Agora Wowza Docuware ELO Office Apollo GraphQL Supabase Hasura Stepzen Postgraphile Lyket.dev Kahoot Clubdesk Fairgate Bandicam Revoltchat Element Imply Pinot MongoDB Oracle Peoplesoft CurseForge Google Tag Manager MS SQL AppWrite Nhost AWS Kendra QnA Maker Apigee Google Cloud IoT Core Microsoft OneNote Amazon API Gateway Qualtrics Sprig Hotjar Sibelius Finale Dorico Snyk Common Room Orbit Toggl Track Adobe Scan Microsoft Lens CamScanner Vercel Stack Overflow Traktor Pro 3 Markup CMS Documentation Atlassian Confluence Raindrop Akeneo Salsify Informatica SuiteCRM VtigerCRM Cruise Tesla autopilot Waymo Adobe Animate Pencil2D Men&Mice Solarwinds Infoblox Device42 AWS WAF
Piped

Piped

Open Source Alternative to YouTube
Language
Vue
Stars
8944
Watchers
8944
Forks
736
Open Issues
276
Last Updated
5/9/2025

REAMDE.md

Piped

AGPL v3 Matrix Lemmy Registered Users IPFS Build GitHub Repo stars GitHub last commit Translation status

An open-source alternative frontend for YouTube which is efficient by design.

A list of public instances can be found at the documentation here.

The Problem

YouTube has an extremely invasive privacy policy which relies on using user data in unethical ways. You give them a lot of data - ranging from ideas, music taste, content, political opinions, and much more than you think.

By using Piped, you can freely watch and listen to content without the fear of prying eyes watching everything you are doing.

Features:

User Features

  • [x] No Ads
  • [x] No Tracking
  • [x] Lightweight on server and client
  • [x] Infinite Scrolling
  • [x] Light/Dark themes
  • [x] Login
  • [x] Feeds
  • [x] Playlists
  • [x] Integration with SponsorBlock
  • [x] Integration with LBRY for streaming
  • [x] Integration with Return YouTube Dislike via RYD-Proxy
  • [x] 4K support
  • [x] No connections to Google's servers
  • [x] Playing just audio
  • [x] PWA support
  • [x] Locally saved Preferences
  • [x] Available in many languages, thanks to our translators
  • [x] Embedded video support
  • [x] No age restriction
  • [x] Bypasses Geo restrictions if possible through a federated network

Technical Features

  • [x] Multi-region load-balancing
  • [x] Performant by design, designed to handle 1000s of users concurrently
  • [x] Does not use official YouTube APIs
  • [x] Uses NewPipeExtractor to extract information
  • [x] Public JSON API
  • [x] Federated protocol on Matrix to let instances collaborate with each other

Having trouble?

If you have any general questions regarding how Piped works or trouble setting up your own instance, please consult the following public chat rooms and documentation for help. Please use these platforms exclusively for such cases and do NOT open an issue.

Public Chat Rooms/Communities

Self-Hosting

See https://docs.piped.video/docs/self-hosting/ for more details.

The source code of the documentation website is available at https://github.com/TeamPiped/Documentation.

Documentation

The documentation can be found at https://docs.piped.video (accessible via IPNS as well).

The API specification is located at https://github.com/TeamPiped/OpenAPI.

Extensions

To redirect all YouTube links to Piped, you are highly recommended to use either Piped-Redirects, Libredirect or Predirect.

Contributing

Translations

You can help by translating the project to a language you speak at https://hosted.weblate.org/projects/piped/frontend/

Mirrors

Forking, and contributing

  • Fork the repository on GitHub: https://github.com/TeamPiped/Piped/fork
  • Create your feature branch: git checkout -b my-awesome-feature
  • Stage your files git add .
  • Commit your changes git commit -am 'Add awesome new feature'
  • Push to the branch git push origin my-awesome-feature
  • Create a new pull request: https://github.com/TeamPiped/Piped/compare

Development Setup

pnpm install

Compiles and hot-reloads for development

pnpm dev

You can now make changes and view then in realtime!

Donations

Donations (to Kavin) can be made at:

  • bc1qhq8zjxmu405nvp37njj6zv3s980zg400pu9jfe (BTC)
  • 0x1D77D4cfB1a947514241bcf19B1F04738495e2fD (ETH)
  • 84wyyeGTrg4U1daJufi78bAFrBQgdRhmxJZvgYv8dAFeFVwkJaBEmw5C7fNniUM9n4jfrz3NeG32Agxtp7JNAcCUFPACfwA (XMR, aka Monero)
  • nano_1ngejzydncche4rdua3iebhj7sa95pw5geq4pb8phugtjf3tku933ktjb4pq (Nano)
  • XpzgouDTKCUuE8a92XqjX9b43gKL8oLihw (Dash)

FIAT donations can be made at:

  • https://liberapay.com/kavin (Initial author)
  • https://liberapay.com/Bnyro (Project maintainer)

Contributions in any other form are also welcomed.

Made with Piped

Mobile/desktop apps

  • LibreTube - Alternative frontend for YouTube for Android.
  • Yattee - Alternative frontend for YouTube for MacOS / iOS.
  • YTDLnis - Video and audio downloader for Android that uses Piped to update formats.
  • Pipeline - Alternative frontend for YouTube for Linux.
  • PlasmaTube - Alternative frontend for YouTube for Linux.
  • Harmony Music - YouTube Music alternative for Android/Windows/Debian, built with Flutter that supports piped linking for playlists.

Web apps

  • Hyperpipe - Alternative privacy respecting front-end for YouTube Music.
  • ytify - Complementary audio streaming frontend for YouTube & YouTube Music.
  • Piped-Material - Fork of Piped, focusing on better performance and a more usable design.
  • Musicale - Alternative frontend for YouTube Music with style.

Not Under Active Development

  • PsTube - Watch and download videos without ads on Android, Linux, Windows, iOS, and Mac OSX.
  • VibeYou - Privacy focused music player for Android supporting playback via Piped.
  • conduit - Alternative frontend for YouTube, with a modern player and watch together capabilities.
  • DeskVideo - Desktop styled, customizable alternative frontend for YouTube.
  • ReacTube - Privacy friendly & distraction free YouTube frontend.
  • vidyodl - Simple API to download videos from YouTube, using Piped.
  • Piped Addon for Kodi - Kodi plugin for Piped.

YourKit

YourKit has given an open source license for their profiler, greatly simplifying the profiling of Piped's performance.

YourKit supports open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of YourKit Java Profiler and YourKit .NET Profiler, innovative and intelligent tools for profiling Java and .NET applications.

Categories:
Video