You can create a Bitswan workspace and run Bitswan automations anywhere whether in a VPS on your favorite cloud provider or on your environment locally! This post will run you through the process of setting up a Bitswan workspace complete with an IDE for building your automations and and a runtime system where you can deploy them with the click of a button. Prerequisities git, linux/macos environment, docker, and bitswan-workspace-cli Tutorial Install Bitswan Workspace CLI Linux / WSL LATEST_VERSION=$(curl -s https://api.github.com/repos/bitswan-space/bitswan-workspaces/releases/latest | grep -Po '"tag_name": "\K.*?(?=")') curl -L "https://github.com/bitswan-space/bitswan-workspaces/releases/download/${LATEST_VERSION}/bitswan-workspaces_${LATEST_VERSION}_linux_amd64.tar.gz" | tar -xz You can find the installation instructions and command for MacOS here ...