DEV Community

Jerry Howell
Jerry Howell Subscriber

Posted on

Opensource Slack Alternative

Greetings all, I'm the lead developer of Peersuite, a p2p encrypted workspace.
Peersuite is built on the amazing trystero JS library. That allows it to use anonymous torrent trackers for discovery. It uses encrypted WebRTC streams for all data transferred so it's secure, and private. Because it's p2p, there's no server saving your work. Users can export the entire workspace into a password-encrypted file for persistence.

It's built in vanilla JS. I am also working on a nodejs server for permanent workspaces.

Peersuite Tools:

  • Chat with images, channels, PMs, and file send
  • Collaborative document interface, work on the same or different documents and save your work to PDF/TXT
  • Audio/Video conferencing
  • Kanban for task management
  • Screensharing
  • Whiteboard for drawings/diagrams save to PNG

You can run it from the web, save it as a PWA, run electron desktop versions from github. On mobile it works great in the browser, or as a PWA. It will launch on Play store soonish. (testing now)

Peersuite is available on the web at Peersuite
For desktop win/mac/linux at https://github.com/openconstruct/Peersuite
Docker images at https://hub.docker.com/repository/docker/openconstruct/peersuite

Top comments (1)

Collapse
 
gyuri_lajos_372fb7e0f4824 profile image
Gyuri Lajos

Very Nice. Keep up the Good work