ランキングに戻る

jitsi/jitsi-meet-electron

TypeScript

Jitsi Meet desktop application powered by :electron:

jitsiwebrtcelectronvideo-conferencingjitsi-meet
スター成長
スター
1.6k
フォーク
509
週間成長
Issue
4
5001k1.5k
2023年1月2024年3月2025年5月2026年7月
成果物npmnpm install jitsi-meet-electron
README

Jitsi Meet Electron

Desktop application for Jitsi Meet built with Electron.

Features

  • End-to-End Encryption support (BETA)
  • Works with any Jitsi Meet deployment
  • Built-in auto-updates
  • Screen sharing
  • Remote control (currently disabled due to security issues)
  • 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 (AppImage) GNU/Linux (Deb)
Download Download x64_64 arm64 x86_64 arm64

Third-Party builds

Download On Flathub

Homebrew

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

brew install --cask jitsi-meet

Development

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

Show building instructions

Installing dependencies

Install Node.js 22 first (or if you use nvm, switch to it 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

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.

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

Building the production distribution

npm run dist

Working with jitsi-meet-electron-sdk

For instructions on SDK versus electron-app separation and how to set up local development using npm link, please refer to the Contributing and Local Development guide in the Jitsi Handbook.

Publishing

  1. Create release branch: git checkout -b release-1-2-3, replacing 1-2-3 with the desired release version
  2. Increment the version: npm version patch, replacing patch with minor or major as required
  3. Push release branch to github: git push -u origin release-1-2-3
  4. Create PR: gh pr create
  5. Once PR is reviewed and ready to merge, create draft Github release: gh release create v1.2.3 --draft --title 1.2.3, replacing v1.2.3 and 1.2.3 with the desired release version
  6. Merge PR
  7. Github action will build binaries and attach to the draft release
  8. Test binaries from draft release
  9. If all tests are fine, publish draft release

Known issues

Windows

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

macOS

None

GNU/Linux

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

  • If you experience a blank page after a Jitsi server upgrades, try removing the local cache files:

    rm -rf ~/.config/Jitsi\ Meet/
    

Translations

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.

License

Apache License 2.0. See the LICENSE file.

Community

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

関連リポジトリ
jitsi/jitsi-meet

Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.

TypeScriptnpmApache License 2.0webrtcsfu
jitsi.org/meet
29.6k8k
spantaleev/matrix-docker-ansible-deploy

🐳 Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker

JinjaGNU Affero General Public License v3.0matrix-orgdocker
6.4k1.2k
jitsi/jitsi

Jitsi is an audio/video and chat communicator that supports protocols such as SIP, XMPP/Jabber, IRC and many other useful features.

JavaMavenApache License 2.0jitsiicq
desktop.jitsi.org
4.3k979
starrtc/starrtc-android-demo

🚀starRTC,即时通讯(IM)系统,免费IM系统(含单聊,群聊,聊天室,文件传输),免费一对一视频聊天,VOIP,语音对讲(回音消除),直播连麦,视频直播,RTSP拉流,RTMP推流,webRTC服务端,在线教育,白板,小班课,在线会议,视频会议,视频监控,局域网直连(无需服务器),兼容webRTC, 支持webRTC加速,P2P高清传输,安卓、iOS、web互通,支持门禁对讲,可视对讲,电视盒子,树莓派,海思,全志,任天堂switch,云游戏,OTT设备,物联网平台,C语言自研方案,支持二次开发成类微信,类映客等APP,✨万水千山总是情,来个star行不行✨,更多示例请访问:

freeim
docs.starrtc.com/en/download/
3.8k921
jitsi/docker-jitsi-meet

Jitsi Meet on Docker

LuaApache License 2.0jitsijitsi-meet
hub.docker.com/u/jitsi/
3.6k1.6k
mother-of-all-self-hosting/mash-playbook

🐋 Ansible playbook which helps you host various FOSS services as Docker containers on your own server

PythonPyPIGNU Affero General Public License v3.0ansible-playbookdocker
1.1k133