Skip to content

ENFUGUE Web UI v0.1.0

Compare
Choose a tag to compare
@painebenjamin painebenjamin released this 28 Jun 02:05
· 831 commits to main since this release

Thank you for trying out Enfugue!

This is the first alpha release, version 0.1.0.

For Linux users, download the manylinux files here, concatenate them and extract them. A simple console command to do that is:

cat enfugue-server-0.1.0*.part | tar -xvz

For Windows users, download the win64 files here, and extract them using a program which allows extracting from multiple archives such as 7-Zip.

If you are using 7-Zip, you should not extract both files independently. If they are in the same directory when you unzip the first, 7-Zip will automatically unzip the second. The second file cannot be extracted on it's own.

Checksums:

16b6fcfe4a1e357c6619f55b266ce14b  enfugue-server-0.1.0-manylinux.tar.gz.0.part
0adf7fe6b2a378a45212bcc4a4f86939  enfugue-server-0.1.0-manylinux.tar.gz.1.part
c1a226b07fe00aa7825a868254c4fc69  enfugue-server-0.1.0-manylinux.tar.gz.2.part
489ebf6d6a713abc463763a75bff7b4c  enfugue-server-0.1.0-win64.zip.001
1d8ce3cdf6e9e5e71747f1e182f27e27  enfugue-server-0.1.0-win64.zip.002

After extraction, simply run the server - with enfugue-server.exe on Windows, or enfugue.sh on Linux.

Thank you again!