winget install --id=freifunkMUC.FreifunkMeet -e
Jitsi Meet desktop application powered by :electron:
FreifunkMeet is a desktop client application powered by Electron, designed to provide secure video conferencing and online meetings using Jitsi Meet.
Key Features:
jitsi-meet://myroom
.Audience & Benefit: Ideal for organizations and individuals seeking a reliable, self-hosted video conferencing solution. FreifunkMeet offers enhanced security with encryption, ease of use through auto-updates, and seamless integration with existing Jitsi Meet infrastructure, making it a flexible choice across various platforms.
This professional tool supports effective communication and collaboration without compromising on security or user experience.
Desktop application for [Jitsi] built with Electron.
jitsi-meet://myroom
(will open myroom
on the configured Jitsi instance) or jitsi-meet://jitsi.mycompany.com/myroom
(will open myroom
on the Jitsi instance running on jitsi.mycompany.com
)Download our latest release and you're off to the races!
Windows | macOS | GNU/Linux (AppImage) | GNU/Linux (Deb) |
---|---|---|---|
Download | Download | x64_64 arm64 | x86_64 arm64 |
NOTE: The GNU/Linux builds are 64-bit only.
For Windows user, you can install the application using the following command in PowerShell:
winget install --id freifunkMUC.FreifunkMeet
For macOS users, you can install the application using the following command:
brew install --cask freifunkMUC/freifunkmeet/freifunk-meet
If you want to hack on this project, here is how you do it.
Show building instructions
Install Node.js 20 first (or if you use nvm, switch to Node.js 20 by running nvm use
).
Extra dependencies for Windows
npm install --global --production windows-build-tools
Extra dependencies for GNU/Linux
X11, PNG, and zlib development packages are necessary. On Debian-like systems, they can be installed as follows:
sudo apt install libx11-dev zlib1g-dev libpng-dev libxtst-dev
Install all required packages:
npm install
npm start
The debugger tools are available when running in dev mode, and can be activated with keyboard shortcuts as defined here.
They can also be displayed automatically with the application --show-dev-tools
command line flag, or with the SHOW_DEV_TOOLS
environment variable as shown:
SHOW_DEV_TOOLS=true npm start
npm run dist
jitsi-meet-electron-sdk
jitsi-meet-electron-sdk
is a helper package which implements many features
such as remote control and the always-on-top window. If new features are to be
added or tested, running with a local version of these utils is very handy.
By default, the @jitsi/electron-sdk is build from npm
. The default dependency path in package.json
is:
"@jitsi/electron-sdk": "^3.0.0"
To work with a local copy, you must change the path to:
"@jitsi/electron-sdk": "file:///Users/name/jitsi-meet-electron-sdk-copy",
To build the project, you must force it to take the sources, as npm update
will
not do it.
npm install @jitsi/electron-sdk --force
NOTE: Also check the jitsi-meet-electron-sdk
README
to see how to configure
your environment.
git checkout -b release-1-2-3
, replacing 1-2-3
with the desired release versionnpm version patch
, replacing patch
with minor
or major
as requiredgit push -u origin release-1-2-3
gh pr create
gh release create v1.2.3 --draft --title 1.2.3
, replacing v1.2.3
and 1.2.3
with the desired release versionA warning that the app is unsigned will show up upon first install. This is expected.
None
If you can't execute the file directly after downloading it, try running chmod u+x ./jitsi-meet-x86_64.AppImage
Under Wayland, screensharing is currently buggy:
On Ubuntu 22.04 and later, the AppImage will fail with a FUSE error (as the AppImage uses libfuse2
, while 22.04 comes with libfuse3
by default):
dlopen(): error loading libfuse.so.2
To fix this, install libfuse2
as follows:
sudo apt install libfuse2
On Ubuntu 24.04 and later, the AppImage will fail with a sandboxing error (The SUID sandbox helper binary was found, but is not configured correctly...
)
This is due to an AppArmor conflict that restricts unprivileged user namespaces (jitsi/jitsi-meet-electron#965,
Ubuntu blog post).
To work around this, disable the use of the sandbox with --no-sandbox
:
./jitsi-meet-x86_64.AppImage --no-sandbox
If you experience a blank page after a Jitsi server upgrades, try removing the local cache files:
rm -rf ~/.config/Jitsi\ Meet/
The JSON files contain all the strings inside the application, and can be translated here.
New translations require the addition of a line in index.js.
Localize desktop file on linux
requires the addition of a line in package.json.
Please search for Comment[hu]
as an example to help add your translation of the English string Jitsi Meet Desktop App
for your language.
Apache License 2.0. See the LICENSE file.
Jitsi is built by a large community of developers. If you want to participate, please join the community forum.