You can get the OpenGroupware.org source either as a source package or you can checkout from the public CVS. Feel free to choose the way which suits you best.
If you have suggestions on how to improve source code access, please let us know !

Fetching a Source Snapshot

We periodically build a snapshot of the CVS tree. It's probably the fastest way to get started.

Via HTTP:
http://www.opengroupware.org/sources/sources-all-latest.tar.bz2

Via Anonymous FTP:
ftp://ftp.opengroupware.org/sources/sources-all-latest.tar.bz2

Using OGo CVS

The sources are also available using anonymous CVS:

$ export CVSROOT=":pserver:anonymous@cvs.opengroupware.org:/cvs"
$ cvs login # (just press enter for the password)
$ cvs checkout OpenGroupware.org

View CVSweb to browse the OGo CVS tree.

Build It

After you got the source, you probably want to build it ...: Build It !