https://github.com/jitsi/jitsi
Jitsi is an audio/video and chat communicator that supports protocols such as SIP, XMPP/Jabber, IRC and many other useful features.
https://github.com/jitsi/jitsi
audio chat icq instant-messaging irc jabber java jitsi sip video xmpp xmpp-client
Last synced: about 8 hours ago
JSON representation
Jitsi is an audio/video and chat communicator that supports protocols such as SIP, XMPP/Jabber, IRC and many other useful features.
- Host: GitHub
- URL: https://github.com/jitsi/jitsi
- Owner: jitsi
- License: apache-2.0
- Created: 2013-04-24T17:37:20.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T20:10:39.000Z (about 1 month ago)
- Last Synced: 2025-04-24T01:57:06.924Z (20 days ago)
- Topics: audio, chat, icq, instant-messaging, irc, jabber, java, jitsi, sip, video, xmpp, xmpp-client
- Language: Java
- Homepage: https://desktop.jitsi.org
- Size: 553 MB
- Stars: 4,206
- Watchers: 208
- Forks: 982
- Open Issues: 221
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/jitsi/jitsi/actions/workflows/java.yml)
[](https://github.com/jitsi/jitsi/actions/workflows/installers.yml)Jitsi Desktop
=============Jitsi Desktop is a free open-source audio/video and chat communicator that
supports protocols such as SIP, XMPP/Jabber, IRC and many other useful features.Please do not confuse this project
with [Jitsi Meet](https://github.com/jitsi/jitsi-meet), the online video
conferencing solution with a free instance at https://meet.jit.si.
## Support
Jitsi Desktop is the heritage of Jitsi Meet. While some components are still
used in e.g. [Jigasi](https://github.com/jitsi/jigasi), the project is not
actively developed anymore. Improvements, bugfixes and builds are entirely based
on community contributions.## Installation
### Releases
#### Windows and macOS
Download the installers
from [GitHub releases](https://github.com/jitsi/jitsi/releases/latest/).#### Debian/Ubuntu
An APT repository is available at https://nexus.ingo.ch/jitsi-desktop/.
Note the trailing slash at the end of the distro-name.
This is required since the repository has no components.
```deb
deb https://nexus.ingo.ch/jitsi-desktop-unstable/ /
```#### RPM Distros
Sorry, there are currently no rpm packages available.
### Snapshots
Snapshot or pre-release builds are also available in additional repositories.
- Windows and macOS: See https://github.com/jitsi/jitsi/releases
- Debian/Ubuntu: https://nexus.ingo.ch/jitsi-desktop-unstable/## Helpful Resources
- [Documentation Wiki](https://github.com/jitsi/jitsi/wiki)
- [Community Forums](https://community.jitsi.org/c/jitsi-desktop/)
- [The old website](https://desktop.jitsi.org)## Contributing
Please, read the [contribution guidelines](CONTRIBUTING.md) before opening a new
issue or pull request.