Skip to content

Releases: jhd3197/faro

Faro v1.3.24

Choose a tag to compare

@github-actions github-actions released this 19 Jul 16:47

Faro v1.3.24

Cross-platform desktop client for SFTP · FTP · S3 · plus the Agent Bridge (hand a live SSH session to an AI agent). Grab the installer for your OS below.

🖥️ Desktop app

macOS (universal — Intel + Apple Silicon)

File Size
Faro_1.3.24_universal.dmg 17.2 MB
Faro_universal.app.tar.gz 17.0 MB

⚠️ macOS Gatekeeper: these builds are not notarized by Apple, so the first launch is blocked ("Faro is damaged / from an unidentified developer"). Drag Faro.app into /Applications, then run this once in Terminal:

xattr -cr /Applications/Faro.app

Then open it normally. (You only need to do this once per install.)

Windows (x64)

File Size
Faro_1.3.24_x64-setup.exe 6.6 MB
Faro_1.3.24_x64_en-US.msi 9.1 MB

⚠️ Windows SmartScreen: unsigned installer, so you'll see "Windows protected your PC." Click More info → Run anyway. The -setup.exe is the NSIS installer; the .msi is for managed/MDM deployments.

Linux (x64)

File Size
Faro-1.3.24-1.x86_64.rpm 10.0 MB
Faro_1.3.24_amd64.AppImage 85.2 MB
Faro_1.3.24_amd64.deb 10.0 MB

.AppImage: chmod +x and run. .deb: sudo apt install ./<file>.deb. .rpm: sudo dnf install ./<file>.rpm.

⌨️ Standalone CLI — faro-cli

Scripts every backend the GUI speaks, using the same saved profiles. Rename to faro-cli (faro-cli.exe on Windows), chmod +x on macOS/Linux, drop it on your PATH.

File Size
faro-cli-linux-x86_64 12.2 MB
faro-cli-macos-arm64 9.6 MB
faro-cli-macos-x86_64 11.1 MB
faro-cli-windows-x86_64.exe 11.1 MB

macOS CLI binary is unsigned too — xattr -c ./faro-cli-macos-arm64 before the first run.

🖥️ Faro Agent — control another machine

Already have Faro on both machines? You don't need anything below. Open Settings → Remote control on the machine you want to control, toggle it on, click Show pairing code, and enter that code on your other Faro. No download, no terminal.

For a headless Linux/macOS server, one line installs the agent, sets it up as a service, and opens a pairing window:

curl -fsSL https://github.com/jhd3197/faro/releases/latest/download/install-agentd.sh | sh

Or grab the faro-agentd binary directly and run faro-agentd pair (then faro-agentd install to autostart it as a service):

File Size
faro-agentd-linux-x86_64 2.2 MB
faro-agentd-macos-arm64 1.7 MB
faro-agentd-macos-x86_64 2.0 MB
faro-agentd-windows-x86_64.exe 1.9 MB

Same unsigned-binary caveats as the CLI (macOS xattr -c, Windows SmartScreen). The link is end-to-end encrypted and key-pinned; the daemon keeps its own exec/write policy — see the Faro Agent docs.


See the README for the full feature tour and the Agent Bridge setup.

Faro v1.3.23

Choose a tag to compare

@github-actions github-actions released this 18 Jul 16:13

Faro v1.3.23

Cross-platform desktop client for SFTP · FTP · S3 · plus the Agent Bridge (hand a live SSH session to an AI agent). Grab the installer for your OS below.

🖥️ Desktop app

macOS (universal — Intel + Apple Silicon)

File Size
Faro_1.3.23_universal.dmg 15.3 MB
Faro_universal.app.tar.gz 15.2 MB

⚠️ macOS Gatekeeper: these builds are not notarized by Apple, so the first launch is blocked ("Faro is damaged / from an unidentified developer"). Drag Faro.app into /Applications, then run this once in Terminal:

xattr -cr /Applications/Faro.app

Then open it normally. (You only need to do this once per install.)

Windows (x64)

File Size
Faro_1.3.23_x64-setup.exe 6.0 MB
Faro_1.3.23_x64_en-US.msi 8.1 MB

⚠️ Windows SmartScreen: unsigned installer, so you'll see "Windows protected your PC." Click More info → Run anyway. The -setup.exe is the NSIS installer; the .msi is for managed/MDM deployments.

Linux (x64)

File Size
Faro-1.3.23-1.x86_64.rpm 8.9 MB
Faro_1.3.23_amd64.AppImage 84.2 MB
Faro_1.3.23_amd64.deb 8.9 MB

.AppImage: chmod +x and run. .deb: sudo apt install ./<file>.deb. .rpm: sudo dnf install ./<file>.rpm.

⌨️ Standalone CLI — faro-cli

Scripts every backend the GUI speaks, using the same saved profiles. Rename to faro-cli (faro-cli.exe on Windows), chmod +x on macOS/Linux, drop it on your PATH.

File Size
faro-cli-linux-x86_64 12.0 MB
faro-cli-macos-arm64 8.0 MB
faro-cli-macos-x86_64 9.4 MB
faro-cli-windows-x86_64.exe 9.5 MB

macOS CLI binary is unsigned too — xattr -c ./faro-cli-macos-arm64 before the first run.

🖥️ Faro Agent — control another machine

Already have Faro on both machines? You don't need anything below. Open Settings → Remote control on the machine you want to control, toggle it on, click Show pairing code, and enter that code on your other Faro. No download, no terminal.

For a headless Linux/macOS server, one line installs the agent, sets it up as a service, and opens a pairing window:

curl -fsSL https://github.com/jhd3197/faro/releases/latest/download/install-agentd.sh | sh

Or grab the faro-agentd binary directly and run faro-agentd pair (then faro-agentd install to autostart it as a service):

File Size
faro-agentd-linux-x86_64 2.2 MB
faro-agentd-macos-arm64 1.7 MB
faro-agentd-macos-x86_64 2.0 MB
faro-agentd-windows-x86_64.exe 1.9 MB

Same unsigned-binary caveats as the CLI (macOS xattr -c, Windows SmartScreen). The link is end-to-end encrypted and key-pinned; the daemon keeps its own exec/write policy — see the Faro Agent docs.


See the README for the full feature tour and the Agent Bridge setup.

Faro v1.3.22

Choose a tag to compare

@github-actions github-actions released this 18 Jul 01:21

Faro v1.3.22

Cross-platform desktop client for SFTP · FTP · S3 · plus the Agent Bridge (hand a live SSH session to an AI agent). Grab the installer for your OS below.

🖥️ Desktop app

macOS (universal — Intel + Apple Silicon)

File Size
Faro_1.3.22_universal.dmg 15.2 MB
Faro_universal.app.tar.gz 15.1 MB

⚠️ macOS Gatekeeper: these builds are not notarized by Apple, so the first launch is blocked ("Faro is damaged / from an unidentified developer"). Drag Faro.app into /Applications, then run this once in Terminal:

xattr -cr /Applications/Faro.app

Then open it normally. (You only need to do this once per install.)

Windows (x64)

File Size
Faro_1.3.22_x64-setup.exe 5.9 MB
Faro_1.3.22_x64_en-US.msi 8.1 MB

⚠️ Windows SmartScreen: unsigned installer, so you'll see "Windows protected your PC." Click More info → Run anyway. The -setup.exe is the NSIS installer; the .msi is for managed/MDM deployments.

Linux (x64)

File Size
Faro-1.3.22-1.x86_64.rpm 8.8 MB
Faro_1.3.22_amd64.AppImage 84.1 MB
Faro_1.3.22_amd64.deb 8.8 MB

.AppImage: chmod +x and run. .deb: sudo apt install ./<file>.deb. .rpm: sudo dnf install ./<file>.rpm.

⌨️ Standalone CLI — faro-cli

Scripts every backend the GUI speaks, using the same saved profiles. Rename to faro-cli (faro-cli.exe on Windows), chmod +x on macOS/Linux, drop it on your PATH.

File Size
faro-cli-linux-x86_64 12.0 MB
faro-cli-macos-arm64 8.0 MB
faro-cli-macos-x86_64 9.4 MB
faro-cli-windows-x86_64.exe 9.5 MB

macOS CLI binary is unsigned too — xattr -c ./faro-cli-macos-arm64 before the first run.

🖥️ Faro Agent — control another machine

Already have Faro on both machines? You don't need anything below. Open Settings → Remote control on the machine you want to control, toggle it on, click Show pairing code, and enter that code on your other Faro. No download, no terminal.

For a headless Linux/macOS server, one line installs the agent, sets it up as a service, and opens a pairing window:

curl -fsSL https://github.com/jhd3197/faro/releases/latest/download/install-agentd.sh | sh

Or grab the faro-agentd binary directly and run faro-agentd pair (then faro-agentd install to autostart it as a service):

File Size
faro-agentd-linux-x86_64 2.2 MB
faro-agentd-macos-arm64 1.7 MB
faro-agentd-macos-x86_64 2.0 MB
faro-agentd-windows-x86_64.exe 1.9 MB

Same unsigned-binary caveats as the CLI (macOS xattr -c, Windows SmartScreen). The link is end-to-end encrypted and key-pinned; the daemon keeps its own exec/write policy — see the Faro Agent docs.


See the README for the full feature tour and the Agent Bridge setup.

Faro v1.3.21

Choose a tag to compare

@github-actions github-actions released this 17 Jul 13:40

Faro v1.3.21

Cross-platform desktop client for SFTP · FTP · S3 · plus the Agent Bridge (hand a live SSH session to an AI agent). Grab the installer for your OS below.

🖥️ Desktop app

macOS (universal — Intel + Apple Silicon)

File Size
Faro_1.3.21_universal.dmg 14.6 MB
Faro_universal.app.tar.gz 14.4 MB

⚠️ macOS Gatekeeper: these builds are not notarized by Apple, so the first launch is blocked ("Faro is damaged / from an unidentified developer"). Drag Faro.app into /Applications, then run this once in Terminal:

xattr -cr /Applications/Faro.app

Then open it normally. (You only need to do this once per install.)

Windows (x64)

File Size
Faro_1.3.21_x64-setup.exe 5.7 MB
Faro_1.3.21_x64_en-US.msi 7.7 MB

⚠️ Windows SmartScreen: unsigned installer, so you'll see "Windows protected your PC." Click More info → Run anyway. The -setup.exe is the NSIS installer; the .msi is for managed/MDM deployments.

Linux (x64)

File Size
Faro-1.3.21-1.x86_64.rpm 8.5 MB
Faro_1.3.21_amd64.AppImage 83.8 MB
Faro_1.3.21_amd64.deb 8.5 MB

.AppImage: chmod +x and run. .deb: sudo apt install ./<file>.deb. .rpm: sudo dnf install ./<file>.rpm.

⌨️ Standalone CLI — faro-cli

Scripts every backend the GUI speaks, using the same saved profiles. Rename to faro-cli (faro-cli.exe on Windows), chmod +x on macOS/Linux, drop it on your PATH.

File Size
faro-cli-linux-x86_64 11.5 MB
faro-cli-macos-arm64 7.6 MB
faro-cli-macos-x86_64 8.9 MB
faro-cli-windows-x86_64.exe 8.9 MB

macOS CLI binary is unsigned too — xattr -c ./faro-cli-macos-arm64 before the first run.

🖥️ Faro Agent — control another machine

Already have Faro on both machines? You don't need anything below. Open Settings → Remote control on the machine you want to control, toggle it on, click Show pairing code, and enter that code on your other Faro. No download, no terminal.

For a headless Linux/macOS server, one line installs the agent, sets it up as a service, and opens a pairing window:

curl -fsSL https://github.com/jhd3197/faro/releases/latest/download/install-agentd.sh | sh

Or grab the faro-agentd binary directly and run faro-agentd pair (then faro-agentd install to autostart it as a service):

File Size
faro-agentd-linux-x86_64 2.1 MB
faro-agentd-macos-arm64 1.7 MB
faro-agentd-macos-x86_64 1.9 MB
faro-agentd-windows-x86_64.exe 1.8 MB

Same unsigned-binary caveats as the CLI (macOS xattr -c, Windows SmartScreen). The link is end-to-end encrypted and key-pinned; the daemon keeps its own exec/write policy — see the Faro Agent docs.


See the README for the full feature tour and the Agent Bridge setup.

Faro v1.3.20

Choose a tag to compare

@github-actions github-actions released this 16 Jul 04:27

Faro v1.3.20

Cross-platform desktop client for SFTP · FTP · S3 · plus the Agent Bridge (hand a live SSH session to an AI agent). Grab the installer for your OS below.

🖥️ Desktop app

macOS (universal — Intel + Apple Silicon)

File Size
Faro_1.3.20_universal.dmg 11.7 MB
Faro_universal.app.tar.gz 11.6 MB

⚠️ macOS Gatekeeper: these builds are not notarized by Apple, so the first launch is blocked ("Faro is damaged / from an unidentified developer"). Drag Faro.app into /Applications, then run this once in Terminal:

xattr -cr /Applications/Faro.app

Then open it normally. (You only need to do this once per install.)

Windows (x64)

File Size
Faro_1.3.20_x64-setup.exe 4.5 MB
Faro_1.3.20_x64_en-US.msi 6.3 MB

⚠️ Windows SmartScreen: unsigned installer, so you'll see "Windows protected your PC." Click More info → Run anyway. The -setup.exe is the NSIS installer; the .msi is for managed/MDM deployments.

Linux (x64)

File Size
Faro-1.3.20-1.x86_64.rpm 6.9 MB
Faro_1.3.20_amd64.AppImage 82.4 MB
Faro_1.3.20_amd64.deb 6.9 MB

.AppImage: chmod +x and run. .deb: sudo apt install ./<file>.deb. .rpm: sudo dnf install ./<file>.rpm.

⌨️ Standalone CLI — faro-cli

Scripts every backend the GUI speaks, using the same saved profiles. Rename to faro-cli (faro-cli.exe on Windows), chmod +x on macOS/Linux, drop it on your PATH.

File Size
faro-cli-linux-x86_64 9.2 MB
faro-cli-macos-arm64 7.1 MB
faro-cli-macos-x86_64 8.4 MB
faro-cli-windows-x86_64.exe 8.4 MB

macOS CLI binary is unsigned too — xattr -c ./faro-cli-macos-arm64 before the first run.

🖥️ Faro Agent — control another machine

Already have Faro on both machines? You don't need anything below. Open Settings → Remote control on the machine you want to control, toggle it on, click Show pairing code, and enter that code on your other Faro. No download, no terminal.

For a headless Linux/macOS server, one line installs the agent, sets it up as a service, and opens a pairing window:

curl -fsSL https://github.com/jhd3197/faro/releases/latest/download/install-agentd.sh | sh

Or grab the faro-agentd binary directly and run faro-agentd pair (then faro-agentd install to autostart it as a service):

File Size
faro-agentd-linux-x86_64 2.1 MB
faro-agentd-macos-arm64 1.7 MB
faro-agentd-macos-x86_64 1.9 MB
faro-agentd-windows-x86_64.exe 1.8 MB

Same unsigned-binary caveats as the CLI (macOS xattr -c, Windows SmartScreen). The link is end-to-end encrypted and key-pinned; the daemon keeps its own exec/write policy — see the Faro Agent docs.


See the README for the full feature tour and the Agent Bridge setup.

Faro v1.3.19

Choose a tag to compare

@github-actions github-actions released this 16 Jul 04:09

Faro v1.3.19

Cross-platform desktop client for SFTP · FTP · S3 · plus the Agent Bridge (hand a live SSH session to an AI agent). Grab the installer for your OS below.

🖥️ Desktop app

macOS (universal — Intel + Apple Silicon)

File Size
Faro_1.3.19_universal.dmg 11.7 MB
Faro_universal.app.tar.gz 11.6 MB

⚠️ macOS Gatekeeper: these builds are not notarized by Apple, so the first launch is blocked ("Faro is damaged / from an unidentified developer"). Drag Faro.app into /Applications, then run this once in Terminal:

xattr -cr /Applications/Faro.app

Then open it normally. (You only need to do this once per install.)

Windows (x64)

File Size
Faro_1.3.19_x64-setup.exe 4.5 MB
Faro_1.3.19_x64_en-US.msi 6.3 MB

⚠️ Windows SmartScreen: unsigned installer, so you'll see "Windows protected your PC." Click More info → Run anyway. The -setup.exe is the NSIS installer; the .msi is for managed/MDM deployments.

Linux (x64)

File Size
Faro-1.3.19-1.x86_64.rpm 6.9 MB
Faro_1.3.19_amd64.AppImage 82.4 MB
Faro_1.3.19_amd64.deb 6.9 MB

.AppImage: chmod +x and run. .deb: sudo apt install ./<file>.deb. .rpm: sudo dnf install ./<file>.rpm.

⌨️ Standalone CLI — faro-cli

Scripts every backend the GUI speaks, using the same saved profiles. Rename to faro-cli (faro-cli.exe on Windows), chmod +x on macOS/Linux, drop it on your PATH.

File Size
faro-cli-linux-x86_64 9.2 MB
faro-cli-macos-arm64 7.1 MB
faro-cli-macos-x86_64 8.4 MB
faro-cli-windows-x86_64.exe 8.4 MB

macOS CLI binary is unsigned too — xattr -c ./faro-cli-macos-arm64 before the first run.

🖥️ Faro Agent — control another machine

Already have Faro on both machines? You don't need anything below. Open Settings → Remote control on the machine you want to control, toggle it on, click Show pairing code, and enter that code on your other Faro. No download, no terminal.

For a headless Linux/macOS server, one line installs the agent, sets it up as a service, and opens a pairing window:

curl -fsSL https://github.com/jhd3197/faro/releases/latest/download/install-agentd.sh | sh

Or grab the faro-agentd binary directly and run faro-agentd pair (then faro-agentd install to autostart it as a service):

File Size
faro-agentd-linux-x86_64 2.1 MB
faro-agentd-macos-arm64 1.7 MB
faro-agentd-macos-x86_64 1.9 MB
faro-agentd-windows-x86_64.exe 1.8 MB

Same unsigned-binary caveats as the CLI (macOS xattr -c, Windows SmartScreen). The link is end-to-end encrypted and key-pinned; the daemon keeps its own exec/write policy — see the Faro Agent docs.


See the README for the full feature tour and the Agent Bridge setup.

Faro v1.3.18

Choose a tag to compare

@github-actions github-actions released this 14 Jul 14:06

Faro v1.3.18

Cross-platform desktop client for SFTP · FTP · S3 · plus the Agent Bridge (hand a live SSH session to an AI agent). Grab the installer for your OS below.

🖥️ Desktop app

macOS (universal — Intel + Apple Silicon)

File Size
Faro_1.3.18_universal.dmg 11.7 MB
Faro_universal.app.tar.gz 11.5 MB

⚠️ macOS Gatekeeper: these builds are not notarized by Apple, so the first launch is blocked ("Faro is damaged / from an unidentified developer"). Drag Faro.app into /Applications, then run this once in Terminal:

xattr -cr /Applications/Faro.app

Then open it normally. (You only need to do this once per install.)

Windows (x64)

File Size
Faro_1.3.18_x64-setup.exe 4.5 MB
Faro_1.3.18_x64_en-US.msi 6.3 MB

⚠️ Windows SmartScreen: unsigned installer, so you'll see "Windows protected your PC." Click More info → Run anyway. The -setup.exe is the NSIS installer; the .msi is for managed/MDM deployments.

Linux (x64)

File Size
Faro-1.3.18-1.x86_64.rpm 6.9 MB
Faro_1.3.18_amd64.AppImage 82.3 MB
Faro_1.3.18_amd64.deb 6.8 MB

.AppImage: chmod +x and run. .deb: sudo apt install ./<file>.deb. .rpm: sudo dnf install ./<file>.rpm.

⌨️ Standalone CLI — faro-cli

Scripts every backend the GUI speaks, using the same saved profiles. Rename to faro-cli (faro-cli.exe on Windows), chmod +x on macOS/Linux, drop it on your PATH.

File Size
faro-cli-linux-x86_64 9.2 MB
faro-cli-macos-arm64 7.1 MB
faro-cli-macos-x86_64 8.4 MB
faro-cli-windows-x86_64.exe 8.4 MB

macOS CLI binary is unsigned too — xattr -c ./faro-cli-macos-arm64 before the first run.

🖥️ Faro Agent — control another machine

Already have Faro on both machines? You don't need anything below. Open Settings → Remote control on the machine you want to control, toggle it on, click Show pairing code, and enter that code on your other Faro. No download, no terminal.

For a headless Linux/macOS server, one line installs the agent, sets it up as a service, and opens a pairing window:

curl -fsSL https://github.com/jhd3197/faro/releases/latest/download/install-agentd.sh | sh

Or grab the faro-agentd binary directly and run faro-agentd pair (then faro-agentd install to autostart it as a service):

File Size
faro-agentd-linux-x86_64 2.1 MB
faro-agentd-macos-arm64 1.7 MB
faro-agentd-macos-x86_64 1.9 MB
faro-agentd-windows-x86_64.exe 1.8 MB

Same unsigned-binary caveats as the CLI (macOS xattr -c, Windows SmartScreen). The link is end-to-end encrypted and key-pinned; the daemon keeps its own exec/write policy — see the Faro Agent docs.


See the README for the full feature tour and the Agent Bridge setup.

Faro v1.3.17

Choose a tag to compare

@github-actions github-actions released this 14 Jul 13:37

Faro v1.3.17

Cross-platform desktop client for SFTP · FTP · S3 · plus the Agent Bridge (hand a live SSH session to an AI agent). Grab the installer for your OS below.

🖥️ Desktop app

macOS (universal — Intel + Apple Silicon)

File Size
Faro_1.3.17_universal.dmg 11.7 MB
Faro_universal.app.tar.gz 11.5 MB

⚠️ macOS Gatekeeper: these builds are not notarized by Apple, so the first launch is blocked ("Faro is damaged / from an unidentified developer"). Drag Faro.app into /Applications, then run this once in Terminal:

xattr -cr /Applications/Faro.app

Then open it normally. (You only need to do this once per install.)

Windows (x64)

File Size
Faro_1.3.17_x64-setup.exe 4.5 MB
Faro_1.3.17_x64_en-US.msi 6.3 MB

⚠️ Windows SmartScreen: unsigned installer, so you'll see "Windows protected your PC." Click More info → Run anyway. The -setup.exe is the NSIS installer; the .msi is for managed/MDM deployments.

Linux (x64)

File Size
Faro-1.3.17-1.x86_64.rpm 6.8 MB
Faro_1.3.17_amd64.AppImage 82.3 MB
Faro_1.3.17_amd64.deb 6.8 MB

.AppImage: chmod +x and run. .deb: sudo apt install ./<file>.deb. .rpm: sudo dnf install ./<file>.rpm.

⌨️ Standalone CLI — faro-cli

Scripts every backend the GUI speaks, using the same saved profiles. Rename to faro-cli (faro-cli.exe on Windows), chmod +x on macOS/Linux, drop it on your PATH.

File Size
faro-cli-linux-x86_64 9.2 MB
faro-cli-macos-arm64 7.1 MB
faro-cli-macos-x86_64 8.4 MB
faro-cli-windows-x86_64.exe 8.4 MB

macOS CLI binary is unsigned too — xattr -c ./faro-cli-macos-arm64 before the first run.

🖥️ Faro Agent — control another machine

Already have Faro on both machines? You don't need anything below. Open Settings → Remote control on the machine you want to control, toggle it on, click Show pairing code, and enter that code on your other Faro. No download, no terminal.

For a headless Linux/macOS server, one line installs the agent, sets it up as a service, and opens a pairing window:

curl -fsSL https://github.com/jhd3197/faro/releases/latest/download/install-agentd.sh | sh

Or grab the faro-agentd binary directly and run faro-agentd pair (then faro-agentd install to autostart it as a service):

File Size
faro-agentd-linux-x86_64 2.1 MB
faro-agentd-macos-arm64 1.7 MB
faro-agentd-macos-x86_64 1.9 MB
faro-agentd-windows-x86_64.exe 1.8 MB

Same unsigned-binary caveats as the CLI (macOS xattr -c, Windows SmartScreen). The link is end-to-end encrypted and key-pinned; the daemon keeps its own exec/write policy — see the Faro Agent docs.


See the README for the full feature tour and the Agent Bridge setup.

Faro v1.3.16

Choose a tag to compare

@github-actions github-actions released this 14 Jul 03:20

Faro v1.3.16

Cross-platform desktop client for SFTP · FTP · S3 · plus the Agent Bridge (hand a live SSH session to an AI agent). Grab the installer for your OS below.

🖥️ Desktop app

macOS (universal — Intel + Apple Silicon)

File Size
Faro_1.3.16_universal.dmg 11.7 MB
Faro_universal.app.tar.gz 11.5 MB

⚠️ macOS Gatekeeper: these builds are not notarized by Apple, so the first launch is blocked ("Faro is damaged / from an unidentified developer"). Drag Faro.app into /Applications, then run this once in Terminal:

xattr -cr /Applications/Faro.app

Then open it normally. (You only need to do this once per install.)

Windows (x64)

File Size
Faro_1.3.16_x64-setup.exe 4.5 MB
Faro_1.3.16_x64_en-US.msi 6.3 MB

⚠️ Windows SmartScreen: unsigned installer, so you'll see "Windows protected your PC." Click More info → Run anyway. The -setup.exe is the NSIS installer; the .msi is for managed/MDM deployments.

Linux (x64)

File Size
Faro-1.3.16-1.x86_64.rpm 6.9 MB
Faro_1.3.16_amd64.AppImage 82.3 MB
Faro_1.3.16_amd64.deb 6.8 MB

.AppImage: chmod +x and run. .deb: sudo apt install ./<file>.deb. .rpm: sudo dnf install ./<file>.rpm.

⌨️ Standalone CLI — faro-cli

Scripts every backend the GUI speaks, using the same saved profiles. Rename to faro-cli (faro-cli.exe on Windows), chmod +x on macOS/Linux, drop it on your PATH.

File Size
faro-cli-linux-x86_64 9.2 MB
faro-cli-macos-arm64 7.1 MB
faro-cli-macos-x86_64 8.4 MB
faro-cli-windows-x86_64.exe 8.4 MB

macOS CLI binary is unsigned too — xattr -c ./faro-cli-macos-arm64 before the first run.

🖥️ Faro Agent — control another machine

Already have Faro on both machines? You don't need anything below. Open Settings → Remote control on the machine you want to control, toggle it on, click Show pairing code, and enter that code on your other Faro. No download, no terminal.

For a headless Linux/macOS server, one line installs the agent, sets it up as a service, and opens a pairing window:

curl -fsSL https://github.com/jhd3197/faro/releases/latest/download/install-agentd.sh | sh

Or grab the faro-agentd binary directly and run faro-agentd pair (then faro-agentd install to autostart it as a service):

File Size
faro-agentd-linux-x86_64 2.1 MB
faro-agentd-macos-arm64 1.7 MB
faro-agentd-macos-x86_64 1.9 MB
faro-agentd-windows-x86_64.exe 1.8 MB

Same unsigned-binary caveats as the CLI (macOS xattr -c, Windows SmartScreen). The link is end-to-end encrypted and key-pinned; the daemon keeps its own exec/write policy — see the Faro Agent docs.


See the README for the full feature tour and the Agent Bridge setup.

Faro v1.3.15

Choose a tag to compare

@github-actions github-actions released this 11 Jul 05:54

Faro v1.3.15

Cross-platform desktop client for SFTP · FTP · S3 · plus the Agent Bridge (hand a live SSH session to an AI agent). Grab the installer for your OS below.

🖥️ Desktop app

macOS (universal — Intel + Apple Silicon)

File Size
Faro_1.3.15_universal.dmg 11.6 MB
Faro_universal.app.tar.gz 11.5 MB

⚠️ macOS Gatekeeper: these builds are not notarized by Apple, so the first launch is blocked ("Faro is damaged / from an unidentified developer"). Drag Faro.app into /Applications, then run this once in Terminal:

xattr -cr /Applications/Faro.app

Then open it normally. (You only need to do this once per install.)

Windows (x64)

File Size
Faro_1.3.15_x64-setup.exe 4.5 MB
Faro_1.3.15_x64_en-US.msi 6.3 MB

⚠️ Windows SmartScreen: unsigned installer, so you'll see "Windows protected your PC." Click More info → Run anyway. The -setup.exe is the NSIS installer; the .msi is for managed/MDM deployments.

Linux (x64)

File Size
Faro-1.3.15-1.x86_64.rpm 6.8 MB
Faro_1.3.15_amd64.AppImage 82.3 MB
Faro_1.3.15_amd64.deb 6.8 MB

.AppImage: chmod +x and run. .deb: sudo apt install ./<file>.deb. .rpm: sudo dnf install ./<file>.rpm.

⌨️ Standalone CLI — faro-cli

Scripts every backend the GUI speaks, using the same saved profiles. Rename to faro-cli (faro-cli.exe on Windows), chmod +x on macOS/Linux, drop it on your PATH.

File Size
faro-cli-linux-x86_64 9.2 MB
faro-cli-macos-arm64 7.1 MB
faro-cli-macos-x86_64 8.4 MB
faro-cli-windows-x86_64.exe 8.4 MB

macOS CLI binary is unsigned too — xattr -c ./faro-cli-macos-arm64 before the first run.

🖥️ Faro Agent — control another machine

Already have Faro on both machines? You don't need anything below. Open Settings → Remote control on the machine you want to control, toggle it on, click Show pairing code, and enter that code on your other Faro. No download, no terminal.

For a headless Linux/macOS server, one line installs the agent, sets it up as a service, and opens a pairing window:

curl -fsSL https://github.com/jhd3197/faro/releases/latest/download/install-agentd.sh | sh

Or grab the faro-agentd binary directly and run faro-agentd pair (then faro-agentd install to autostart it as a service):

File Size
faro-agentd-linux-x86_64 2.1 MB
faro-agentd-macos-arm64 1.7 MB
faro-agentd-macos-x86_64 1.9 MB
faro-agentd-windows-x86_64.exe 1.8 MB

Same unsigned-binary caveats as the CLI (macOS xattr -c, Windows SmartScreen). The link is end-to-end encrypted and key-pinned; the daemon keeps its own exec/write policy — see the Faro Agent docs.


See the README for the full feature tour and the Agent Bridge setup.