Shutting Down Innerocket

I am shutting down Innerocket, a peer-to-peer file sharing app I have been running.

What is Innerocket?

Innerocket is a peer-to-peer file sharing app that uses WebRTC to transfer files directly between browsers. Aside from signaling, no traffic passes through a server, and data channels are encrypted by default. No account was required—just share a peer ID and start sending files.

Why I am shutting it down

A few things piled up, and it became hard to keep maintaining the service.

  • I need to focus on studying for upcoming exams, and the time I can spend on development and operations is limited.
  • Android now supports AirDrop-style nearby sharing (such as Quick Share), which has expanded the options for sharing files between mobile devices.
  • Existing products for the same use case often offer better features and a smoother experience.
  • I want to put my energy into other products instead of continuing to invest in Innerocket.

What happens next

The repository will remain on GitHub. You can still browse the code or fork it. The hosted service is ending, but what I learned building Innerocket will carry into what I make next.

Thank you to everyone who used Innerocket and shared feedback along the way.