Jacobi zip files for offline access

      Name                    Last modified      Size  Description
Parent Directory - jacobi-0.4.4-full.zip 2018-05-15 07:17 371K jacobi-0.6.4-full.zip 2019-05-25 08:03 468K jacobi-0.7.5-part.zip 2020-06-06 13:44 407K

Files ending with "-full.zip" contain every file needed to run Jacobi offline. After decompressing, you should get a "jacobi" directory containing the subdirectories "libs" and "v?.?.?". Files ending with "-part.zip" are upgrades and contain only a "v?.?.?" directory. This directory needs to be placed in the jacobi directory obtained by decompressing an older -full.zip.

Running Jacobi

Open the file solver.html found inside of the directory jacobi/v?.?.? with your browser to start Jacobi.

For technical reasons, speed is likely to be reduced by ~80% compared to online Jacobi. To find out if this is the case, in the top-left menu, select "About". If the line WebAssembly says "yes (off)", then speed is reduced. To improve the speed, use one of the possibilities below.

Improve speed for Firefox 68+

  1. Set privacy.file_unique_origin to false in about:config
  2. Modify the end of the address to solver.html#solver?wasm , click "go", and hit "refresh".

Improve speed for all browsers (requires python)

  1. Open a terminal
  2. Navigate to the "jacobi" directory
  3. Run the command python -m SimpleHTTPServer 8080
  4. In your browser, open the URL http://localhost:8080/v?.?.?/solver.html (change v?.?.? to the version that you want).