Faro v1.3.16
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.appThen 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.exeis the NSIS installer; the.msiis 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 +xand 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-arm64before 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 | shOr 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.