jitsi-meet-electron

Jitsi Meet desktop application powered by :electron:

Github星跟踪图

Jitsi Meet Electron

Desktop application for Jitsi Meet built with Electron.

Features

  • End-to-End Encryption support (BETA)
  • Works with any Jitsi Meet deployment
  • Builtin auto-updates
  • ~Remote control~ (currently disabled)
  • Always-On-Top window
  • Support for deeplinks such as 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)

Installation

Download our latest release and you're off to the races!, Windows, macOS, GNU/Linux (64-bit only), --, --, --, Download, Download, Download, ### Third-Party builds

Homebrew

For macOS user, you can install the application using the following command:

brew cask install jitsi-meet

Using it with your own Jitsi Meet installation

:warning: The following additional HTTP headers are known to break the Electron App:

Content-Security-Policy "frame-ancestors [looks like any value is bad]";
X-Frame-Options "DENY";

Development

If you want to hack on this project, here is how you do it.

Installing dependencies

Install Node.js 12 first (or if you use nvm, switch to Node.js 12 by running nvm use).

npm install

Starting in development mode

npm start

The debugger tools are available when running in dev mode and can be activated with keyboard shortcuts as defined here https://github.com/sindresorhus/electron-debug#features.

It can also be displayed automatically from the SHOW_DEV_TOOLS environment variable such as:

SHOW_DEV_TOOLS=true npm start

or from the application --show-dev-tools command line flag.

Building the production distribution

npm run dist

Working with jitsi-meet-electron-utils

jitsi-meet-electron-utils 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 / tested, running with a local version of these utils is very handy, here
is how to do that.

By default the jitsi-meet-electron-utils is build from its git repository
sources. The default dependency path in package.json is:

"jitsi-meet-electron-utils": "jitsi/jitsi-meet-electron-utils"

To work with local copy you must change the path to:

"jitsi-meet-electron-utils": "file:///Users/name/jitsi-meet-electron-utils-copy",

To build the project you must force it to take the sources as npm update will
not do it.

npm install jitsi-meet-electron-utils --force

NOTE: Also check the jitsi-meet-electron-utils README to see how to configure
your environment.

Known issues

Windows

A warning will show up mentioning the app is unsigned upon first install. This is expected.

macOS

On macOS Catalina a warning will be displayed on first install. The app won't open unless "open" is pressed. This dialog is only shown once.
Builtin auto-updates are not yet handled in macOS due to unsigned build.

GNU/Linux

There is a known issue which prevents the app from starting on some Linux distributions: #231

If after downloading it, you can't execute the file directly, try running chmod u+x ./jitsi-meet-x86_64.AppImage

The workaround for now is to launch the app like so: ./jitsi-meet-x86_64.AppImage --no-sandbox

You might get the following error:

FATAL:nss_util.cc(632)] NSS_VersionCheck("3.26") failed. NSS >= 3.26 is required.
Please upgrade to the latest NSS, and if you still get this error, contact your
distribution maintainer.

If you do, please install NSS (example for Debian / Ubuntu):

sudo apt-get install libnss3

License

Apache 2. See the LICENSE file.

Community

Jitsi is built by a large community of developers, if you want to participate,
please join community forum.

主要指标

概览
名称与所有者jitsi/jitsi-meet-electron
主编程语言JavaScript
编程语言JavaScript (语言数: 2)
平台
许可证Apache License 2.0
所有者活动
创建于2016-12-12 20:43:14
推送于2025-04-29 19:43:56
最后一次提交2025-04-29 21:43:54
发布数86
最新版本名称v2025.4.0 (发布于 )
第一版名称v0.1.0 (发布于 )
用户参与
星数1.6k
关注者数49
派生数479
提交数608
已启用问题?
问题数512
打开的问题数8
拉请求数427
打开的拉请求数3
关闭的拉请求数66
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?