The fastest AI computer agent. Controls your browser, writes code, handles documents, operates Google Apps, and learns your workflow — all from your voice.
Free to start. Fully open source. Fully local.
🌐 fazm.ai
how-fazm-works.mp4
Automatically find and connect with the right people across platforms.
connect.mp4
Keep your CRM up to date without lifting a finger — Fazm handles data entry and updates.
crm.mp4
Fazm understands images and visual context to complete complex workflows.
visual.mp4
Desktop/ Swift/SwiftUI macOS app (SPM package)
acp-bridge/ ACP bridge for Claude integration (TypeScript)
dmg-assets/ DMG installer resources
Requires macOS 14.0+, Xcode, and code signing with an Apple Developer ID.
# Run (builds Swift app and launches)
./run.sh
# Run with clean slate (resets onboarding, permissions, UserDefaults)
./reset-and-run.shOn a fresh clone there is no local config file, so run.sh fetches a small,
non-secret bootstrap config from https://fazm.ai/api/bootstrap at build time
(backend URL, public Firebase API key, OAuth client ID, GCP identifiers) and
bakes it into the app bundle. This points the build at the hosted Fazm backend
so sign-in and the bundled AI work out of the box. No credentials are involved:
billable model keys are fetched at runtime from the backend, gated by auth. To
run against your own backend instead, drop a .env.app (or .env.app.dev) at
the repo root with your own values and run.sh will use it in preference to
the hosted config.
MIT