Downloads: Make it your own

It's your computer: make it what you need. Get the latest version of the Étoilé base system, create more with new services and applications, or spice up your screen with unique wallpaper images.

Get Étoilé

WARNING: As it stands now, Etoile is more or less a development environment and not a desktop environment. Most user-visible development such as Mélodie (music manager) have been put on hold, until our core frameworks become more mature.

  • We have no working theme since we are still in the process of migrating from our Camaelon theme engine to the new one bundled with GNUstep.
  • We are also switching to a new window manager based on the project-orientation idea, so our old window manager Azalea is now unsupported.

Source Code

Étoilé is developed in multiple Github repositories, located at https://github.com/etoile.

The Étoilé repository is an aggregate repository to check out and build all Étoilé subproject repositories, located at https://github.com/etoile/Etoile.

Note: You should generally check out the aggregate repository rather than a subproject repository directly, since this is the easiest way to build a subproject, without having to worry about the dependencies accross subprojects.

Étoilé trunk

The trunk or master branch represents the current development state accross all Étoilé subprojects. Every time etoile-fetch.sh is run, the master branches of the subprojects are checked out. This trunk branch should work, but is likely to contain untested code.

You can check out a copy with the CLI:

$ git clone https://github.com/etoile/Etoile
$ cd Etoile
$ ./etoile-fetch.sh

Étoilé 0.4.2

Released on April 12th 2012, it is limited to EtoileFoundation. It requires Clang 3.0 and the latest GNUstep releases or trunk. The release announcement can be read here.

The release archives include API documentation in the Documentation directory.

Download EtoileFoundation 0.5 (1.1MB)

Download EtoileFoundation 0.5 with SVN metadata (955KB)

Check out Version 0.4.2 with SVN (9.1MB)

Or browse Etoile 0.4.2 in the download area.

Releases

The release branches are fixed points in the tree. These are the most tested, and only contain things we are fairly confident work as advertised. A release is a partial snapshot of the trunk tree at a given time. If you are packaging Étoilé, please pick the latest release.

The tarball with SVN metadata contains the .svn folders and can be used to seed a source tree. If you run svn up in the directory created by untarring one of these then it will update to the latest trunk version.

Obsolete Downloads

VirtualBox Development Image

This is an Ubuntu 9.04 installation with a snapshot of Étoilé trunk from June 2009. The username and password are both etoile.

Download VirtualBox image (June 10, 2009) (895MB)

VirtualBox 3.0 or greater is required.

To use, extract the archive, and choose "Import Appliance" from the File menu of VirtualBox. You will then have to select the .ovf file, and it will take a few minutes to import the VM image.

LiveCD

The Étoilé LiveCD includes version 0.2, which is OBSOLETE. However, if you have a copy of the LiveCD already, the username and password are both etoile.

For the nostalgic, LiveCD 0.2 is available here (584MB)

Those interested in helping update the LiveCD can inquire here.

Releases

The previous Étoilé releases remain available in the download area. Take note they won't usually work with recent LLVM and GNUstep releases.