Installation
Download Runtime
Section titled “Download Runtime”Download and install the runtime of Actionforge for your operating system called actrun. Don’t see your platform listed? Book a call.
1. Download
Section titled “1. Download”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 DefenderMpCmdRun.exe -removedefinitions -dynamicsignaturesMpCmdRun.exe -SignatureUpdateTo be really thorough, you can verify the download by comparing the checksum with those on the downloads page or consult VirusTotal.com.
2. Unzip
Section titled “2. Unzip”
actrun.windows.zip3. Run
Section titled “3. Run”
1. Download
Section titled “1. Download”2. Install
Section titled “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.
actrun.macos.pkg3. Verify
Section titled “3. Verify”
1. Download
Section titled “1. Download”2. Extract
Section titled “2. Extract”
actrun.linux.tar.gz3. Move
Section titled “3. Move”mv actrun /usr/local/binThe best place to put the actrun binary is in /usr/local/bin so that it is available in your PATH environment. You may need to run the command above as root or through sudo.
4. Verify
Section titled “4. Verify”
You are now set up to start creating your first action graph in the next chapter. 🚀