A minimalistic program to download video and audio from most social media platforms.
(Stable version will support multiple downloads simultaneously, like a download manager)
AppImage binaries and Windows installer are available on Releases.
Requirements (Ubuntu/Debian):
sudo apt update
sudo apt install build-essential cmake qt6-base-dev ffmpeg
curl -fsSL https://deno.land/install.sh | shCompiling:
git clone https://github.com/maxipardo/Phoca.git
cd Phoca
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j$(nproc)
|
|




