Docs

Setup

  1. Install from Download (PKG installs app + drivers).
  2. Open Settings → Readiness. Paste a Gemini or OpenAI API key (stored in your Mac Keychain, verified with a small live call).
  3. Allow Accessibility (so Mávip can press Phone's Call button) and Microphone.
  4. Install the audio driver if the PKG didn't (one admin prompt).
  5. Type a goal and a number, press Call.

Placing calls

  • One call at a time, from your own iPhone number via Continuity.
  • The agent warms up while dialing, waits for the answer, then greets.
  • Tell it to end the call any time ("please hang up") or press End.
  • Every call saves a transcript + history entry; recordings are optional.

CLI & MCP

The app ships mavip (CLI) and mavip-mcp (MCP server) so other agents can drive it:

mavip status
mavip call +15551234567 --goal "Book a table for two, Friday 7pm"
mavip transcript
mavip hangup
mavip license

License

  • 14-day trial from first launch, then a one-time Pro license (up to 3 Macs).
  • After purchase the app activates automatically via a mavip://activate link; you can also paste the key in Settings → Readiness.
  • Restore purchase recovers your license on a new Mac. Deactivate frees a seat.
  • Validation is best-effort — the app keeps working offline; only an explicit revocation disables it.

Troubleshooting

  • Call button not pressed: re-grant Accessibility, then quit and reopen Mávip.
  • No audio / agent can't hear: reinstall drivers, then killall coreaudiod (or restart).
  • Key shows invalid: Settings → Readiness → Re-check; confirm the key works in the provider console.
  • Logs: ~/Library/Logs/Mavip/mavip.log.

Privacy

Call audio stays on your Mac and goes straight to your AI provider. Full policy: Privacy Policy. Support: mavip-support@posterior.xyz.

Terms

One Pro license covers up to 3 Macs you own. No bulk dialing, no spoofing, no impersonation. Full terms: Terms of Service.

Open source

The virtual audio driver is open source (GPLv3, derived from BlackHole): github.com/amsterg/mavip-audio-driver. The Mávip app itself is closed source.