BitBang addresses the challenge of remotely accessing hardware, sensors, and media from local networks without requiring software installation, accounts, or cloud service dependencies. The article critiques existing solutions like ngrok, Tailscale, and cloud platforms for being too heavy, account-gated, or locked-in, and proposes a browser-native, end-to-end verified approach to remote access.
Tasfer is a privacy-focused HTML5 canvas-based note editor that keeps all data local on users' devices with end-to-end encryption, peer-to-peer syncing, and a stateless relay that cannot access or log user content. The open-source application prioritizes user control, offering no accounts, no analytics, and the ability to self-host or fork the code entirely.
dCode is a peer-to-peer collaborative code editor and GitHub-style repository host built entirely in the browser using JavaScript and GenosDB, eliminating the need for servers. It enables real-time collaborative editing with features like forking, pull requests, and commit history—all stored in a distributed graph database with ownership-based access control.
A peer-to-peer file storage system for Tailscale/Headscale meshes that encrypts files with AES-256-GCM, splits them into Reed-Solomon shards (5 data + 2 parity), and distributes shards across online peers. Files are restored via portable .dstore manifests that require only 5 of 7 shards to be reachable.
Gonc is a peer-to-peer file transfer and VPN application for desktop and Android that enables secure file sharing between devices using only a shared passphrase, with end-to-end encryption via TLS 1.3 and NAT traversal for cross-network connections. It supports direct P2P transfers without cloud uploads, reliable resumable downloads with block repair, and encrypted VPN tunneling between devices.
HexOS Buddy Backups lets home server owners back up their data to a trusted friend's server instead of paying cloud storage companies monthly fees. The backup is fully encrypted so the hosting friend cannot read the data, and backups connect peer-to-peer between servers with automatic relay fallback if needed.