You can download releases from this domain.
Download is subject to a valid and active subscription. Contact our sales team to know more.
Your subscription ID need to be provided in the headers of the request using the header
x-subscription-id
These are the currently supported target/architecture tuples:
x64The currently support products are:
oceangraphaquariumReleases for windows, macos or arm64 are not available yet. Contact us at support@fatfi.sh to request them.
You can install with an install script is available at:
curl -fsSL https://dl.fatfishlab.app/[product] | bash
You can find the latest release version at:https://dl.fatfishlab.app/releases/[product]/latest
To get the download URL for a specific release, use:https://dl.fatfishlab.app/releases/[product]/[target]/[architecture]/[version]
To uninstall the product, you can use the uninstall script at:curl -fsSL https://dl.fatfishlab.app/[product]/uninstall | bash
The installation script can returns the following errors:
NO_SUBSCRIPTION_ID: The subscription ID is not provided in the headers.
SUBSCRIPTION_NOT_FOUND: The subscription ID is not found.
SUBSCRIPTION_NOT_ACTIVE: The subscription is not active.
SUBSCRIPTION_NOT_ALLOWED: The subscription is not allowed for downloading releases.
Please contact our sales team to fix this issue.
PRODUCT_NOT_ALLOWED: The product is not allowed for downloading releases.
Please contact our sales team to fix this issue.
SANITIZE_ERROR: The request contains unrecognized keys. Read the error message to know which keys are not allowed.
FILE_NOT_FOUND: The file your are trying to download is not found.
UNKNOWN_ERROR: An unknown error occurred.
Please contact our support team to help you fix the issue.
You can safely run the installation script again to upgrade an existing installation. Use this command to get help about the available flags:
curl -fsSL https://dl.fatfishlab.app/[product] | bash -s -- --help