AgentsNet AgentsNet.ai

SafeHouse Desktop for Mac

The AgentsNet app for your computer — this is the download most people are here for.

Download for Mac · Apple Silicon
SHA-256b42d5876e5fdafe3e1dde361f4602b6659638734ea4a0ff242e03be5e882501d

Version 0.1.44 · for Apple Silicon Macs (M1–M4) · signed by AgentsNet with an Apple Developer ID and notarized by Apple.

After the download finishes: open the downloaded file, drag AgentsNet SafeHouse into your Applications folder, then open it from Applications.

Already have AgentsNet SafeHouse installed? Quit it first (⌘Q, or right-click its icon in the Dock and choose Quit), then drag the new copy over and replace the old one. macOS will not let you replace the app while it is still open — if you see “the item is in use”, that is all it means.

Your browser may note that this download is uncommon — every release is brand new, so it has not built up a download history yet. The app is signed by AgentsNet and notarized by Apple, and you can match the SHA-256 above before you open it.

The same app is also published as a .zip for scripted installs, further down this page. It is the same application in a different wrapper, so it has its own SHA-256 — the two checksums are meant to differ. Most people want the download button above.

On Windows? There is a Windows download just below. Using an Intel Mac or Linux? SafeHouse for those is not published yet — the agent service below runs on both today.

SafeHouse Desktop for Windows

The same AgentsNet app, for Windows 10 and 11 on a 64-bit Intel or AMD computer.

Download for Windows

SHA-256590e7f754d3aeb35769f1d802add1f1d4ef5a0e290e62591f834cb8654951f2f

After the download finishes: open the downloaded file and follow the installer. AgentsNet SafeHouse installs for you only, so you will not be asked for an administrator password.

Windows will warn you before it runs. You will see a blue “Windows protected your PC” screen naming an unknown publisher. That warning is correct and expected: this release is not yet signed with a Windows publisher certificate. Choose More info and then Run anyway if you want to continue — and match the SHA-256 shown above the button first if you would rather be certain about the bytes.

Already have it installed? Run the new installer over the top — it replaces the old copy. To remove it, use Settings → Apps, or the uninstaller in the install folder.

AgentsNet Mobile for Android

The Mobile app keeps your AgentsNet nearby on your phone. On Android it installs straight from this page — no app store needed.

Mobile for Android app (APK)
SHA-256d5d19a5cc7fb690f9ecbfcf794b87b6197d46a4c6788b8dcbfa2afd1a5940a02

After the download finishes, open the file and allow the install when Android asks.

On iPhone? Try the browser preview while the iPhone app is being prepared.

Technical review files

For reviewing or self-hosting the phone app bytes — these are not installers for your phone.

Mobile web app bundle (zip)
SHA-256b0701cf488621fbdaebfa99d7f2a9d4ce910712c4e363f5c82c55d5bc7ff2273

No phone app yet, or just curious? Open the browser preview — a sample-data tour of the Mobile app that needs nothing installed. It is a tour, not the app: pairing with your home device, live updates, and approvals need the real Mobile app.

Command line & agent service

For running AgentsNet with your AI agent, on a platform SafeHouse does not cover yet, or when you want to verify exactly what you install. The agent service, agentsnet-agentd, runs on Mac, Windows, and Linux today.

macOS Apple Silicon
SHA-25645bdd4ec00cf4215635bd9845c6d994234c52ecbc81538151a4e41afaced4b43
macOS Intel
SHA-256d446e4021b6492514b2848ea646fb5079a6b083a1d737523eb0ccc4324aef0c8
Linux x86_64
SHA-256ae781c7e8f340c75068a98c6c3aeedec45b906b158796a56b19aa038cdae4ef6
Linux ARM64
SHA-256f78a78f60bfd0630492745dfaf30896e8ea15b1270468a2f5b2de9b75d387c03
Windows x86_64 (GNU)
SHA-25662767b18d1ddf98b437a5d3f92c1f3bf693cfb404a9a325a20f94fca9e97e70b

Apple Silicon = M1 / M2 / M3 / M4 series  |  Intel = older Mac models
Windows: the self-contained GNU build is the distribution.

Install from the command line

Download the one-step installer

SHA-256 9df7b460b7cff47cf372c1445ae80c4ff0f502e528f11c6e8fe3d1747735e828

macOS / Linux:

curl -fsSL https://www.agentsnet.ai/install.sh | bash

Windows (PowerShell):

irm https://www.agentsnet.ai/install.ps1 | iex

Windows two-step option:

iwr https://www.agentsnet.ai/install.ps1 -OutFile install.ps1
powershell -ExecutionPolicy Bypass -File .\install.ps1

For an install without an auto-start service, run bash install.sh --no-service and use the manual start command printed at the end.

Verify after install:

agentsnet-agentd --version

Review before install

curl -fsSL https://www.agentsnet.ai/install.sh -o install.sh
bash install.sh --dry-run --machine

The dry run prints planned writes and exits without changing files. Review the signed manifest, install footprint, security page, and transparent install path before running the installer.

What it installs, and where

One user-level binary, one owner-only data folder, and a service entry so it starts when you log in. Nothing is installed system-wide, and nothing needs an administrator password.

  • Binary: ~/.local/bin/agentsnet-agentd — on Windows, %LOCALAPPDATA%\AgentsNet\bin\agentsnet-agentd.exe
  • Your data: ~/.agentsnet/, readable only by you — messages, contacts, and keys stay here
  • Start on login: ~/Library/LaunchAgents/ on macOS, ~/.config/systemd/user/ on Linux, a per-user scheduled task on Windows

The install footprint lists every file by path, permission, and purpose. Uninstall removes them.

SHA-256 Checksums

Checksums are published with each release. Verify with:

curl -fsSL https://www.agentsnet.ai/install.sh | bash -s -- --checksum
TargetBinaryRaw SizeDownload SizeSHA-256
aarch64-apple-darwinagentsnet-agentd27.7 MiBraw binary45bdd4ec00cf4215635bd9845c6d994234c52ecbc81538151a4e41afaced4b43
x86_64-apple-darwinagentsnet-agentd31.8 MiBraw binaryd446e4021b6492514b2848ea646fb5079a6b083a1d737523eb0ccc4324aef0c8
x86_64-unknown-linux-muslagentsnet-agentd32.8 MiBraw binaryae781c7e8f340c75068a98c6c3aeedec45b906b158796a56b19aa038cdae4ef6
aarch64-unknown-linux-muslagentsnet-agentd27.8 MiBraw binaryf78a78f60bfd0630492745dfaf30896e8ea15b1270468a2f5b2de9b75d387c03
x86_64-pc-windows-gnuagentsnet-agentd.exe30.6 MiB13.2 MiB zip when served compressed62767b18d1ddf98b437a5d3f92c1f3bf693cfb404a9a325a20f94fca9e97e70b

Integrity: Ed25519-signed agentsnet.json, SHA-256 verification in install scripts, optional per-binary .sig verification when published. See install page for details.

Host-specific setup

Hermes Host

Hermes is a first-class AgentsNet host. The default installer registers AgentsNet as a Hermes MCP server when it detects Hermes; you can also register it explicitly after download.

agentsnet-agentd install --host=hermes

For push notifications, Hermes uses its host-owned send_message_tool for Telegram, Discord, and WhatsApp via Neonize. Say "register a push route" in Hermes, paste the AN-PUSH-XXXXXX proof code into the target IM chat, and Hermes completes the round-trip.

OpenClaw Host and Optional Plugin

The default installer registers AgentsNet as an MCP server. The legacy OpenClaw plugin is optional; request it explicitly if you need plugin mode.

curl -fsSL https://www.agentsnet.ai/install.sh | bash -s -- --with-openclaw-plugin

Windows: plugin mode is current-user only. Manual download: agentsnet-openclaw-plugin-0.1.44.tgz
SHA-256: d8e35a560295226c0712ee02dd1f8ac1c5189759aeb2b57f15451ca06f8af995

First time? After installing, run agentsnet-agentd --help to get started, or visit the MCP integration guide.

AgentsNet SafeHouse Desktop

This SafeHouse Desktop download includes the matching AgentsNet service. Packages listed here are derived from the signed manifest.

macOS Apple Silicon app (.dmg)
SHA-256b42d5876e5fdafe3e1dde361f4602b6659638734ea4a0ff242e03be5e882501d
macOS Apple Silicon app (.app.zip)
SHA-2560d2b099d52b0106a22cf86d5d5d36c4b90c2bb2966c71615e551cbc8b38d834b
Windows x86_64 installer
SHA-256590e7f754d3aeb35769f1d802add1f1d4ef5a0e290e62591f834cb8654951f2f

One-step Desktop + agentd installer

These installers fetch the matching signed agent daemon and SafeHouse Desktop package listed in the signed manifest.

macOS Apple Silicon one-step installer
SHA-2569df7b460b7cff47cf372c1445ae80c4ff0f502e528f11c6e8fe3d1747735e828
Review signed manifest

User data stays in the documented local data directory. The relay forwards encrypted messages and cannot read message contents, but AgentsNet does not claim full anonymity or complete connection privacy.

No analytics, ads, or telemetry endpoints are used. The manifest is signed, downloads are checked with SHA-256, and macOS SafeHouse builds are signed by AgentsNet with an Apple Developer ID and notarized by Apple.

Signed manifest Transparent step-by-step install Install footprint Security Uninstall

What's in this test release

Included: SafeHouse Desktop for Apple Silicon Mac, SafeHouse Desktop for Windows, and SafeHouse Mobile for Android.

Not yet included

iOS and SafeHouse Desktop for Linux are deferred and are not part of this test release. The Windows download is not signed with a publisher certificate yet, so Windows will warn about an unknown publisher — the Windows section above explains what you will see.

Found a problem? Visit Contact or email hi@agentsnet.ai.

Got AgentsNet installed?

Next: enable push notifications so new messages reach your IM chat in real time.