Installation
Windows
Download the installer .msi file and double click it for installation.
macOS
Download the .dmg file and open in from your download folder. Drag & drop the BabelEdit.app onto your Application folder.
Linux
Flatpak: For all distributions
Many distros like Fedora and CentOS come with Flatpak pre-installed. If your distro does not support Flatpak out of the box check out the Flatpak Installation Guide.
Make sure you have the Flathub repo added to Flatpak — BabelEdit requires some base images from there. Many distros have it enabled by default.
Open a command line and run:
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Download the BabelEdit Flatpak and run the flatpak installer:
flatpak install /your/download/path/BabelEdit-[version].flatpak
BabelEdit should automatically appear in your Applications list.
Debian/Ubuntu
This installation works for distros using the apt packet manager. If your OS does not support apt scroll up and check out the section how to install BabelEdit using Flatpak. Or unpack the deb file .
Start by downloading BabelEdit .deb.
Open the downloads folder and click the BabelEdit-X.Y.Z.deb to install it using the software installer.
You can also use command line:
sudo apt-get install ./BabelEdit-2.8.0.deb
RPM distros: Unpacking .deb files
If Flatpak is not an option and your distribution does not support apt you can simply unpack the .deb file.
Use ar
and tar
to extract the file contents:
ar x BabelEdit-2.8.0.deb tar xvf data.tar.xz
You can now copy the contents of the usr
folder to /
Or you keep them in a directory and adjust the scripts
usr/bin/BabelEdit
to match the paths...