{"id":13679378,"url":"https://github.com/FelicianoTech/pocket-casts-desktop-app","last_synced_at":"2025-04-29T19:31:14.337Z","repository":{"id":36487881,"uuid":"159847295","full_name":"FelicianoTech/pocket-casts-desktop-app","owner":"FelicianoTech","description":"The Pocket Casts webapp, packaged for the Linux Desktop.","archived":false,"fork":false,"pushed_at":"2025-04-05T04:49:41.000Z","size":1483,"stargazers_count":96,"open_issues_count":13,"forks_count":9,"subscribers_count":4,"default_branch":"trunk","last_synced_at":"2025-04-25T23:05:42.293Z","etag":null,"topics":["electron","hacktoberfest","pocketcasts","podcast","snap"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/FelicianoTech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2018-11-30T16:06:18.000Z","updated_at":"2025-04-05T04:49:44.000Z","dependencies_parsed_at":"2023-01-17T02:01:06.686Z","dependency_job_id":"80a5ac33-f861-4911-bd59-a667f0bacf13","html_url":"https://github.com/FelicianoTech/pocket-casts-desktop-app","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelicianoTech%2Fpocket-casts-desktop-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelicianoTech%2Fpocket-casts-desktop-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelicianoTech%2Fpocket-casts-desktop-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelicianoTech%2Fpocket-casts-desktop-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FelicianoTech","download_url":"https://codeload.github.com/FelicianoTech/pocket-casts-desktop-app/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251569548,"owners_count":21610575,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["electron","hacktoberfest","pocketcasts","podcast","snap"],"created_at":"2024-08-02T13:01:04.921Z","updated_at":"2025-04-29T19:31:14.329Z","avatar_url":"https://github.com/FelicianoTech.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"![Pocket Casts for Desktop banner](./banner.png)\n\n# Pocket Casts Desktop App [![CircleCI Build Status](https://circleci.com/gh/felicianotech/pocket-casts-desktop-app.svg?style=shield)](https://circleci.com/gh/felicianotech/pocket-casts-desktop-app) [![GitHub License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/felicianotech/pocket-casts-desktop-app/trunk/LICENSE)\n\nPocket Casts is the world's most powerful podcast player.\nIt's a great app to discover and listen to your favorite podcasts.\nMany blogs have deemed Pocket Casts the best podcatcher around.\n\nThis app/repository isn't a new, native app built by the official Pocket Casts team.\nInstead, this is a community-built app by me ([@FelicianoTech](https://twitter.com/FelicianoTech)) that takes the official Pocket Casts webapp, and packages for the Linux desktop using Electron (yuck I know, but it actually worked very well).\n\nYou need to have a pre-existing Pocket Casts account (it's cheap and worth the money) to use this app.\nYou can purchase Pocket Casts on their [official website](https://www.pocketcasts.com/).\n\n\n## Installation\n\n### Flatpak Package - For Debian, Fedora, elementary OS, and more\n\n[![Download on Flathub](https://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Flathub-badge-en.svg/240px-Flathub-badge-en.svg.png)](https://flathub.org/apps/details/tech.feliciano.pocket-casts)\n\n### Snap Package - For Ubuntu and most Ubuntu flavors\n\nThe Pocket Casts desktop app can be installed via snap on Ubuntu 16.04, Ubuntu 18.04+, elementary OS 5, and many Linux distros with `snapd` installed  by running:\n\n```\nsudo snap install pocket-casts\n```\n\nIf you don't have the `snap` command available, you might be able to find instructions for your distro [here](https://docs.snapcraft.io/core/install).\n\n### Ubuntu Software app\n\nPocket Casts is available within the Ubuntu Software app on your Ubuntu machine.\nJust open the store up and search for \"Pocket Casts\".\n\n### .deb\n\nWe publish a `.deb` file for each release in GitHub Releases.\nCheck out the [releases page](https://github.com/felicianotech/pocket-casts-desktop-app/releases) to find them.\n\n### macOS\n\nI don't currently publish any packages for macOS.\nIf you want one, request it in a GitHub Issue (check for an existing issue first) or open a PR.\nSince this is built with Electron, it shouldn't be too much extra work to build for macOS if the desire is there.\n\n### Windows\n\nPocket Casts makes an [official desktop app for Windows](https://www.microsoft.com/en-us/p/pocket-casts-desktop/9pcdbqx582bz?activetab=pivot:overviewtab).\nI suggest you use that one.\n\n\n## Usage\n\n![Pocket Casts for Desktop screenshot](./screenshot.png)\n\nThis is a desktop app.\nOpen whatever app launcher you normally use and search for Pocket Casts.\n\n\n## Development\n\nThis app is built with Electron.\nI'm new to using Electron so I'll add more information here as I figure it out.\nThe snap package itself is built with `electron-builder` so make sure to use that to build your own snap.\n\n```bash\nnpx electron-forge make\n```\n\n\n## License\n\nThe code for this snap is licensed under the MIT license.\nThis repo's license can be found [here](./LICENSE).\nThe code for Pocket Casts itself is proprietary and belongs to the Pocket Casts team/NPR.\nI do not own that code nor have any affiliation for Pocket Casts.\nI'm just a fan of the app and of Linux.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFelicianoTech%2Fpocket-casts-desktop-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FFelicianoTech%2Fpocket-casts-desktop-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFelicianoTech%2Fpocket-casts-desktop-app/lists"}