1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
---
# Download
---
[TOC]
GitHub Source Repository
------------------------
The source repository is available via [GitHub](https://github.com/stevengj/meep).
The current stable release is **version 1.6** which can be obtained from:
- <https://github.com/stevengj/meep/releases>
Refer to [NEWS](https://github.com/stevengj/meep/blob/master/NEWS.md) for a list of the latest changes, and be sure to read the [Installation](Installation.md) section for how to compile and install it.
To receive notifications when new versions are released, subscribe to the **meep-announce** mailing list:
- [meep-announce mailing list](http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-announce)
Precompiled Packages for Ubuntu
-------------------------------
Precompiled packages of Meep 1.3 are available for [Ubuntu](https://packages.ubuntu.com/search?keywords=meep). We recommend Ubuntu as Meep and all of its dependencies can be installed using just one line:
```sh
sudo apt-get install meep h5utils
```
You can also install the [parallel version of Meep](http://packages.debian.org/testing/science/meep-mpi-default) which is based on [Open MPI](https://www.open-mpi.org/) using:
```sh
sudo apt-get install meep-mpi-default
```
Newer packages for Ubuntu and Debian are currently being prepared.
Amazon Web Services (AWS)
-------------------------
The latest stable version of Meep preinstalled on [Ubuntu](https://en.wikipedia.org/wiki/Ubuntu) 16.04 can be accessed for free on Amazon Web Services (AWS) Elastic Compute Cloud (EC2) as an [Amazon Machine Image (AMI)](https://aws.amazon.com/marketplace/pp/B01KHWH0AS) provided by [Simpetus](http://www.simpetus.com/launchsims.html).
|