Remote Pi
TutorialsDocsGitHub Install
Legal

Terms of Service

Last updated: 2026-05-22

Provider: Flutterando Desenvolvimento de Programas de Computador LTDA (CNPJ 33.637.582/0001-70). Address: Rua Clara Nunes, 198, Maringá/PR, CEP 87.045-650, Brazil.

1. Acceptance of Terms

By installing, accessing, or using the Remote Pi mobile application, the Remote Pi Pi-side extension, the Remote Pi relay service, or any other software or service provided under the Remote Pi name (collectively, the "Service"), you agree to be bound by these Terms of Service ("Terms"). If you do not agree to these Terms, you must not use the Service.

These Terms form a binding agreement between you and Flutterando Desenvolvimento de Programas de Computador LTDA ("Flutterando", "we", "us", or "our").

2. Account & Pairing

Remote Pi does not require you to create an account, register an email address, or provide personally identifiable information to use the Service. Instead, the Service uses an ephemeral, on-demand pairing flow: a QR code generated locally on the Pi-side extension is scanned by the mobile app, establishing a mutually authenticated channel between the two devices (Ed25519 challenge-response). See the Privacy Policy, section 9, for the full trust model — application- layer end-to-end encryption of payloads is on the roadmap, not yet active.

Each pairing produces a cryptographic key pair stored locally on the phone and the Pi. Pairings can be revoked at any time from either device. You are responsible for keeping your devices secure; anyone with physical or remote access to a paired device can use that pairing.

The Service is not directed at, and may not be used by, individuals under 13 years of age.

3. Features

The Service currently provides the following features:

  • Remote control of a Pi-based coding agent (such as Claude Code, Codex, or similar) from a paired mobile device.
  • A local multi-agent messaging mesh on the Pi (UDS broker) that lets multiple agents and the mobile peer exchange messages.
  • An optional public relay service that forwards encrypted messages between paired devices when they are not on the same local network. You may instead self-host your own relay using the open-source relay code.

Features may be added, modified, or removed at any time. We will make a reasonable effort to communicate breaking changes through the project README and this site.

4. User-Generated Content

The prompts you send to your Pi-side agent and the responses produced by that agent ("User Content") belong to you. Flutterando does not log, persist, or inspect User Content.

For full transparency about the current trust model: in the current MVP, message payloads travel base64-encoded over TLS between your devices and the relay. Application-layer end-to-end encryption is not active yet (it was removed for MVP stability and is on the roadmap). This means the operator of the relay you connect to could in principle access plaintext message contents while forwarding them. Users who require cryptographic confidentiality from the relay operator should self-host the relay (it is open source and the docs cover Docker + VPN deployment). See our Privacy Policy, section 9, for the full description.

You are solely responsible for the User Content you send through the Service and for ensuring that you have the right to send and receive that content under applicable law and any third-party agreements (including the terms of any AI provider whose model the Pi-side agent uses).

5. Prohibited Conduct

You must not:

  • Attempt to break, bypass, or weaken the cryptographic authentication used by the Service (Ed25519 pairing, TLS to the relay), or attempt to impersonate another paired device.
  • Attack, overload, or otherwise disrupt the relay infrastructure or any other component of the Service (denial-of-service, abusive connection patterns, etc.).
  • Reverse-engineer the Service for the purpose of producing a confusingly similar product or circumventing security features (reverse engineering for interoperability or security research is permitted to the extent allowed by applicable law).
  • Use the Service to commit, facilitate, or attempt unlawful acts, or to violate the rights of any third party.

6. Reporting and Security Issues

Remote Pi does not host or moderate user-to-user content (the relay is oblivious to message contents), so there is no general content moderation process. However, if you discover a security vulnerability in the Service or believe the Service is being abused to attack infrastructure or users, please report the issue to [email protected]. We will acknowledge security reports and respond as quickly as reasonably possible.

7. Platform Intellectual Property

The source code for Remote Pi components is released under the MIT license and can be found in the project's public repository. Subject to that license, you may use, copy, modify, and distribute the source code.

The Remote Pi name, logo, and visual identity (including the π symbol mark, the color palette, and the wordmark) are trademarks and trade dress of Flutterando and are not granted to you by the MIT license. You may not use them in a way that suggests endorsement of, or affiliation with, a derivative product without prior written permission.

8. Availability and Service Modifications

The Service is provided on an "as is" and "as available" basis. We do not guarantee that the Service will be uninterrupted, error-free, or free from defects, and we may suspend, modify, or discontinue all or part of the Service at any time without prior notice.

The public relay in particular is a free, best-effort service. If you require strong availability guarantees, you should self-host the relay.

9. Liability Limitation

To the maximum extent permitted by applicable law, Flutterando shall not be liable for any indirect, incidental, special, consequential, or punitive damages, or for any loss of profits, revenue, data, use, goodwill, or other intangible losses, resulting from (i) your use of or inability to use the Service; (ii) any conduct or content of any third party in the Service; (iii) any unauthorized access to, use of, or alteration of your transmissions or content; or (iv) any other matter relating to the Service.

Nothing in these Terms excludes or limits liability that cannot be excluded or limited under applicable law (including consumer protection rights under Brazilian law).

10. Terms Modifications

We may update these Terms from time to time. The current version is always published on this site, with the "Last updated" date at the top. Material changes will additionally be announced in the project README. Your continued use of the Service after a change becomes effective constitutes acceptance of the new Terms.

11. Termination

You may stop using the Service at any time. To terminate a specific pairing, revoke it from the mobile app or, on the Pi side, run /remote-pi revoke <id>. You may also uninstall the mobile application and the Pi-side extension to fully stop using the Service.

We may suspend or terminate your access to the public relay if you violate these Terms or if your usage threatens the stability or security of the Service.

12. Applicable Law

These Terms are governed by the laws of the Federative Republic of Brazil. Any dispute arising out of or relating to these Terms or the Service shall be resolved exclusively in the courts of the district of Maringá, State of Paraná, Brazil, except where Brazilian consumer law mandates a different jurisdiction.

13. Contact

Questions, notices, and requests under these Terms can be addressed to [email protected], attention: Jacob Moura, Data Protection Officer, Flutterando Desenvolvimento de Programas de Computador LTDA.

© 2026 Flutterando. Remote Pi is open source under the MIT license.
Terms of ServicePrivacy PolicyProtocolGitHub