Installation
This guide will help you set up your first automation workflow in just a few steps.
Download Runtime#
Download and install the runtime of Actionforge for your operating system called actrun
. Don't see your platform listed? Book a call.
Note for Windows users: Some outdated Windows Defender versions might flag the executable incorrectly as malware. To resolve this, please update to the latest Windows Defender definitions by following the official instructions by Microsoft provided here or below.
To update Windows Defender, please run the following commands as an administrator:
cd %ProgramFiles%\Windows Defender
MpCmdRun.exe -removedefinitions -dynamicsignatures
MpCmdRun.exe -SignatureUpdate
To be really thorough, you can verify the download by comparing the checksum with those on the downloads page or consult VirusTotal.com.
1. Unzip#
2. Run#
1. Download#
2. Install#
The installer only copies a single executable called actrun
to /usr/local/bin
.Both the binary and installer are fully code signed and notarized by Apple.
3. Verify#
You are now set up to start creating your first action graph in the next chapter. 🚀