There are several options available to install ElectronIM
Download the latest release for your platform from our releases page: https://github.com/manusa/electronim/releases/latest
Extract the compressed file for your platform into a directory. Run the appropriate executable in the extracted directory for your platform:
electronim.exe
electronim.app
There are 3 options for installing and running ElectronIM in Linux:
- Compressed tar.gz package
- AppImage package
- Snap package
- Download the latest release
- Extract the compressed files into a directory
- Run the executable in the extracted directory
$ wget https://github.com/manusa/electronim/releases/latest/download/electronim-linux-x64.tar.gz
$ tar xz electronim-linux-x64.tar.gz
$ cd electronim-linux-x64
$ ./electronim
AppImage package
- Download the latest AppImage release
- Make the AppImage executable
- Run the AppImage
$ wget https://github.com/manusa/electronim/releases/latest/download/electronim-linux-x86_64.AppImage
$ chmod a+x electronim*.AppImage
$ ./electronim-linux-x86-64.AppImage
Snapcraft package
A Snap package is available for systems with snapd
installed.
Snapcraft is installed by default in Ubuntu, but is also available for most Linux distributions
(check Snapcraft website for the installation guide for your platform).
Once snapd is installed in your system, run the following command to install ElectronIM:
$ sudo snap install electronim
The first time you open the application you'll be presented with the settings dialog where you can add the services you'll be using:
Insert a valid URL into the empty text-field and press enter to add the new entry.
Repeat this process for each service you want to add.
Finally press Ok to confirm your settings, the application will reload with the added services.
Select the applicable check-boxes to enable the spell checker for the selected languages.
Sandboxing provides service isolation or multi-account support:
When the checkbox is unchecked, the same context will be shared across all of the tabs (i.e. you only need to log in once for any providers which provide multiple services: GMail, Google Chat, etc.)
When the checkbox is checked, a separate isolated context will be created for that specific tab, so you can open one or more tabs for the same application with different accounts (multi-account).