EGroupware/egroupware

Web based groupware server written in PHP, forum at https://help.egroupware.org/

PHP

297

35,140 commits

updated Sep 22, 2026

See the code

README

EGroupware

ToolsUsage
BrowserStackmanual testing with unusual browser versions or platforms

Default and preferred installation method for EGroupware is via your Linux package manager:

Every other method (including a developer installation by cloning the repo) is way more complicated AND does not include all features, as part's of EGroupware are running in different containers, eg. the push-server!

Installing EGroupware 26 via Docker for non-Linux environments or not supported Linux distros:

EGroupware 26 can be installed via Docker, in fact the DEB/RPM packages also does that. Instructions on how to run EGroupware in Docker are in our Wiki and in doc/docker subdirectory.

Installing EGroupware development version via Docker:

Deprecated EGroupware development installation:

apt/yum/zypper install nodejs npm
  • install EGroupware and dependencies
cd /path/to/your/docroot
git clone https://github.com/EGroupware/egroupware.git # or git@github.com:EGroupware/egroupware.git for ssh
cd egroupware
./install-cli.php
  • install non-default EGroupware apps by cloning them into your egroupware directory eg.
cd /path/to/your/egroupware
git clone https://github.com/EGroupware/wiki.git

Keeping EGroupware up to date or switch to release branch:

cd /path/to/your/egroupware
./install-cli.php [<change-channel>]
setup/setup-cli.php # will tell you if a schema-update is necessary

install-cli.php supports the following "channels":

  • release: tagged maintenance releases only eg. 26.8.20260804
  • bugfix: release-branch incl. latest bugfixes eg. 26, if you are currently on 26.8.20260804
  • <branch>: switch to given branch
  • master: latest development for next release

To change the channel, call install-cli.php <channel-to-update-to>.

For further installation instructions see our wiki.

address-book
caldav-server
calendar
carddav-server
collaboration
egroupware
javascript
php
project-management
webmail

Contributors

(top 30 of 39)

ralfbecker

17,340 commits

nathangray

11,444 commits

hnategh

2,584 commits

leithoff

1,933 commits

EGroupware/egroupware

Web based groupware server written in PHP, forum at https://help.egroupware.org/

PHP

297

35,140 commits

updated Sep 22, 2026

See the code

README

EGroupware

ToolsUsage
BrowserStackmanual testing with unusual browser versions or platforms

Default and preferred installation method for EGroupware is via your Linux package manager:

Every other method (including a developer installation by cloning the repo) is way more complicated AND does not include all features, as part's of EGroupware are running in different containers, eg. the push-server!

Installing EGroupware 26 via Docker for non-Linux environments or not supported Linux distros:

EGroupware 26 can be installed via Docker, in fact the DEB/RPM packages also does that. Instructions on how to run EGroupware in Docker are in our Wiki and in doc/docker subdirectory.

Installing EGroupware development version via Docker:

Deprecated EGroupware development installation:

apt/yum/zypper install nodejs npm
  • install EGroupware and dependencies
cd /path/to/your/docroot
git clone https://github.com/EGroupware/egroupware.git # or git@github.com:EGroupware/egroupware.git for ssh
cd egroupware
./install-cli.php
  • install non-default EGroupware apps by cloning them into your egroupware directory eg.
cd /path/to/your/egroupware
git clone https://github.com/EGroupware/wiki.git

Keeping EGroupware up to date or switch to release branch:

cd /path/to/your/egroupware
./install-cli.php [<change-channel>]
setup/setup-cli.php # will tell you if a schema-update is necessary

install-cli.php supports the following "channels":

  • release: tagged maintenance releases only eg. 26.8.20260804
  • bugfix: release-branch incl. latest bugfixes eg. 26, if you are currently on 26.8.20260804
  • <branch>: switch to given branch
  • master: latest development for next release

To change the channel, call install-cli.php <channel-to-update-to>.

For further installation instructions see our wiki.

address-book
caldav-server
calendar
carddav-server
collaboration
egroupware
javascript
php
project-management
webmail

Contributors

(top 30 of 39)

ralfbecker

17,340 commits

nathangray

11,444 commits

hnategh

2,584 commits

leithoff

1,933 commits

Languages

PHP

54.1%

TypeScript

35.2%

CSS

5.4%

JavaScript

1.8%

HTML

1.2%