TiloBox
Back to directory
Podgrab project preview

Podgrab

Lightweight self-hosted podcast manager and automated episode archiver.

LicenseGPL-3.0
GitHub stars1.8k
Last commit1 weeks ago
Tags5 topics
MultimediaPodcast DownloaderRss Podcast ServerSelf Hosted PodcastsPodcast Archiver
Overview

Why consider Podgrab?

Podgrab is an open-source self-hosted podcast manager and archiver. Built in Go, it monitors RSS podcast feeds, downloads new audio episodes automatically to local storage, and provides a clean mobile web player for offline listening.

Guided learning

Learn Podgrab by building

Practical setup notes, real use cases, and copy-ready examples in one focused guide.

1 min read 2 sections
In this guide2 sections

Overview of Podgrab

Podgrab runs as a lightweight background service to archive your favorite podcast shows permanently on home storage.

Quickstart

bash
1docker run -d \
2 --name podgrab \
3 -p 8080:8080 \
4 -v /storage/podcasts:/assets \
5 -v podgrab_config:/config \
6 akhilrex/podgrab:latest

Access http://localhost:8080 to search podcast directories and automate episode downloads.

Podgrab is licensed under the GNU General Public License v3.0.

Related tools

More options with a similar category or technology profile.

Podgrab FAQs

Podgrab is listed as a Lifestyle tool on TiloBox. Review the overview, features, and official documentation on this page to decide whether it solves your specific workflow.

Start with the project's GitHub repository for supported installation and deployment instructions. Test the setup with representative data or a small project before rolling it out more widely.

Podgrab is listed under the GPL-3.0 license. Read the complete license text and the project's notices before using, modifying, or distributing the software.

Production readiness depends on your requirements. Review maintenance activity, security practices, documentation, backup and upgrade procedures, and compatibility with your stack; then validate it in a non-production environment.

Podgrab is listed as an alternative to Apple Podcasts. Compare the core workflow, deployment model, integrations, and licensing against your must-have requirements before switching.