Install AZMX AI
The sovereign agent platform.
Pick whichever fits your shell. All three fetch the latest release over HTTPS from GitHub and run the OS-native installer — never a silent install of unknown software. In-app updates are Ed25519-signature-verified.
macOS · Linux — one-line installer
Detects your platform, fetches the latest release over HTTPS from GitHub Releases, then runs the OS-native installer (DMG / .deb / .rpm) — never a silent install of unknown software.
Pin a specific version: curl -fsSL https://azmx.ai/install | sh -s -- --version v0.22.5
See what would happen: curl -fsSL https://azmx.ai/install | sh -s -- --dry-run
macOS — Homebrew (live now via our tap)
Tap: AzmxAI/homebrew-azmx. (Submission to homebrew/homebrew-cask is in flight — once accepted, the shorter brew install --cask azmx will also work.)
Update: brew upgrade --cask azmx · Uninstall (with data wipe): brew uninstall --cask --zap azmx
Windows — winget
Manifest submitted to microsoft/winget-pkgs — live after review. Until then, use the direct download below or the curl | sh path in WSL.
Direct download (any platform)
Pick the installer for your platform from the latest release on GitHub:
macOS · Apple Silicon
AZMX.AI_<version>_aarch64.dmg
macOS · Intel
AZMX.AI_<version>_x64.dmg
Linux
.AppImage · .deb · .rpm
Windows
.msi · .exe (NSIS)
All assets are signed. The auto-updater verifies signatures against an embedded Ed25519 public key on every update.
What the script actually does
Read it before you run it. It's open under the same EULA as the rest of AZMX, and it's short. The whole thing:
Show the install script (≈250 lines)
Loading…
github.com/AzmxAI/azmx./Applications/, or dpkg -i, or dnf install, or chmod+x for AppImage). Never bypasses your OS's signature gate.What it does not do
.deb / .rpm install (which need sudo on Linux).If something goes wrong
- "command not found: brew / curl" — install the tool that's missing, or pick a different install path above.
- Gatekeeper blocks the .app on first launch — right-click → Open → "Open anyway". One-time, signed releases.
- SmartScreen blocks the .exe — More info → Run anyway. Microsoft reputation builds with downloads.
- "AppImage won't launch" on Linux — you need
libfuse2(sudo apt install libfuse2on Ubuntu 22.04+). - Auto-updater says "no update found" — force a check via Settings → About → Check for updates.
Still stuck? Open a bug report →