Source and Binary Builds
| Platform | Stable | Nightly | Snapshot | LightSDK |
|---|---|---|---|---|
| Linux 64-bit | stable 20081118 | nightly | N/A | lightSDK |
| Linux 32-bit | stable 20081118 | N/A | snapshot 20081230 | |
| OS X | stable 20081118 | nightly | N/A | lightSDK |
| Windows | stable 20081118 | N/A | snapshot 20090101 | |
| Source | stable 20081118 | nightly | N/A |
- Stable : Approximately our production builds. Currently appserver r0.1.8_rc3, db (see hash), corejs r0.1.7_rc3
- Nightly : Built every day from the latest, around 3am Eastern time.
- Snapshot : Built periodically from the latest, when we remember - we are migrating to nightly for these.
- LightSDK : Built nightly, the lightSDK uses git to fetch core libraries for speed of download, and stores those artifacts and db data outside of the SDK to allow SDK replacement leaving data intact. For more information, see the notes on the lightSDK.
For those of you working on remote machines (EC2 instances, etc), try one of these :
- Linux 64-bit Stable : curl -O -L http://www.10gen.com/~~/f/10gen-linux_x86_64-stable.tar.gz
- Linux 64-bit Nightly : curl -O -L http://www.10gen.com/~~/f/10gen-linux_x86_64-nightly.tar.gz
- Linux 64-bit LightSDK : curl -O -L http://www.10gen.com/~~/f/10gen-linux_x86_64-nightly-lightSDK.tar.gz
- Linux 32-bit Snapshot : curl -O -L http://www.10gen.com/~~/f/10gen-linux_i386-nightly.tar.gz
- OS X Stable : curl -O -L http://www.10gen.com/~~/f/10gen-macosx-stable.tar.gz
- OS X Nightly : curl -O -L http://www.10gen.com/~~/f/10gen-macosx-nightly.tar.gz
- OS X LightSDK : curl -O -L http://www.10gen.com/~~/f/10gen-macosx-nightly-lightSDK.tar.gz
Source Code
See http://github.com/10gen.
Documentation
Included in the SDK are some simple guides to help you get started. They are also on the wiki for ease of reference :
- QuickStart Guide : What you need to quickly start using the SDK. Windows QuickStart
- Admin Site How-To : How to create an admin user to start using the 10gen Admin Site


