Changelog
- Updated dependencies
Downloads
fractal_viewer_bin
- Linux (x86_64) binary
fractal_viewer_bin.exe
- Windows (x86_64) binary
Web version available at https://arthomnix.dev/fractal
To install on a platform with no downloads available (e.g. macOS or ARM Linux/Windows), install Rust and run cargo install --git https://github.com/arthomnix/fractal_viewer
. The Linux binary is built on Arch Linux which has a very recent glibc, so try installing using this method if you're on an older distro and you run into glibc-related errors.
If you want to host the web version yourself, set the SITE_LINK
environment variable to the site you will be hosting on, and additionally set SOURCE_LINK
and DL_LINK
to the source code and desktop download links if you are hosting a fork. Build the web version using the web/build.sh
script. This will produce a zip archive at web/fractal_viewer_web.zip
; extract this onto your Web server.