winget install --id=PopcornTime.Popcorn-Time-Ru -e
A multi-platform, free software BitTorrent client that includes an integrated media player.
Download and install:
Download and install:
Easily install Popcorn Time via Homebrew (Cask):
brew tap popcorn-official/popcorn-desktop https://github.com/popcorn-official/popcorn-desktop.git
#export HOMEBREW_POPCORN_TIME_BUILD=false
brew install --cask popcorn-time #--no-quarantine
By default, this will build the app from source using the latest version of NW.js on macOS 12.x (Monterey) or later, else revert to the latest stable build on previous versions of macOS. This behaviour can also be forced by export
ing a HOMEBREW_POPCORN_TIME_BUILD=false
environment variable, for example in ~/.bashrc
or ~/.zshrc
.
Also, if you keep a Brewfile, you can add something like this:
repo = "popcorn-official/popcorn-desktop"
tap repo, "https://github.com/#{repo}.git"
#ENV["HOMEBREW_POPCORN_TIME_BUILD"] = "false"
cask "popcorn-time" #, args: { "no-quarantine": true }
Download and install:
Via .deb package:
Firstly, be aware in some cases, missings dependencies packages (libatomic1, libgconf-2-4, libcanberra-gtk-module) were reported to be required for the app to works.
If the app don't start for you too, in this case, try sudo apt update && sudo apt install libatomic1 libgconf-2-4 libcanberra-gtk-module
to be sure your system have the required dependencies.
Via archive and command line (tested on ubuntu 18.04 and 20.04):
wget -c https://get.popcorntime.app/repo/build/Popcorn-Time-0.4.9-linux64.zip
wget -c https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.4.9/Popcorn-Time-0.4.9-linux64.zip
sudo mkdir /opt/popcorn-time
sudo apt update && sudo apt install unzip libcanberra-gtk-module libgconf-2-4 libatomic1
sudo unzip Popcorn-Time-0.4.9-linux64.zip -d /opt/popcorn-time
sudo ln -sf /opt/popcorn-time/Popcorn-Time /usr/bin/popcorn-time
sudo nano /usr/share/applications/popcorntime.desktop
[Desktop Entry]
Version = 1.0
Type = Application
Terminal = false
Name = Popcorn Time
Exec = /usr/bin/popcorn-time
Icon = /opt/popcorn-time/src/app/images/icon.png
Categories = Application;
If you're comfortable getting up and running from a git clone
, this method is for you.
The development branch contains the latest changes.
The master branch contains the latest release.
yarn start
If you encounter trouble with the above method, you can try:
yarn config set yarn-offline-mirror ./node_modules/
yarn install --ignore-engines
yarn build
yarn start
Optionally, you may simply run ./make_popcorn.sh
if you are on a linux or mac based operating system.
Full instructions & troubleshooting tips can be found in the Contributing Guide.
yarn config set yarn-offline-mirror ./node_modules/
yarn install --ignore-engines
yarn dist --platforms=<platform>
<platform>
can be one or more of the folowing values (separated by a comma ,
):
win64
, win32
, linux64
, linux32
, osx64
, all
Redistribuable packages are saved into build/
subfolder.
Want to report a bug, request a feature, contribute to or translate Popcorn Time?
Check out our in-depth guide to Contributing to Popcorn Time. We need all the help we can get!
You can also join our community to keep up-to-date and meet other developers.
Keep track of Popcorn Time development and community activity.
For transparency and insight into our release cycle, and for striving to maintain backward compatibility, Popcorn Time will be maintained according to the Semantic Versioning guidelines as much as possible.
Releases will be numbered with the following format:
<major>.<minor>.<patch>-<build>
Constructed with the following guidelines:
If you distribute a copy or make a fork of the project, you have to credit this project as the source.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Copyright © 2022 Popcorn Time Project - Released under the GPL v3 license.