dl.fatfishlab.app

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:

The currently support products are:

Releases for windows, macos or arm64 are not available yet. Contact us at support@fatfi.sh to request them.

Install

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

FAQ

The installation script returned an error. How can I fix it?

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.

How can I upgrade an existing installation?

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