Skip to content

Releases

Guy Davis edited this page May 29, 2021 · 28 revisions

The project is still in beta, join the Discord for support and to help out.

Releases of Machinaris can be found on:

The most recent ChangeLog is found on Github.

Branches

The following image tags will be available:

  • ghcr.io/guydavis/machinaris (aka: docker pull ghcr.io/guydavis/machinaris:latest) <-- This is the one you want. Stable release!
  • ghcr.io/guydavis/machinaris:test --> Generally holds upcoming changes, stable enough for testing out the new stuff.
  • ghcr.io/guydavis/machinaris:develop --> Changes regularly as development happens, not stable. Will break!

Chiapos

As of May 2021, the Chiapos multithreading improvements are available in a separate Machinaris image, for potentially improving plotting speed, particularly on faster/newer CPUs. While it doesn't speed plotting up on all systems, you may want to give it a try at your own risk. This image is exactly the Machinaris mainline plus the patch.

To use it, pull image:

  • ghcr.io/guydavis/machinaris:chiapos

When you start a plot with this patched version, look for Using optimized chiapos... at the top of the plot job log like this:

Chiapos

Clone this wiki locally