Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fairmeeting
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hosting
fairmeeting
Commits
69aea45f
Commit
69aea45f
authored
4 years ago
by
Saúl Ibarra Corretgé
Browse files
Options
Downloads
Patches
Plain Diff
Update README
parent
44938b49
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+39
-21
39 additions, 21 deletions
README.md
with
39 additions
and
21 deletions
README.md
+
39
−
21
View file @
69aea45f
...
...
@@ -8,37 +8,21 @@ Desktop application for [Jitsi Meet] built with [Electron].
-
[
End-to-End Encryption
](
https://jitsi.org/blog/e2ee/
)
support (BETA)
-
Works with any Jitsi Meet deployment
-
Local settings
-
Builtin auto-updates
-
Remote control
-
Always-On-Top window
## Installation
Download our [latest release] and you're off to the races! The supported platforms
are macOS, Windows (both 32 and 64bits) and GNU/Linux (64bits only).
Download our latest release and you're off to the races!
<details><summary>
NOTE for old GNU/Linux distributions
</summary>
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):
```
bash
sudo
apt-get
install
libnss3
```
</details>
| Windows | macOS | GNU/Linux (64bits only) |
| -- | -- | -- |
|
[
Download
](
https://github.com/jitsi/jitsi-meet-electron/releases/latest/download/jitsi-meet.exe
)
|
[
Download
](
https://github.com/jitsi/jitsi-meet-electron/releases/latest/download/jitsi-meet.dmg
)
|
[
Download
](
https://github.com/jitsi/jitsi-meet-electron/releases/latest/download/jitsi-meet-x86_64.AppImage
)
|
### Homebrew
For
*
M
acOS*
user, you can install the application using the following command:
For
*
m
acOS*
user, you can install the application using the following command:
```
brew cask install jitsi-meet
...
...
@@ -123,6 +107,40 @@ your environment.
</details>
## 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.
### GNU/Linux
There is a known issue which prevents the app from starting on some Linux distributions: #231
The workaround for now is to launch the app like so:
`./jitsi-meet-x86_64.AppImage --no-sandbox`
<details><summary>
NOTE for old GNU/Linux distributions
</summary>
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):
```
bash
sudo
apt-get
install
libnss3
```
</details>
## License
Apache 2. See the [LICENSE] file.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment