-
Notifications
You must be signed in to change notification settings - Fork 3
Installation
For audio conversion and playback, this application requires FFmpeg to be installed on your system.
Install via Homebrew:
brew install ffmpegMost distributions provide FFmpeg in their package manager:
sudo apt install ffmpeg # Debian/Ubuntu
sudo dnf install ffmpeg # Fedora
sudo pacman -S ffmpeg # Arch-
Download FFmpeg
Go to the official FFmpeg build page:
👉 https://www.gyan.dev/ffmpeg/builds/
Download the latest "release full" ZIP archive (e.g.,ffmpeg-release-full.7zor.zip). -
Extract the archive
- Right-click the downloaded ZIP file and choose Extract All…
- You will get a folder named similar to
ffmpeg-2025-xx-xx-full_build.
-
Move the folder
- Move the extracted
ffmpegfolder to a location where it will stay permanently, for example:
C:\ffmpeg
- Move the extracted
-
Add FFmpeg to the PATH
- Press Windows + R, type:
and press Enter.
sysdm.cpl - In the System Properties window, go to Advanced → Environment Variables.
- Under System variables, find and select Path, then click Edit.
- Click New and add the path to FFmpeg’s
binfolder, e.g.:C:\ffmpeg\bin - Click OK to close all dialogs.
- Press Windows + R, type:
-
Verify installation
- Open Command Prompt and type:
You should see the version info, confirming FFmpeg is installed and accessible from anywhere.
ffmpeg -version
- Open Command Prompt and type:
- Go to the Releases page.
- Download the latest archive for your system:
-
macOS/Linux: Download the
.tar.gzfile (..._MacOS_arm64.tar.gzfor Apple Silicon,..._MacOS_x86_64.tar.gzfor Intel, or..._Linux.tar.gzfor Linux). -
Windows: Download the
.zipor.tar.gzfile.
-
macOS/Linux: Download the
-
Extract the archive:
- On macOS and Linux, double-click the
.tar.gzfile to extract the application, or use:tar -xzf Podcast_Generator_MacOS_arm64.tar.gz
- On Windows, unzip the archive.
- On macOS and Linux, double-click the
-
Move the application:
- On macOS, drag
Podcast Generator.appto yourApplicationsfolder. - On Windows, place the extracted folder anywhere you like.
- On Linux, place it in your home directory or any preferred location.
- On macOS, drag
When you first run the application, macOS will show several security warnings because it's not from the App Store. This is normal.
- "App downloaded from the internet": Click Open.
-
"Unidentified Developer": macOS may block the app. Click OK, then:
- Go to System Settings → Privacy & Security.
- Scroll to the Security section.
- Click Open Anyway and confirm.
When you first run the application, Windows SmartScreen might block it because it’s not signed by Microsoft Store.
-
When you double-click the executable, you might see a window saying:
"Windows protected your PC". -
Click on More info.
-
Then click on Run anyway.
After doing this once, Windows will remember your choice and won’t show the warning again.
On first launch, the application will request your Google Gemini API key.
It will be stored securely.
Go to Google AI Studio Visit https://aistudio.google.com/ and log in with your Google account.
In Google AI Studio, navigate to the API Keys section and click "Get API Key" then "Create an API key" A free API key will be issued to you.