Terms of Service
Last updated: 2026-07-02. Plain English summary up top; legal text below.
Plain English summary
- ✓The Meshfleet core is open-source software released under the MIT License. You can use it commercially, modify it, and distribute it.
- ✓Meshfleet runs on your machine. We don't have servers that hold your data. Your agents, your fleet, your ledger, your output.
- ✓We don't have accounts, logins, or telemetry. We don't know who you are or what you're doing with the mesh.
- ✓Meshfleet is provided "as is", without warranty. It's a developer tool — if it breaks your code, that's on you to handle.
- ✓The only outbound network calls are the ones your agents make to the model provider you configured (Anthropic, OpenAI, etc.). Their terms apply to those calls.
- ✓meshfleet.app (this website) is just a static site. No cookies, no tracking, no analytics.
1. Acceptance
By installing, running, or using Meshfleet (the "Software") or visiting meshfleet.app (the "Website"), you agree to these terms. If you don't agree, don't use the Software or the Website.
2. License grant
The Meshfleet core is released under the MIT License. You may use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, subject to the conditions in the MIT License. The full license text is at /license and in the LICENSE file in the repository.
3. No warranty
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
In plain English: the Software may have bugs. It may do unexpected things to your code, your data, or your machine. You are responsible for backing up your work and reviewing the Software's output. The maintainers are not liable for any damage caused by use of the Software.
4. Data and privacy
The Software runs locally on your machine. We do not collect, transmit, or store any of your data on our servers — because we don't operate any servers that process your data.
Your data stays on your machine, in:
- →
~/.config/opencode/agent-mesh.json— the JSON ledger (fleets, agents, messages, capabilities, templates) - →
~/.config/opencode/agent-mesh.events.log— the structured event log (NDJSON, append-only)
The Software's only outbound network calls are the ones your agents make to your model provider (e.g. Anthropic, OpenAI). We do not proxy, log, or inspect those calls. Your model provider's terms and privacy policy apply to those requests. See /privacy for details.
The Website (meshfleet.app) is a static site hosted on Cloudflare Workers. It does not set cookies, does not run any client-side tracking, and does not log your IP address beyond Cloudflare's standard request logs. See /privacy for details.
5. Acceptable use
You agree not to use the Software to:
- ✗Violate any applicable law or regulation
- ✗Infringe the intellectual property rights of others
- ✗Generate content that is illegal, harmful, or intended to mislead
- ✗Interfere with the Website or any infrastructure we operate
- ✗Attempt to bypass the rate limits or security of any service the Software integrates with
6. Third-party services
The Software integrates with model providers (Anthropic, OpenAI, etc.) via the Model Context Protocol. Your use of those services is governed by their respective terms. We're not responsible for their behavior, availability, or pricing.
The Website is hosted on Cloudflare Workers. Their terms apply to the Website's hosting.
7. Trademarks
"Meshfleet" and the Meshfleet logo are trademarks of the project maintainers. The MIT License grants permission to use, copy, modify, and distribute the software — it does not grant permission to use the project name or logo in a way that suggests endorsement. See /press for the press kit and usage guidelines.
8. Changes to these terms
We may update these terms. Material changes will be:
- →Announced in a release note on the /changelog page
- →Reflected in the git history of this page (every page is a tracked file)
- →Effective immediately for the Website; the Software's license is permanent and does not change retroactively
9. Termination
These terms apply for as long as you use the Software or the Website. You can stop using the Software at any time by uninstalling it (delete the cloned directory, remove the MCP config). You can stop using the Website by closing the browser. There's no account to delete because we don't have accounts.
10. Contact
Questions about these terms? Email legal@meshfleet.app (or john@meshfleet.app if the legal inbox isn't set up yet).