VibeDispatcher
  • Pricing
  • Download

End-User License Agreement

Effective Date: 2026-05-20
⚠️ Some fields are marked [TBD — pending Delaware LLC filing]. These will be updated once the LLC filing is complete.

VibeDispatcher End-User License Agreement (EULA)

Plain-language summary. This EULA covers the software side of VibeDispatcher — the macOS desktop app, the Beacon iOS app (when shipped via the App Store; today Beacon is a Progressive Web App), and the VS Code extension. It says we license the software to you (we don't sell it), what you can and can't do with it, what permissions the apps need and why, what happens with updates, and the open-source attributions. The Apple section (§7) covers the boilerplate Apple requires for App Store apps. This EULA is paired with the Terms of Service (which governs the SaaS service) and the Privacy Policy (which governs data). This summary is provided for convenience only; the full text below controls in the event of any conflict.

Effective Date: 2026-05-20 Last Updated: 2026-05-20 Version: 1.0 — published without counsel review per founder ratification 2026-05-17 (master tracking founder-os#1523, D3). Subject to revision as the Delaware LLC filing completes and as VD's commercial footprint evolves; any material change is communicated per §11 with at least 30 days' notice where the timing is within our control.


1. License Grant

This End-User License Agreement ("EULA") is a binding agreement between you ("you") and VibeDispatcher LLC, a Delaware single-member limited liability company ("Licensor," "we," or "us") governing your use of the VibeDispatcher software, including:

  • The VibeDispatcher macOS menu-bar application (the "Desktop App"),
  • The Beacon iOS application (the "Beacon App") — currently in active development; until launch, Beacon is available as a Progressive Web App (PWA) at beacon.vibedispatcher.com and is governed by the same Terms of Service and Privacy Policy but is not subject to the Apple-specific Section 7,
  • The VibeDispatcher VS Code extension (the "Extension"),

and any related documentation, updates, and supplemental components we provide (collectively, the "Software").

Subject to your compliance with this EULA, the VibeDispatcher Terms of Service ("ToS"), and the VibeDispatcher Privacy Policy, we grant you a limited, non-exclusive, non-transferable, non-sublicensable, revocable license to install and use the Software on devices that you own or control, solely for your personal or internal business use.

The Software is licensed, not sold. We retain all right, title, and interest in the Software not expressly granted to you.


2. Restrictions

You may not, and may not permit anyone else to:

  1. Reverse engineer, decompile, disassemble, or attempt to derive the source code of the Software, except (a) to the extent applicable law expressly permits despite this limitation; or (b) for good-faith security research disclosed to us privately at security@vibedispatcher.com under our responsible-disclosure policy before any public disclosure.
  2. Modify, adapt, translate, or create derivative works based on the Software.
  3. Copy or reproduce the Software except (a) for reasonable backup purposes; or (b) as required by the ordinary operation of the Software (e.g., installation).
  4. Distribute, sublicense, lease, rent, lend, sell, or resell the Software or your license.
  5. Remove, alter, or obscure any proprietary notices, copyright notices, or trademarks.
  6. Use the Software for the benefit of a third party as a service bureau, hosted service, or similar arrangement.
  7. Circumvent, disable, or interfere with any license, security, or feature-gating mechanism in the Software, including the per-tier feature checks and per-user cost circuit breakers described in the ToS.
  8. Use the Software to violate any law, infringe any third-party right, or breach the Acceptable Use Policy in the ToS.

3. Updates

The Desktop App auto-updates via the Sparkle update framework. You may opt out of automatic updates in Settings, but we strongly recommend leaving them on — updates often include security fixes that close known vulnerabilities.

The Beacon App (when distributed via the App Store) updates via Apple's standard App Store update mechanism (or TestFlight, as applicable). The Beacon PWA updates automatically when you reload it in your browser.

The Extension updates via the VS Code Marketplace (or the bundled VSIX as applicable).

We have no obligation to provide updates, support, or maintenance, but we generally do.

Pre-release versions. From time to time we offer pre-release builds via TestFlight (Beacon native, when available) or a Sparkle beta appcast (Desktop App). Pre-release builds are provided for testing purposes only, on an "as-is" basis with no warranties of any kind, and may be unstable, unsupported, or withdrawn at any time. See ToS Section 6.4.


4. Open Source Components

The Software includes open-source components. The full list of components and their licenses is published in the NOTICES file bundled with the application (/Applications/VibeDispatcher.app/Contents/Resources/NOTICES.txt on macOS) and at vibedispatcher.com/notices.

Notable components (non-exhaustive):

  • Sparkle (MIT License) — desktop update framework
  • libsodium (ISC License) — end-to-end encryption primitives
  • swift-sodium (MIT License) — Swift bindings for libsodium
  • LiveKit Swift SDK (Apache 2.0) — WebRTC client for ConvAI voice

The license terms of each open-source component flow through to your use of that component within the Software. If any open-source license terms conflict with this EULA, the open-source license controls for that component only.

(Server-side components used by the Relay are not distributed as part of the user-facing Software and are not covered by this EULA's open-source list. The full Relay sub-component list is published in the Privacy Policy's sub-processor table where applicable.)


5. Required Permissions

To function, the Software requests the following permissions from your operating system. You may revoke any permission at any time through your OS settings; doing so will disable the related features.

5.1 Desktop App (macOS)

System requirements. The Desktop App requires macOS 14.0 (Sonoma) or later.

Permission Why we need it
Microphone (NSMicrophoneUsageDescription) To capture your voice when you initiate a voice command. Audio is never captured outside an active voice session.
Speech Recognition (NSSpeechRecognitionUsageDescription) To transcribe your voice on-device using Apple's Speech Framework.
Accessibility (TCC) To read text from active windows and inject text into VS Code, Terminal, iTerm2, and other supported editors as part of voice-driven control.
Network To communicate with the Relay (HTTPS), with ElevenLabs (cloud voice), and with Apple's Sparkle update service.
File access to ~/.vibedispatcher/ To read configuration, write logs, and persist state.
File access to ~/.claude/projects/ (read-only) The ClaudeProjectsWatcher reads Claude Code session transcript JSONL files written by the official Claude Code CLI. For each new assistant end-of-turn line, the watcher extracts session identifiers, working directory, timestamp, and the text content of the assistant's reply to form the body of the resulting in-product event/notification routed to your paired devices. The watcher does not read your source files, prompt content, or other Claude Code data; it only reads completed assistant-turn lines. See Privacy Policy §3.2 for the full data-handling description. You may disable the watcher in ~/.vibedispatcher/config.yaml.

5.2 Beacon App (iOS — when native app ships via App Store)

Permission Why we need it
Microphone Beacon captures your voice during active voice conversations with the AI agent. Audio is processed by ElevenLabs (a third-party service) for speech recognition and conversational response. Audio is not captured outside of an active voice session.
Notifications To deliver push alerts when away mode is on.
Camera (optional) Only to scan device-pairing QR codes during initial setup.
Network To communicate with the Relay and with ElevenLabs ConvAI.

5.3 VS Code Extension

Permission Why we need it
Workspace access To listen for relevant events in your VS Code session and to inject voice-driven text.
Local Unix-socket IPC To communicate with the Desktop App's Core process via ~/.vibedispatcher/vscode-*.sock.

6. Term and Termination

6.1 Term

This EULA is effective when you first install or use the Software and continues until terminated.

6.2 Termination by you

You may terminate this EULA at any time by uninstalling the Software and deleting all copies in your possession or control.

6.3 Termination by us

This EULA terminates automatically if:

  • You materially breach this EULA, the ToS, or the Privacy Policy and (where the breach is curable) fail to cure within 30 days of notice;
  • The ToS is terminated for any reason; or
  • We discontinue the Software, with notice as described in the ToS.

6.4 Effect of termination

Upon termination, you must cease all use of the Software, uninstall it from all devices, and delete all copies in your possession or control. Sections 2 (Restrictions), 6.4 (Effect of Termination), 7 (Apple Terms — to the extent applicable), 8 (Export Compliance), 9 (Disclaimers/Limitation/Indemnification), 10 (Governing Law and Dispute Resolution), and 12 (General Provisions) survive termination.

6.5 Refunds for In-App Purchases

Refunds for Beacon In-App Purchases (when the native iOS app is distributed via the App Store) are processed by Apple, not by us. To request a refund, visit https://reportaproblem.apple.com or use the App Store Subscriptions interface in your Apple ID settings. See ToS §4.3 for the full channel-by-channel refund policy.


7. Apple-Specific Terms (for the Beacon iOS App, when distributed via the App Store)

This Section 7 applies only to your use of the Beacon iOS App as distributed through the Apple App Store or via TestFlight. It does not apply to the Beacon PWA. In the event of conflict between this Section 7 and any other section of this EULA, this Section 7 controls for matters concerning the Beacon App.

7.1 Acknowledgement

You and we acknowledge that this EULA is concluded between you and us only, and not with Apple Inc. ("Apple"). We, not Apple, are solely responsible for the Beacon App and its content. You and we further acknowledge that, in the event of any conflict between this EULA and the Apple Media Services Terms and Conditions with respect to your use of the Beacon App, the Apple Media Services Terms and Conditions shall apply for matters within Apple's purview.

7.2 Scope of license

The license granted to you for the Beacon App is limited to a non-transferable license to use the Beacon App on any Apple-branded products that you own or control and as permitted by the Usage Rules set forth in the Apple Media Services Terms and Conditions, except that the Beacon App may also be accessed and used by other accounts associated with you via Family Sharing or volume purchasing as applicable.

7.3 Maintenance and support

We, not Apple, are solely responsible for providing any maintenance and support services for the Beacon App as specified in this EULA, the ToS, or as required by applicable law. Apple has no obligation whatsoever to furnish any maintenance and support services for the Beacon App.

7.4 Warranty

We are solely responsible for any product warranties, whether express or implied by law, to the extent not effectively disclaimed in the ToS. In the event of any failure of the Beacon App to conform to any applicable warranty, you may notify Apple, and Apple will refund the purchase price (if any) for the Beacon App to you. To the maximum extent permitted by applicable law, Apple will have no other warranty obligation whatsoever with respect to the Beacon App, and any other claims, losses, liabilities, damages, costs, or expenses attributable to any failure to conform to any warranty will be our sole responsibility.

7.5 Product claims

We, not Apple, are responsible for addressing any claims of yours or any third party relating to the Beacon App or your possession and/or use of the Beacon App, including but not limited to: (a) product liability claims; (b) any claim that the Beacon App fails to conform to any applicable legal or regulatory requirement; and (c) claims arising under consumer protection, privacy, or similar legislation.

7.6 Intellectual property rights

In the event of any third-party claim that the Beacon App or your possession and use of the Beacon App infringes that third party's intellectual property rights, we, not Apple, will be solely responsible for the investigation, defense, settlement, and discharge of any such intellectual property infringement claim.

7.7 Legal compliance

You represent and warrant that (a) you are not located in a country that is subject to a U.S. Government embargo, or that has been designated by the U.S. Government as a "terrorist supporting" country; and (b) you are not listed on any U.S. Government list of prohibited or restricted parties.

7.8 Developer name and address

For questions, complaints, or claims with respect to the Beacon App, please contact:

VibeDispatcher LLC (a Delaware single-member limited liability company) Email: support@vibedispatcher.com Postal: [ADDRESS — TBD; finalize at Delaware LLC filing] Phone: [TBD; finalize at App Store submission]

7.9 Third-party terms

You must comply with applicable third-party terms of agreement when using the Beacon App. For example, your use of the ElevenLabs ConvAI voice features requires that you not violate ElevenLabs's terms while using their service via the Beacon App.

7.10 Third-party beneficiary

You and we acknowledge and agree that Apple, and Apple's subsidiaries, are third-party beneficiaries of this EULA, and that, upon your acceptance of the terms and conditions of this EULA, Apple will have the right (and will be deemed to have accepted the right) to enforce this EULA against you as a third-party beneficiary thereof.


8. Export Compliance

You may not use, export, or re-export the Software in violation of U.S. or other applicable export laws and regulations, including the U.S. Export Administration Regulations and any sanctions administered by the U.S. Department of the Treasury's Office of Foreign Assets Control (OFAC).

You represent that you are not located in, under the control of, or a national or resident of any country to which U.S. export of the Software is prohibited, and that you are not listed on any U.S. Government list of prohibited or restricted parties.


9. Disclaimers, Limitation of Liability, Indemnification

The disclaimers, limitations of liability, and indemnification provisions in Sections 10, 11, and 12 of the Terms of Service are incorporated by reference into this EULA and apply to your use of the Software.

In summary:

  • The Software is provided "AS IS" with no warranties beyond those required by law.
  • Our liability is capped at the greater of (a) amounts paid in the prior 12 months or (b) US$500, with carve-outs for gross negligence, willful misconduct, fraud, and matters that cannot be limited by law.
  • You agree to indemnify us against your violations of this EULA or the Acceptable Use Policy.

10. Governing Law and Dispute Resolution

The Governing Law and Dispute Resolution provisions in Section 13 of the Terms of Service are incorporated by reference into this EULA. In summary:

  • Delaware law governs (subject to mandatory consumer-protection rules of your country of habitual residence under Rome I Regulation Article 6 for EU consumers).
  • Disputes go through informal resolution → binding individual arbitration (JAMS, Wilmington, Delaware) → with carve-outs for small-claims court, IP/confidentiality injunctive relief, and EU/UK consumer law.
  • Class-action waiver applies (with the same EU/UK carve-out).

11. Changes to This EULA

We may update this EULA from time to time to reflect changes to the Software, the law, or our practices. For material changes, we aim to provide at least 30 days' advance notice via email and in-app banner where the timing is within our control. The notice will summarize what changed and where to read the full updated text. Continued use of the Software after the effective date constitutes acceptance of the updated EULA. If you do not agree to the changes, your remedy is to uninstall the Software and cease use before the effective date. For non-material changes (clarifications, fixes), the Last Updated date is the only notice.


12. General Provisions

  • Entire agreement. This EULA, the Terms of Service, and the Privacy Policy constitute the entire agreement regarding the Software. They supersede any prior agreements.
  • Severability. If any provision is held unenforceable, the rest remains in effect; the unenforceable provision is reformed to the minimum extent needed to be enforceable.
  • No waiver. Our failure to enforce any provision is not a waiver.
  • Assignment. You may not assign this EULA without our prior written consent. We may assign in connection with a merger, acquisition, financing, or sale of substantially all our assets.
  • No third-party beneficiaries except as expressly stated (notably Apple, and Apple's subsidiaries, are third-party beneficiaries of Section 7 per Section 7.10).
  • Force majeure. Neither party is liable for failure to perform due to events beyond reasonable control (natural disasters, war, pandemics, government actions, internet or upstream-provider outages).
  • Notices. We send notices to your email of record. You send notices to legal@vibedispatcher.com.
  • Headings are for convenience and have no legal effect.

13. Contact

Licensor: VibeDispatcher LLC (a Delaware single-member limited liability company) Legal: legal@vibedispatcher.com Support: support@vibedispatcher.com Security disclosures: security@vibedispatcher.com Privacy / data-rights requests: privacy@vibedispatcher.com Postal: [ADDRESS — TBD; finalize at Delaware LLC filing]


By installing or using the VibeDispatcher Software, you acknowledge that you have read, understood, and agree to be bound by this End-User License Agreement.

© 2026 VibeDispatcher LLC
Privacy Terms EULA