Download

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Adding Dalien's nightly build link)
(Test package)
 
(391 intermediate revisions by 47 users not shown)
Line 1: Line 1:
{{Template:Quicklinks}}
+
{{Quicklinks}}{{ReleaseInfo}}
==Sourcecode==
+
= Introduction =
Here are the current released versions of OpenSim.
+
<font color="#ff0000">'''Note 1:'''</font> If you are reading this on any site but http://www.opensimulator.org, you might not be actually downloading OpenSimulator.org software. Please check your browser URL before proceeding any further.
  
<font color=red>'''Please note:'''</font> As OpenSim is still at an alpha code maturity stage, there is absolutely no guarantee that functionality works or is stable, even in the numbered releases. Certain features may not work either because the code is in rapid evolution, or because the functionality has simply not been implemented yet.  However, constructive feedback is still welcomed.
+
<font color="#ff0000">'''Note 2:'''</font> Depending on what you want to do with OpenSimulator, setting it up and keeping it running will require a fair amount of technical knowledge. After downloading OpenSim, please consult the several instruction manuals on this Wiki and elsewhere. Please be aware that the learning curve for operating OpenSimulator is steep.
  
Also, please be aware that OpenSim requires that you have a fair amount of technical knowledge in order to set it up - there is no point and click installer (and having one would probably be premature at this stage).
+
<font color="#ff0000">'''Note 3:'''</font> Many Linux distros (including Ubuntu) ship with only the "mono-runtime" package installed, however you need to install "mono-complete" for some OpenSimulator features such as LSL script commands.
  
You may need to use the Subversion source code management system to obtain the code.  Subversion can be downloaded for Windows from [http://subversion.tigris.org/servlets/NewsItemView?newsItemID=1941 here], or for Mac OS X 10.4.x [http://homepage.mac.com/martinott/Subversion-1.4.4.pkg.zip here]. SVN is built into Mac OS X 10.5.
+
<font color="#ff0000">'''Note 4:'''</font> OpenSimulator is made available under the [[BSD License]].  Downloaders of the code also receive an additional [[IP Rights Grant]] for any intellectual property licensed to OpenSimulator under the terms of the [[Contributions_Policy#OpenSimulator_Licensing_Conditions|Contribution Agreements]].
  
* '''Latest Subversion revision version (bleeding edge)'''
+
Windows users may need to unblock the downloaded archives, or windows my refuse to execute the programs.
svn co http://opensimulator.org/svn/opensim/trunk opensim
+
Right click the archive file, see Properties, and mark Unblock at end if present.
  
* '''0.5.8 is the latest release source tarball in .tgz format (a few steps back from the bleeding edge) (6/14/08)'''
+
= Binary Packages =
http://dist.opensimulator.org/opensim-0.5.8.tgz
+
  
for those who prefer git, there is an "unofficial mirror" of SVN into git. It is intended for the collaborative prototyping/proofs of concept, etc.
+
== Current release ==
git clone http://opensim.be/git/opensim-svn.git
+
Once you've unzipped/untarred these you'll be able to run OpenSimulator 'out of the box' in simple standalone mode - no code compilation or other installation required.
If you know SVN and are interested to compare git, refer to the [http://git.or.cz/course/svn.html crash course]
+
  
==Binaries==
+
The current release is '''{{#var:currentversion}}''' (released on {{#var:releasedate}}) and can be downloaded as
<font color=red>'''Please Note:'''</font> These binaries are unofficial - they are not endorsed by the core OpenSimulator development team and so we cannot guarantee their authenticity.  If you use them, please don't necessarily expect support from the community, especially if they are older versions than the current version.  At this stage in our development, it is often be the case that many issues have been fixed since they were released.  Currently, the prefered method to get a working system is to build OpenSimulator from source.
+
  
===Un-Official Builds===
+
*[{{#var:url_bingz}} opensim-{{#var:currentversion}}.tar.gz]
<table border=1>
+
or
  <tr>
+
*[{{#var:url_binzip}} opensim-{{#var:currentversion}}.zip]
      <th>URL</th>
+
      <th>FileType</th>
+
      <th>Version</th>
+
      <th>Platform</th>
+
      <th>Commentary</th>
+
  </tr>
+
  <tr>
+
      <td>[http://www.twingate.nl/downloads/opensim/0.5.6-build/opensim0.5.6-build.zip OpenSim 0.5.6 Alpha]</td>
+
      <td>ZIP</td>
+
      <td>0.5.6</td>
+
      <td>windows</td>
+
      <td>22-may-2008</td>
+
  </tr>
+
  <tr>
+
      <td>[http://www.twingate.nl/downloads/opensim/0.5.5-build/opensim0.5.5-build.zip OpenSim 0.5.5]</td>
+
      <td>ZIP</td>
+
      <td>0.5.5</td>
+
      <td>windows</td>
+
      <td>22-may-2008</td>
+
  </tr>
+
  <tr>
+
      <td>[http://osgrid.org/download/opensim-bin-linux32-0.5.4.tar.gz OpenSim 0.5.4]</td>
+
      <td>TAR.GZ</td>
+
      <td>0.5.4</td>
+
      <td>linux</td>
+
      <td></td>
+
  </tr>
+
  <tr>
+
      <td>[http://osgrid.org/download/opensim-bin-win32-0.5.4.zip Opensim 0.5.4]</td>
+
      <td>ZIP</td>
+
      <td>0.5.4</td>
+
      <td>windows</td>
+
      <td></td>
+
  </tr>
+
  <tr>
+
      <td>[http://osgrid.org/download/opensim-0.5.1.tar.gz OpenSim 0.5.1]</td>
+
      <td>TAR.GZ</td>
+
      <td>0.5.1</td>
+
      <td></td>
+
      <td></td>
+
  </tr>
+
</table>
+
  
 +
After unpacking please read the [[{{#var:currentversion}} Release]] Notes.
 +
Further instructions on running OpenSimulator may be found in README.txt after you untar/unzip the archives and within this wiki.
  
===Un-Official Trunk Builds===
+
== Test package ==
* [http://builds.opensimulator.org OpenSim Trunk - builds.opensimulator.org]
+
at [https://github.com/opensim/opensim/releases our github releases] you may find recent test packages named
* [http://www.twingate.nl/downloads/opensim/trunk-build/22may2008/opensim-trunk(22may2008).7z OpenSim Trunk - www.twingate.nl]
+
* LastDotNetAutoBuild built for dotnet 6.0
  
  
===Un-Official Nightly Builds===
+
Note that this is code in current development. It can occasionally be bad, so use with care.<br>
* [http://opensim.be/build/ Opensim nightly build - opensim.be]
+
Backup your regions, (grid,) and databases before any update, in particular to this test code.<br>
 +
Use the provided ini files examples to create your own. Do not use older ones<br>
 +
It is compiled in Release mode, as future OpenSim releases will be. This may make debug a bit harder.<br>
 +
Source code can be found at [[Developer_Documentation#Source_Code_Repository_Access|OpenSimulator source code repository]]
 +
<!--
 +
== Release candidate ==
 +
Binary packages of the current candidate for the next OpenSimulator release are provided in .zip or .tar.gz form.  This candidate is made available for testing - if you require more tested code then please download the current release instead.  The two packages are theoretically identical, though the .tar.gz was built on mono while the .zip was built under .NET.
  
==Addons==
+
* [{{#var:url_testbingz}} opensim-{{#var:currenttestversion}}.tar.gz]
Openlibrary release v0.20 is a collection of Texures, Skins, Clothing etc Assets & Inventory Items common to all users when installed to your OpenSimulator Release. This library is provided under Creative Commons 2.5 by Attribution License.
+
* [{{#var:url_testbinzip}} opensim-{{#var:currenttestversion}}.zip]
* [http://openlifegrid.com/Downloads/tabid/67/Default.aspx Openlibrary release 0.20 Asset & Inventory Addon]  
+
  
* [http://www.sendspace.com/file/ebqan8 Mirror (login not required to download)]
+
Temporary release notes: [[0.9.0.0 Release]]
To Use Delete your existing Assets & Inventory Library and Replace with the Assets & Inventory Folders contained in the .zip file.
+
  
 +
Further instructions may be found in README.txt after you untar/unzip the archives.
 +
-->
  
 +
= Other Distributions =
  
 +
OpenSimulator is a BSD licensed codebase, so other projects are welcome to repackage OpenSimulator and add their own modules or configuration.  Current known public distributions are
  
 +
* Diva Distribution, a '''Preconfigured hypergrided standalone,''' binary distribution. Easy to setup and to keep up to date. Windows and Linux/Unix. Download the file diva-rNNNN.zip, unzip it, read README.txt and take it from there. <br />http://metaverseink.com/Downloads.html
  
''Pages by Category:''[[:Category:Users| User-pages]],[[:Category:Development| Developer-pages]],[[:Category:Scripts| Scripts]]<br />
+
* OSGrid distribution.  This is preconfigured for connection of an OpenSimulator instance to OSGrid. <br />https://www.osgrid.org/download.php
  
 +
* DreamGrid is a free, pre-packaged Windows-compatible virtual reality OpenSimulator system that is easy to install, easy to run, and powerful.<br />https://www.outworldz.com/Outworldz_installer/Grid/
 +
 +
= Source code =
 +
 +
== Current release ==
 +
The two packages are identical apart from their compression formats.
 +
 +
*[{{#var:url_srcgz}} opensim-{{#var:currentversion}}-source.tar.gz] or
 +
*[{{#var:url_srczip}} opensim-{{#var:currentversion}}-source.zip]
 +
 +
== Source code repository ==
 +
You can also download code directly from the [[Developer_Documentation#Source_Code_Repository_Access|OpenSimulator source code repository]].  However, we only suggest doing this if you've very familiar with OpenSimulator.  Master development code at any point may be broken or may contain database changes that later need to be reversed.
 +
 +
= Previous releases =
 +
You can find previous releases of OpenSimulator at http://opensimulator.org/dist. Some old releases only have source code packages.
 +
 +
Previous [[Release Notes]]
 +
 +
= Developers and Testers =
 +
If you're a developer or a tester and you want to download possibly broken development code then please [[Developer Documentation#Source Code Repository Access|go here]]
 +
 +
= Related Software =
 +
* [[Related Software|Related Software Section]] - Here you can find details on OpenSimulator compatible viewers, external components (e.g. web sign-up systems) and add-on region modules.
 +
 +
<!--
 +
''Pages by Category:''[[:Category:Users| User-pages]],[[:Category:Development| Developer-pages]],[[:Category:Scripts| Scripts]]<br />
  
 
[[Category:Users]]
 
[[Category:Users]]
 
[[Category:Developers]]
 
[[Category:Developers]]
<cleanpage title=hide cats=hide />
+
[[Category:Scripts]]
 +
-->

Latest revision as of 08:42, 27 November 2023

Contents

[edit] Introduction

Note 1: If you are reading this on any site but http://www.opensimulator.org, you might not be actually downloading OpenSimulator.org software. Please check your browser URL before proceeding any further.

Note 2: Depending on what you want to do with OpenSimulator, setting it up and keeping it running will require a fair amount of technical knowledge. After downloading OpenSim, please consult the several instruction manuals on this Wiki and elsewhere. Please be aware that the learning curve for operating OpenSimulator is steep.

Note 3: Many Linux distros (including Ubuntu) ship with only the "mono-runtime" package installed, however you need to install "mono-complete" for some OpenSimulator features such as LSL script commands.

Note 4: OpenSimulator is made available under the BSD License. Downloaders of the code also receive an additional IP Rights Grant for any intellectual property licensed to OpenSimulator under the terms of the Contribution Agreements.

Windows users may need to unblock the downloaded archives, or windows my refuse to execute the programs. Right click the archive file, see Properties, and mark Unblock at end if present.

[edit] Binary Packages

[edit] Current release

Once you've unzipped/untarred these you'll be able to run OpenSimulator 'out of the box' in simple standalone mode - no code compilation or other installation required.

The current release is 0.9.2.2 (released on March 29, 2023) and can be downloaded as

or

After unpacking please read the 0.9.2.2 Release Notes. Further instructions on running OpenSimulator may be found in README.txt after you untar/unzip the archives and within this wiki.

[edit] Test package

at our github releases you may find recent test packages named

  • LastDotNetAutoBuild built for dotnet 6.0


Note that this is code in current development. It can occasionally be bad, so use with care.
Backup your regions, (grid,) and databases before any update, in particular to this test code.
Use the provided ini files examples to create your own. Do not use older ones
It is compiled in Release mode, as future OpenSim releases will be. This may make debug a bit harder.
Source code can be found at OpenSimulator source code repository

[edit] Other Distributions

OpenSimulator is a BSD licensed codebase, so other projects are welcome to repackage OpenSimulator and add their own modules or configuration. Current known public distributions are

  • Diva Distribution, a Preconfigured hypergrided standalone, binary distribution. Easy to setup and to keep up to date. Windows and Linux/Unix. Download the file diva-rNNNN.zip, unzip it, read README.txt and take it from there.
    http://metaverseink.com/Downloads.html

[edit] Source code

[edit] Current release

The two packages are identical apart from their compression formats.

[edit] Source code repository

You can also download code directly from the OpenSimulator source code repository. However, we only suggest doing this if you've very familiar with OpenSimulator. Master development code at any point may be broken or may contain database changes that later need to be reversed.

[edit] Previous releases

You can find previous releases of OpenSimulator at http://opensimulator.org/dist. Some old releases only have source code packages.

Previous Release Notes

[edit] Developers and Testers

If you're a developer or a tester and you want to download possibly broken development code then please go here

[edit] Related Software

  • Related Software Section - Here you can find details on OpenSimulator compatible viewers, external components (e.g. web sign-up systems) and add-on region modules.


Personal tools
General
About This Wiki