AMNI-SCIENT
HOME
AMNI-BROWSE AMNI-CALC AMNI-EXPLORE AMNI-LEARN AMNI-CONNECT AMNI-CODE AMNI-HAVEN AMNI-PRAYER
PRIVACY

AMNI-CONNECT — PRIVACY POLICY

Effective Date: April 17, 2026  |  Last Updated: April 17, 2026

This privacy policy describes how Amni-Connect, an end-to-end encrypted remote desktop tool developed by Amni-Scient ("we", "us", "our"), handles user information.

1. DATA WE COLLECT

We collect nothing. Amni-Connect has no account system, no registration, no sign-in, and no cloud backend operated by Amni-Scient. The application binary contains no analytics SDK, no crash reporter, no usage pings, and no telemetry of any kind. Screen frames, keystrokes, and mouse input never pass through any server operated by Amni-Scient.

2. PEER-TO-PEER MEDIA

All media (screen video, audio if enabled, and input events) travels over WebRTC between the host and viewer directly. WebRTC uses DTLS-SRTP, which encrypts payloads end-to-end with keys negotiated peer-to-peer. The signaling server that helps the two peers find each other sees only session-description metadata (IP candidates, codec offers) — it never sees frames or keystrokes.

3. SIGNALING SERVER

Amni-Connect ships a Node.js + Socket.IO signaling server (server.js) that you host yourself on any machine — a VPS, a home Raspberry Pi, your LAN, anywhere. The default port is 3389. This server:

  • Relays WebRTC offers, answers, and ICE candidates between peers
  • Tracks ephemeral room IDs in memory only (never written to disk)
  • Destroys room state the moment the host socket disconnects
  • Writes no access logs by default (beyond standard stdout diagnostics you choose to capture)

Because you run the signaling server, Amni-Scient has no visibility into who connects, when, or to what. We do not operate any hosted signaling service.

4. INPUT DAEMON

The Rust input daemon (amni-control) listens on 127.0.0.1:7878 — localhost only, never bound to a public interface. It receives JSON input events over that local socket and calls enigo to synthesize mouse and keyboard actions. The daemon does not read the screen, does not open files, and does not make outbound network requests of any kind.

5. LOCAL DATA HANDLING

Amni-Connect stores very little on disk:

  • Electron preferences and window state in the default OS app-data directory
  • A single optional .env file on the signaling host for configuring port and allowed origins
  • No session history, no frame buffers, no keystroke logs, no recordings

There is no "cloud backup", no sync folder, and no auto-upload.

6. RECORDING & ARCHIVAL

Amni-Connect does not record sessions. Frames are transient WebRTC media — rendered on the viewer, discarded after the browser jitter buffer ages out. Closing either the host app or the viewer tab ends the session and releases all memory associated with it.

7. NETWORK TRAFFIC

The application opens network sockets for the following purposes only:

  • Signaling — WebSocket connection to the signaling server you host (your domain / your IP / port 3389).
  • WebRTC media — UDP (or TCP fallback) directly between host and viewer, negotiated through your signaling server.
  • STUN/TURN (optional) — if peers cannot reach each other directly, a STUN server you configure is consulted to discover public IPs. No STUN/TURN is configured by default.

No traffic routes through Amni-Scient servers at any point. We literally have no way to observe your sessions.

8. THIRD-PARTY COMPONENTS

Amni-Connect depends on upstream open-source libraries (Electron, Socket.IO, the enigo crate, the WebRTC implementation shipped with Electron/Chromium). Each has its own license and privacy behavior; by default, none of them phone home in the configuration Amni-Connect ships. Review each project’s own policy if you enable optional features (e.g., telemetry flags, auto-updaters) that ship with those libraries upstream.

9. WEBSITE (AMNI-SCIENT.COM) ADVERTISING

The amni-scient.com website that hosts this policy displays advertisements provided by Google AdSense. Google’s AdSense SDK may collect and process data (cookies, device info, IP, ad interactions) as described in Google’s Privacy Policy. This applies only to the website. The Amni-Connect desktop application contains no advertisements and no AdSense code.

10. DATA SHARING

We do not sell, trade, share, or transfer any user data to third parties — because we do not collect any user data from the application in the first place. The only third-party data processing is through Google AdSense on the website (Section 9), governed by Google’s privacy policy.

11. DATA RETENTION

We retain no user data. Any session state lives only in the memory of your own signaling server and your own devices until processes exit or machines reboot.

12. SECURITY

Amni-Connect relies on the native WebRTC DTLS-SRTP stack for media encryption and on the operating system’s TLS implementation for signaling transport. Input traffic between the Electron host and the Rust daemon stays on loopback (127.0.0.1) and never leaves the machine. You are responsible for securing your own signaling server (firewall, TLS reverse proxy, origin allowlist).

13. CHILDREN’S PRIVACY

Amni-Connect is not directed at children under 13. Because the application collects no data at all, there is no child-specific data collection to disclose.

14. YOUR RIGHTS

Since we collect no personal data, there is no personal data held by Amni-Scient to access, modify, export, or delete. Your session metadata is fully under your control — it lives on your own signaling server and your own devices. To manage AdSense data collection on the website, use an ad blocker, adjust browser cookie preferences, or opt out of personalized ads via Google Ad Settings.

15. CHANGES TO THIS POLICY

We may update this privacy policy to reflect changes in the application or applicable laws. The "Last Updated" date at the top will be revised accordingly. Continued use of Amni-Connect after changes constitutes acceptance of the revised policy.

16. CONTACT

For questions or concerns regarding this privacy policy:

  • Email: amnibro7@gmail.com
  • Developer: Amnibro (Amni-Scient)
  • Website: https://amni-scient.com
  • Source: github.com/amnibro/Amni-Connect
ALL PRIVACY POLICIES TERMS AMNI-SCIENT CONTACT ☕ SUPPORT

© 2025-2026 Amni-Scient. All rights reserved.