Hello everyone, about a month ago I open-sourced my web app Peersuite. It’s peer-to-peer instead of having servers, and all data is encrypted in transit with AES-GCM algorithm.

Features:

  • chat with channels, images, PMs, and file send ( no size limit)

  • audio/video conferencing No hard cap on users but since it’s a mesh network it would degrade at over 15 users

  • Screensharing tab, window, or entire screen

  • whiteboard for diagrams/drawing

  • group document creation/editing

  • kanban board for task management

    Since there is no server, you can download a workspace to an encrypted file to restore later, this saves you chats, documents, everything. This software is new, and still undergoing heavy development, but I think it’s a valid choice over closed source solutions with no encryption.

Currently you can use it on the web at https://peersuite.space/ Download desktop versions from github Download docker image from https://hub.docker.com/repository/docker/openconstruct/peersuite

You can also install it as a PWA on desktop or mobile. I have an android port in the works, If anyone would like to test let that me know, and I’ll PM you for your email.

I’ve also done some initial work on a nodejs server so that you can keep a workspace open 24/7 effectively having a server.

Super happy to get any kind of feedback, positive or negative.

  • @Cenotaph@mander.xyz
    link
    fedilink
    English
    42
    edit-2
    4 days ago

    Tried this with some friends and the audio quality is great, screensharing is great. Generally working very well. Honestly the only thing preventing me from switching people over all the way more is the lacking a persistent session. In all regards though, great work! I’ll be following development closely, just make sure you don’t burn yourself out with scope creep, because I know everyone and their dog has ideas for you. Thanks for making this cool foss available to us.

    Oh, I just saw your post about testing android- I’d love to if you need testers, though I will say I’m running grapheneos, not stock

  • @plumbercraic@lemmy.sdf.org
    link
    fedilink
    194 days ago

    This is a cool idea. We’re not super happy with slack at work but I admit we haven’t given matrix a proper go yet. Wish we could stop for like a year just to evaluate the stack and the toolset. I kid. Sort of.

    • Ulrich
      link
      fedilink
      English
      124 days ago

      I actually like Mattermost as a free slack alternative. Matrix is too complicated for normies and the encryption seems unnecessary on a local server.

      • adr1an
        link
        fedilink
        54 days ago

        You could also consider Zulip they have been around for a while as the succesor of IRC but never arose in popularity. I like their concept of #tags for filtering messages inside a channel through #topics :)

        • Ulrich
          link
          fedilink
          English
          13 days ago

          I’ve used that one as well and I’m not a fan. Its fine but it is super confusing to use.

  • @steeznson@lemmy.world
    link
    fedilink
    134 days ago

    To be honest even matrix has too many features for me as a discord alternative. I’ve got my IRC channels that I’m keen on and I hang out on those every day.

    Realise I’m probably unusual for being happy with 90s tech though!

  • @Svinhufvud@sopuli.xyz
    link
    fedilink
    74 days ago

    Looks cool!

    Does the project support using a STUN/TURN server to help with connectivity for peers behind nat?

  • @Cornelius@lemmy.ml
    link
    fedilink
    84 days ago

    Would this project be interested in having a relay server to mask communications between peers? It’d make this a slick solution for messaging between friends online.

    • jerryOP
      link
      fedilink
      44 days ago

      That would increase anonymity for sure, but it’s not in the roadmap currently. I’m focused on improving the features, building a server and android for now. But it is a good idea