Automatically find and download the right subtitles for your favorite videos!
The subtitles search is done by precisly identifying your video files by computing unique movie hash sums.
This way, you have more chance to find the exact subtitles for your videos, avoiding synchronization problems between the subtitles and the soundtrack.
For most desktop users (Ubuntu, Pop!_OS, Mint), getting the game to work is straightforward:
: Unzip celeste-linux.zip to a folder of your choice (e.g., ~/Games/Celeste ).
To get (the Celeste mod loader) working with your Linux .zip file: Celeste-linux.zip WORK
: If you are using the native Linux build , do not enable "Steam Play" or "Proton" compatibility in Steam for this specific file. Running the native Linux binary through a Windows compatibility layer often causes graphical glitches or controller issues.
: Celeste is built on the FNA framework and requires the Mono runtime and SDL2 libraries . For most desktop users (Ubuntu, Pop
On Debian/Ubuntu-based systems, run: sudo apt install mono-runtime libsdl2-2.0-0 .
If the game doesn't launch or crashes, check these common fixes: : Celeste is built on the FNA framework
: Navigate to the extracted folder. You must allow the main binary to run as a program.
: Tools like PortMaster require you to place the contents of celeste-linux.zip into a specific /gamedata/ folder on your SD card. You may also need to provide specific libfmod files for audio to work on ARM-based devices. 4. Modding with Everest
: Double-click the Celeste file or run ./Celeste from your terminal. 2. Troubleshooting "Not Working" Issues
GitHub page Wiki Release notes Issue tracker
Installation instructions On the on the wiki page, and always up-to-date!
Configuration instructions To change the search language and more advanced tune-in (optional).
python (version 3.6+)zenity (for GNOME GUI)kdialog (for KDE GUI)wget (subtitles downloading with GUI), ps & grep (GUI autodetection)
# Make sure the destination directory for nautilus scripts exits
mkdir -p ~/.local/share/nautilus/scripts/
cd ~/.local/share/nautilus/scripts/
# Download the script and make it executable
wget https://raw.githubusercontent.com/emericg/OpenSubtitlesDownload/master/OpenSubtitlesDownload.py
chmod u+x OpenSubtitlesDownload.py