Skip to content

Releases: Allow2/allow2automate-agent

v1.7.2

25 Jan 04:25

Choose a tag to compare

Allow2 Automate Agent v1.7.2

Installation Instructions

Windows

  1. Download allow2automate-agent-win-x64-v1.7.2-setup.exe
  2. (Optional) Place your config.json file in the same folder as the installer
  3. Run the installer - it will auto-detect the config file or prompt you to browse for one
  4. Follow the installation wizard
  5. The agent service will start automatically

macOS (Intel & Apple Silicon)

  1. Download allow2automate-agent-darwin-universal-v1.7.2.pkg
  2. Open the package and follow the installer
  3. The agent will start automatically as a LaunchDaemon

Note: This is a universal binary that works on both Intel (x64) and Apple Silicon (M1/M2/M3) Macs.

Linux (DEB)

wget https://github.com/Allow2/allow2automate-agent/releases/download/v1.7.2/allow2automate-agent-linux-amd64-v1.7.2.deb
sudo dpkg -i allow2automate-agent-linux-amd64-v1.7.2.deb
sudo systemctl start allow2automate-agent

Linux (RPM)

wget https://github.com/Allow2/allow2automate-agent/releases/download/v1.7.2/allow2automate-agent-linux-x86_64-v1.7.2.rpm
sudo rpm -i allow2automate-agent-linux-x86_64-v1.7.2.rpm
sudo systemctl start allow2automate-agent

Linux (Universal Installer - Recommended)

The easiest way to install on Linux is via the Allow2Automate parent application:

  1. Open Allow2Automate on your parent device
  2. Go to Settings > Device Monitoring
  3. Click "Get Linux Installer Script"
  4. Copy the generated script to the target Linux machine
  5. Run: sudo sh install-allow2-agent.sh

The script auto-detects your distribution (Ubuntu, Debian, Fedora, RHEL, CentOS, openSUSE, etc.) and installs the correct package.

Verification

All installers are signed and include SHA256 checksums in checksums.txt.

To verify your download:

sha256sum -c checksums.txt

Changes

  • fix linux install template binary installer naming (a8e96cc)

Platform Support

  • Windows 10/11 (x64)
  • macOS 11+ (Intel x64 and Apple Silicon ARM64 - universal binary)
  • Linux (DEB/RPM, x64)

Requirements

  • Node.js 18.0.0 or higher (bundled in installers)
  • Internet connection for Allow2 API communication

Full Changelog: v1.7.1...v1.7.2

v1.7.1

24 Jan 12:34

Choose a tag to compare

Allow2 Automate Agent v1.7.1

Installation Instructions

Windows

  1. Download allow2automate-agent-win-x64-v1.7.1-setup.exe
  2. (Optional) Place your config.json file in the same folder as the installer
  3. Run the installer - it will auto-detect the config file or prompt you to browse for one
  4. Follow the installation wizard
  5. The agent service will start automatically

macOS (Intel & Apple Silicon)

  1. Download allow2automate-agent-darwin-universal-v1.7.1.pkg
  2. Open the package and follow the installer
  3. The agent will start automatically as a LaunchDaemon

Note: This is a universal binary that works on both Intel (x64) and Apple Silicon (M1/M2/M3) Macs.

Linux (DEB)

wget https://github.com/Allow2/allow2automate-agent/releases/download/v1.7.1/allow2automate-agent-linux-amd64-v1.7.1.deb
sudo dpkg -i allow2automate-agent-linux-amd64-v1.7.1.deb
sudo systemctl start allow2automate-agent

Linux (RPM)

wget https://github.com/Allow2/allow2automate-agent/releases/download/v1.7.1/allow2automate-agent-linux-x86_64-v1.7.1.rpm
sudo rpm -i allow2automate-agent-linux-x86_64-v1.7.1.rpm
sudo systemctl start allow2automate-agent

Linux (Universal Installer - Recommended)

The easiest way to install on Linux is via the Allow2Automate parent application:

  1. Open Allow2Automate on your parent device
  2. Go to Settings > Device Monitoring
  3. Click "Get Linux Installer Script"
  4. Copy the generated script to the target Linux machine
  5. Run: sudo sh install-allow2-agent.sh

The script auto-detects your distribution (Ubuntu, Debian, Fedora, RHEL, CentOS, openSUSE, etc.) and installs the correct package.

Verification

All installers are signed and include SHA256 checksums in checksums.txt.

To verify your download:

sha256sum -c checksums.txt

Changes

Platform Support

  • Windows 10/11 (x64)
  • macOS 11+ (Intel x64 and Apple Silicon ARM64 - universal binary)
  • Linux (DEB/RPM, x64)

Requirements

  • Node.js 18.0.0 or higher (bundled in installers)
  • Internet connection for Allow2 API communication

Full Changelog: v1.7.0...v1.7.1

v1.7.0

22 Jan 12:05

Choose a tag to compare

Allow2 Automate Agent v1.7.0

Installation Instructions

Windows

  1. Download allow2automate-agent-win-x64-v1.7.0-setup.exe
  2. (Optional) Place your config.json file in the same folder as the installer
  3. Run the installer - it will auto-detect the config file or prompt you to browse for one
  4. Follow the installation wizard
  5. The agent service will start automatically

macOS (Intel & Apple Silicon)

  1. Download allow2automate-agent-darwin-universal-v1.7.0.pkg
  2. Open the package and follow the installer
  3. The agent will start automatically as a LaunchDaemon

Note: This is a universal binary that works on both Intel (x64) and Apple Silicon (M1/M2/M3) Macs.

Linux (DEB)

wget https://github.com/Allow2/allow2automate-agent/releases/download/v1.7.0/allow2automate-agent-linux-amd64-v1.7.0.deb
sudo dpkg -i allow2automate-agent-linux-amd64-v1.7.0.deb
sudo systemctl start allow2automate-agent

Linux (RPM)

wget https://github.com/Allow2/allow2automate-agent/releases/download/v1.7.0/allow2automate-agent-linux-x86_64-v1.7.0.rpm
sudo rpm -i allow2automate-agent-linux-x86_64-v1.7.0.rpm
sudo systemctl start allow2automate-agent

Linux (Universal Installer - Recommended)

The easiest way to install on Linux is via the Allow2Automate parent application:

  1. Open Allow2Automate on your parent device
  2. Go to Settings > Device Monitoring
  3. Click "Get Linux Installer Script"
  4. Copy the generated script to the target Linux machine
  5. Run: sudo sh install-allow2-agent.sh

The script auto-detects your distribution (Ubuntu, Debian, Fedora, RHEL, CentOS, openSUSE, etc.) and installs the correct package.

Verification

All installers are signed and include SHA256 checksums in checksums.txt.

To verify your download:

sha256sum -c checksums.txt

Changes

  • lock linux install script to release version (0dc5aea)

Platform Support

  • Windows 10/11 (x64)
  • macOS 11+ (Intel x64 and Apple Silicon ARM64 - universal binary)
  • Linux (DEB/RPM, x64)

Requirements

  • Node.js 18.0.0 or higher (bundled in installers)
  • Internet connection for Allow2 API communication

Full Changelog: v1.6.9...v1.7.0

v1.6.9

22 Jan 09:41

Choose a tag to compare

Allow2 Automate Agent v1.6.9

Installation Instructions

Windows

  1. Download allow2automate-agent-win-x64-v1.6.9-setup.exe
  2. (Optional) Place your config.json file in the same folder as the installer
  3. Run the installer - it will auto-detect the config file or prompt you to browse for one
  4. Follow the installation wizard
  5. The agent service will start automatically

macOS (Intel & Apple Silicon)

  1. Download allow2automate-agent-darwin-universal-v1.6.9.pkg
  2. Open the package and follow the installer
  3. The agent will start automatically as a LaunchDaemon

Note: This is a universal binary that works on both Intel (x64) and Apple Silicon (M1/M2/M3) Macs.

Linux (DEB)

wget https://github.com/Allow2/allow2automate-agent/releases/download/v1.6.9/allow2automate-agent-linux-amd64-v1.6.9.deb
sudo dpkg -i allow2automate-agent-linux-amd64-v1.6.9.deb
sudo systemctl start allow2automate-agent

Linux (RPM)

wget https://github.com/Allow2/allow2automate-agent/releases/download/v1.6.9/allow2automate-agent-linux-x86_64-v1.6.9.rpm
sudo rpm -i allow2automate-agent-linux-x86_64-v1.6.9.rpm
sudo systemctl start allow2automate-agent

Linux (Universal Installer - Recommended)

The easiest way to install on Linux is via the Allow2Automate parent application:

  1. Open Allow2Automate on your parent device
  2. Go to Settings > Device Monitoring
  3. Click "Get Linux Installer Script"
  4. Copy the generated script to the target Linux machine
  5. Run: sudo sh install-allow2-agent.sh

The script auto-detects your distribution (Ubuntu, Debian, Fedora, RHEL, CentOS, openSUSE, etc.) and installs the correct package.

Verification

All installers are signed and include SHA256 checksums in checksums.txt.

To verify your download:

sha256sum -c checksums.txt

Changes

  • fix: remove duplicate PKG signing that corrupted distribution.xml (f407149)

Platform Support

  • Windows 10/11 (x64)
  • macOS 11+ (Intel x64 and Apple Silicon ARM64 - universal binary)
  • Linux (DEB/RPM, x64)

Requirements

  • Node.js 18.0.0 or higher (bundled in installers)
  • Internet connection for Allow2 API communication

Full Changelog: v1.6.8...v1.6.9

v1.6.8

21 Jan 21:59

Choose a tag to compare

Allow2 Automate Agent v1.6.8

Installation Instructions

Windows

  1. Download allow2automate-agent-win-x64-v1.6.8-setup.exe
  2. (Optional) Place your config.json file in the same folder as the installer
  3. Run the installer - it will auto-detect the config file or prompt you to browse for one
  4. Follow the installation wizard
  5. The agent service will start automatically

macOS (Intel & Apple Silicon)

  1. Download allow2automate-agent-darwin-universal-v1.6.8.pkg
  2. Open the package and follow the installer
  3. The agent will start automatically as a LaunchDaemon

Note: This is a universal binary that works on both Intel (x64) and Apple Silicon (M1/M2/M3) Macs.

Linux (DEB)

wget https://github.com/Allow2/allow2automate-agent/releases/download/v1.6.8/allow2automate-agent-linux-amd64-v1.6.8.deb
sudo dpkg -i allow2automate-agent-linux-amd64-v1.6.8.deb
sudo systemctl start allow2automate-agent

Linux (RPM)

wget https://github.com/Allow2/allow2automate-agent/releases/download/v1.6.8/allow2automate-agent-linux-x86_64-v1.6.8.rpm
sudo rpm -i allow2automate-agent-linux-x86_64-v1.6.8.rpm
sudo systemctl start allow2automate-agent

Linux (Universal Installer - Recommended)

The easiest way to install on Linux is via the Allow2Automate parent application:

  1. Open Allow2Automate on your parent device
  2. Go to Settings > Device Monitoring
  3. Click "Get Linux Installer Script"
  4. Copy the generated script to the target Linux machine
  5. Run: sudo sh install-allow2-agent.sh

The script auto-detects your distribution (Ubuntu, Debian, Fedora, RHEL, CentOS, openSUSE, etc.) and installs the correct package.

Verification

All installers are signed and include SHA256 checksums in checksums.txt.

To verify your download:

sha256sum -c checksums.txt

Changes

  • fix macos signature corruption (960b0ce)

Platform Support

  • Windows 10/11 (x64)
  • macOS 11+ (Intel x64 and Apple Silicon ARM64 - universal binary)
  • Linux (DEB/RPM, x64)

Requirements

  • Node.js 18.0.0 or higher (bundled in installers)
  • Internet connection for Allow2 API communication

Full Changelog: v1.6.7...v1.6.8

v1.6.7

21 Jan 21:44

Choose a tag to compare

Allow2 Automate Agent v1.6.7

Installation Instructions

Windows

  1. Download allow2automate-agent-win-x64-v1.6.7-setup.exe
  2. (Optional) Place your config.json file in the same folder as the installer
  3. Run the installer - it will auto-detect the config file or prompt you to browse for one
  4. Follow the installation wizard
  5. The agent service will start automatically

macOS (Intel & Apple Silicon)

  1. Download allow2automate-agent-darwin-universal-v1.6.7.pkg
  2. Open the package and follow the installer
  3. The agent will start automatically as a LaunchDaemon

Note: This is a universal binary that works on both Intel (x64) and Apple Silicon (M1/M2/M3) Macs.

Linux (DEB)

wget https://github.com/Allow2/allow2automate-agent/releases/download/v1.6.7/allow2automate-agent-linux-amd64-v1.6.7.deb
sudo dpkg -i allow2automate-agent-linux-amd64-v1.6.7.deb
sudo systemctl start allow2automate-agent

Linux (RPM)

wget https://github.com/Allow2/allow2automate-agent/releases/download/v1.6.7/allow2automate-agent-linux-x86_64-v1.6.7.rpm
sudo rpm -i allow2automate-agent-linux-x86_64-v1.6.7.rpm
sudo systemctl start allow2automate-agent

Linux (Universal Installer - Recommended)

The easiest way to install on Linux is via the Allow2Automate parent application:

  1. Open Allow2Automate on your parent device
  2. Go to Settings > Device Monitoring
  3. Click "Get Linux Installer Script"
  4. Copy the generated script to the target Linux machine
  5. Run: sudo sh install-allow2-agent.sh

The script auto-detects your distribution (Ubuntu, Debian, Fedora, RHEL, CentOS, openSUSE, etc.) and installs the correct package.

Verification

All installers are signed and include SHA256 checksums in checksums.txt.

To verify your download:

sha256sum -c checksums.txt

Changes

  • build various linux distro packages and universal install script (7ccb2e8)

Platform Support

  • Windows 10/11 (x64)
  • macOS 11+ (Intel x64 and Apple Silicon ARM64 - universal binary)
  • Linux (DEB/RPM, x64)

Requirements

  • Node.js 18.0.0 or higher (bundled in installers)
  • Internet connection for Allow2 API communication

Full Changelog: v1.6.6...v1.6.7

v1.6.6

21 Jan 08:19

Choose a tag to compare

Allow2 Automate Agent v1.6.6

Installation Instructions

Windows

  1. Download allow2automate-agent-win-x64-v1.6.6-setup.exe
  2. (Optional) Place your config.json file in the same folder as the installer
  3. Run the installer - it will auto-detect the config file or prompt you to browse for one
  4. Follow the installation wizard
  5. The agent service will start automatically

macOS (Intel & Apple Silicon)

  1. Download allow2automate-agent-darwin-universal-v1.6.6.pkg
  2. Open the package and follow the installer
  3. The agent will start automatically as a LaunchDaemon

Note: This is a universal binary that works on both Intel (x64) and Apple Silicon (M1/M2/M3) Macs.

Linux (DEB)

wget https://github.com/Allow2/allow2automate-agent/releases/download/v1.6.6/allow2automate-agent-linux-amd64-v1.6.6.deb
sudo dpkg -i allow2automate-agent-linux-amd64-v1.6.6.deb
sudo systemctl start allow2automate-agent

Linux (RPM)

wget https://github.com/Allow2/allow2automate-agent/releases/download/v1.6.6/allow2automate-agent-linux-x86_64-v1.6.6.rpm
sudo rpm -i allow2automate-agent-linux-x86_64-v1.6.6.rpm
sudo systemctl start allow2automate-agent

Verification

All installers are signed and include SHA256 checksums in checksums.txt.

To verify your download:

sha256sum -c checksums.txt

Changes

  • fix: helper pkg bundling with native binary assets (eb43c62)

Platform Support

  • Windows 10/11 (x64)
  • macOS 11+ (Intel x64 and Apple Silicon ARM64 - universal binary)
  • Linux (DEB/RPM, x64)

Requirements

  • Node.js 18.0.0 or higher (bundled in installers)
  • Internet connection for Allow2 API communication

Full Changelog: v1.6.5...v1.6.6

v1.6.5

20 Jan 23:01

Choose a tag to compare

Allow2 Automate Agent v1.6.5

Installation Instructions

Windows

  1. Download allow2automate-agent-win-x64-v1.6.5-setup.exe
  2. (Optional) Place your config.json file in the same folder as the installer
  3. Run the installer - it will auto-detect the config file or prompt you to browse for one
  4. Follow the installation wizard
  5. The agent service will start automatically

macOS (Intel & Apple Silicon)

  1. Download allow2automate-agent-darwin-universal-v1.6.5.pkg
  2. Open the package and follow the installer
  3. The agent will start automatically as a LaunchDaemon

Note: This is a universal binary that works on both Intel (x64) and Apple Silicon (M1/M2/M3) Macs.

Linux (DEB)

wget https://github.com/Allow2/allow2automate-agent/releases/download/v1.6.5/allow2automate-agent-linux-amd64-v1.6.5.deb
sudo dpkg -i allow2automate-agent-linux-amd64-v1.6.5.deb
sudo systemctl start allow2automate-agent

Linux (RPM)

wget https://github.com/Allow2/allow2automate-agent/releases/download/v1.6.5/allow2automate-agent-linux-x86_64-v1.6.5.rpm
sudo rpm -i allow2automate-agent-linux-x86_64-v1.6.5.rpm
sudo systemctl start allow2automate-agent

Verification

All installers are signed and include SHA256 checksums in checksums.txt.

To verify your download:

sha256sum -c checksums.txt

Changes

  • remove public connection and apis (e21da14)

Platform Support

  • Windows 10/11 (x64)
  • macOS 11+ (Intel x64 and Apple Silicon ARM64 - universal binary)
  • Linux (DEB/RPM, x64)

Requirements

  • Node.js 18.0.0 or higher (bundled in installers)
  • Internet connection for Allow2 API communication

Full Changelog: v1.6.4...v1.6.5

v1.6.4

20 Jan 21:28

Choose a tag to compare

Allow2 Automate Agent v1.6.4

Installation Instructions

Windows

  1. Download allow2automate-agent-win-x64-v1.6.4-setup.exe
  2. (Optional) Place your config.json file in the same folder as the installer
  3. Run the installer - it will auto-detect the config file or prompt you to browse for one
  4. Follow the installation wizard
  5. The agent service will start automatically

macOS (Intel & Apple Silicon)

  1. Download allow2automate-agent-darwin-universal-v1.6.4.pkg
  2. Open the package and follow the installer
  3. The agent will start automatically as a LaunchDaemon

Note: This is a universal binary that works on both Intel (x64) and Apple Silicon (M1/M2/M3) Macs.

Linux (DEB)

wget https://github.com/Allow2/allow2automate-agent/releases/download/v1.6.4/allow2automate-agent-linux-amd64-v1.6.4.deb
sudo dpkg -i allow2automate-agent-linux-amd64-v1.6.4.deb
sudo systemctl start allow2automate-agent

Linux (RPM)

wget https://github.com/Allow2/allow2automate-agent/releases/download/v1.6.4/allow2automate-agent-linux-x86_64-v1.6.4.rpm
sudo rpm -i allow2automate-agent-linux-x86_64-v1.6.4.rpm
sudo systemctl start allow2automate-agent

Verification

All installers are signed and include SHA256 checksums in checksums.txt.

To verify your download:

sha256sum -c checksums.txt

Changes

  • Rationalise directory structures and naming (eb31fd7)
  • fix windows folder paths (b28d2fd)

Platform Support

  • Windows 10/11 (x64)
  • macOS 11+ (Intel x64 and Apple Silicon ARM64 - universal binary)
  • Linux (DEB/RPM, x64)

Requirements

  • Node.js 18.0.0 or higher (bundled in installers)
  • Internet connection for Allow2 API communication

Full Changelog: v1.6.3...v1.6.4

v1.6.3

19 Jan 23:38

Choose a tag to compare

Allow2 Automate Agent v1.6.3

Installation Instructions

Windows

  1. Download allow2automate-agent-win-x64-v1.6.3-setup.exe
  2. (Optional) Place your config.json file in the same folder as the installer
  3. Run the installer - it will auto-detect the config file or prompt you to browse for one
  4. Follow the installation wizard
  5. The agent service will start automatically

macOS (Intel & Apple Silicon)

  1. Download allow2automate-agent-darwin-universal-v1.6.3.pkg
  2. Open the package and follow the installer
  3. The agent will start automatically as a LaunchDaemon

Note: This is a universal binary that works on both Intel (x64) and Apple Silicon (M1/M2/M3) Macs.

Linux (DEB)

wget https://github.com/Allow2/allow2automate-agent/releases/download/v1.6.3/allow2automate-agent-linux-amd64-v1.6.3.deb
sudo dpkg -i allow2automate-agent-linux-amd64-v1.6.3.deb
sudo systemctl start allow2automate-agent

Linux (RPM)

wget https://github.com/Allow2/allow2automate-agent/releases/download/v1.6.3/allow2automate-agent-linux-x86_64-v1.6.3.rpm
sudo rpm -i allow2automate-agent-linux-x86_64-v1.6.3.rpm
sudo systemctl start allow2automate-agent

Verification

All installers are signed and include SHA256 checksums in checksums.txt.

To verify your download:

sha256sum -c checksums.txt

Changes

Platform Support

  • Windows 10/11 (x64)
  • macOS 11+ (Intel x64 and Apple Silicon ARM64 - universal binary)
  • Linux (DEB/RPM, x64)

Requirements

  • Node.js 18.0.0 or higher (bundled in installers)
  • Internet connection for Allow2 API communication

Full Changelog: v1.6.2...v1.6.3