2 pointsby jj_37 hours ago1 comment
  • jj_37 hours ago
    I built PeerDrop to share files directly between my own devices without anything going through a server. Pair once via key, then files go device-to-device, encrypted.

    The core is a JS networking layer (Hyperswarm + Bare runtime) embedded into native apps via BareKit.

    Same JS runs on macOS, iOS, and Linux — only the UI differs. macOS all working and iOS, Linux (Qt + Gtk) is in progress.

    Would love feedback from anyone who's used Hyperswarm or built with BareKit before.