Skip to content

Install on Mac/Linux

Install JellyFaaS

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Platform48/jellyfaas_cli/refs/heads/main/install.sh)"

Paste that in a macOS Terminal or Linux shell prompt.

Alternatively, you can follow the manual steps below.

Manual Installation

  1. Unzip the file
    Open Terminal, navigate to the directory containing jellyfaas.zip, and run the following, this will move:
    unzip jellyfaas.zip
    chmod +x jellyfaas
    sudo mv jellyfaas /usr/local/bin/

To run JellyfaaS You can now run:

jellyfaas

If JellyFaaS was successfully moved, it should be available system-wide.

Next Steps