Open-source, zero-install cross-device productivity. Built for software developers, filmmakers, remote teams, and privacy-conscious users who demand fast, encrypted peer-to-peer file transfers and real-time clipboard synchronization without installing software.
Transfers stream directly across your local Wi-Fi 6 router or mobile hotspot via WebRTC DataChannels, bypassing asymmetric cloud upload limits.
Files stream chunk-by-chunk directly into recipient device memory. Zero bytes are ever written, saved, or cached on remote hard drives.
Engineered with custom backpressure flow control and the Screen Wake Lock API to prevent memory overflows and sleep dropouts during overnight transfers.
Built on a 100% client-side serverless architecture. Zero expensive database hosting overhead guarantees Textunnel remains completely free.
Transferring a 5GB 4K video or copying an authentication OTP token between your iPhone and Windows laptop should not require installing heavy companion apps, plugging in fragile USB cables, or creating third-party cloud accounts.
We created Textunnel to eliminate the arbitrary barriers imposed by closed corporate ecosystems. By harnessing standard web technologies already present in Google Chrome, Apple Safari, Microsoft Edge, and Mozilla Firefox, we provide an immediate, hardware-agnostic bridge between iOS, Android, macOS, Windows, and Linux.
Traditional file-sharing platforms store your confidential data on remote servers, exposing it to potential data leaks, unauthorized scraping, and mandatory retention periods. Textunnel rejects this centralized paradigm entirely:
Our engineering philosophy prioritizes performance, open web standards, and radical simplicity:
Enables high-throughput bidirectional binary streaming with minimal protocol latency.
Streams multi-gigabyte datasets in small memory slices without exhausting browser heap limits.
We believe that software dealing with personal files and clipboard data must be open to independent verification. Textunnel is publicly open-sourced on GitHub. Anyone can inspect our code, verify our WebRTC signaling implementation, or contribute to upcoming features.
Textunnel is an open-source, browser-native productivity suite that enables instant peer-to-peer file sharing and real-time clipboard synchronization. Using WebRTC DataChannels, files and text stream directly across local Wi-Fi or cellular networks without intermediate cloud servers.
Yes. Because Textunnel uses a peer-to-peer architecture, your devices transfer data directly without burdening expensive central storage servers. This structural efficiency allows us to keep Textunnel completely free and open-source.
Textunnel utilizes DTLS 1.3 encryption and ephemeral in-memory processing. Your files and clipboard snippets never write to disk on third-party servers. The moment you close the browser tab, all session cryptographic keys and memory buffers are immediately destroyed.
Textunnel runs in all modern web browsers supporting WebRTC, including Chrome, Safari, Microsoft Edge, Mozilla Firefox, and Brave across Windows, macOS, iOS, Android, and Linux.
Yes. Textunnel features an advanced chunked streaming engine with browser backpressure control and HTML5 Screen Wake Lock integration, allowing seamless multi-gigabyte transfers up to 50GB+.
Textunnel is publicly open-sourced on GitHub. Developers can submit issues, propose pull requests, and contribute to WebRTC optimizations at https://github.com/haihiaen/Textunnel.